vendor:
TaskDriver
by:
cOndemned
7.5
CVSS
HIGH
Insecure Cookie Handling Flaw
264
CWE
Product Name: TaskDriver
Affected Version From: 1.3
Affected Version To: 1.3
Patch Exists: YES
Related CWE: N/A
CPE: a:taskdriver:taskdriver:1.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
TaskDriver <= 1.3 Remote Change Admin Password Exploit
This exploit uses an insecure cookie handling flaw in order to compromisse the system. In the beginning, it is almost like the one that Silentz wrote for version 1.2 but not exactly. There is no need to use SQL injection for gaining admin password (hash). We can just set cookie value to 'auth=fook!admin', access profileedit.php and change his password for whatever we want to.
Mitigation:
Ensure that cookies are handled securely and that user input is properly validated.