AckerTodo Login.PHP Multiple SQL Injection Vulnerabilities
BID:20372
Info
AckerTodo Login.PHP Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 20372 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Oct 06 2006 12:00AM |
| Updated: | Oct 06 2006 10:10PM |
| Credit: | Francesco Laurita <[email protected]> is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Rob Hensley ackerTodo 4.2 |
| Not Vulnerable: | |
Discussion
AckerTodo Login.PHP Multiple SQL Injection Vulnerabilities
ackerTodo is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
These issues affect ackerTodo version 4.2; other versions may also be vulnerable.
ackerTodo is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in SQL queries.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
These issues affect ackerTodo version 4.2; other versions may also be vulnerable.
Exploit / POC
AckerTodo Login.PHP Multiple SQL Injection Vulnerabilities
Attackers can exploit these issues via a web client.
The following proof-of-concept URI is available:
http://www.example.com/gadget/login.php?up_login=admin&up_pass=wrongpass')%20or%20(%20'1'%20=%20'1'%20AND%20login%20=%20'admin&up_num_tasks=100%20UNION%20select%20*%20FROM%20tasks
Attackers can exploit these issues via a web client.
The following proof-of-concept URI is available:
http://www.example.com/gadget/login.php?up_login=admin&up_pass=wrongpass')%20or%20(%20'1'%20=%20'1'%20AND%20login%20=%20'admin&up_num_tasks=100%20UNION%20select%20*%20FROM%20tasks
Solution / Fix
AckerTodo Login.PHP Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
Reports indicate this issue may be addressed in the latest CVS repository; this has not been confirmed.
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
Reports indicate this issue may be addressed in the latest CVS repository; this has not been confirmed.
References
AckerTodo Login.PHP Multiple SQL Injection Vulnerabilities
References:
References:
- Vendor Homepage (Rob Hensley)
- ackerTodo 4.2 SQL Injection Vulnerability (Francesco Laurita)