vendor:
TaskFreak! Original
by:
Gjoko 'LiquidWorm' Krstic
7.5
CVSS
HIGH
Multiple Cross-Site Scripting
79
CWE
Product Name: TaskFreak! Original
Affected Version From: 2000.6.4
Affected Version To: 2000.6.4
Patch Exists: NO
Related CWE: N/A
CPE: a:taskfreak:taskfreak_original:0.6.4
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: MS Windows XP Pro SP3-EN, XAMPP (latest)
2011
TaskFreak! v0.6.4 Multiple Cross-Site Scripting Vulnerabilities
TaskFreak! suffers from multiple XSS vulnerabilities when parsing input to multiple parameters in different scripts. The vulnerable POST parameters are: 'sContext', 'sort', 'dir' and 'show' thru index.php. Also the GET parameters 'dir' and 'show' thru 'print_list.php' are vulnerable. Header variable 'referer' is vulnerable thru rss.php script. Attackers can exploit these weaknesses to execute arbitrary HTML and script code in a user's browser session.
Mitigation:
Input validation and sanitization should be implemented to prevent XSS attacks.