vendor:
TaskDriver
by:
Silentz
7.5
CVSS
HIGH
Login Bypass/SQL Injection
CWE
Product Name: TaskDriver
Affected Version From: 1
Affected Version To: 1.2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
TaskDriver <= 1.2 Login Bypass/SQL Injection Exploit
This exploit allows an attacker to bypass the login mechanism and perform SQL injection in TaskDriver version 1.2. The vulnerable code is in the 'login.php' and 'notes.php' files. The payload retrieves the admin username and password hash. The exploit can be executed by inputting ' OR 1=1 /*' in the username field of the login page or by accessing 'notes.php?taskid=-999' and using a UNION SELECT statement. This vulnerability is subject to the magic_quotes_gpc setting being turned off.
Mitigation:
Enable magic_quotes_gpc setting to prevent SQL injection attacks. Apply patches or upgrade to a secure version of TaskDriver.