RETIRED: phpHotResources 'cat.php' SQL Injection Vulnerability
BID:28791
Info
RETIRED: phpHotResources 'cat.php' SQL Injection Vulnerability
| Bugtraq ID: | 28791 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Apr 15 2008 12:00AM |
| Updated: | Apr 18 2008 12:28AM |
| Credit: | The-0utl4w |
| Vulnerable: |
Web 2 Business phpHotResources 2.0 |
| Not Vulnerable: | |
Discussion
RETIRED: phpHotResources 'cat.php' SQL Injection Vulnerability
phpHotResources is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
NOTE: This BID is being retired because it is a duplicate of BID 28736.
phpHotResources is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
NOTE: This BID is being retired because it is a duplicate of BID 28736.
Exploit / POC
RETIRED: phpHotResources 'cat.php' SQL Injection Vulnerability
Attackers can use a browser to exploit this issue.
The following proof-of-concept URI is available:
http://www.example.com/cat.php?lang=4&kind=-4214+union+select+1,user_name,password,4,5,6,7,8,9 +from+users/* (this syntax mite not work but there's sql injection!)
Attackers can use a browser to exploit this issue.
The following proof-of-concept URI is available:
http://www.example.com/cat.php?lang=4&kind=-4214+union+select+1,user_name,password,4,5,6,7,8,9 +from+users/* (this syntax mite not work but there's sql injection!)
Solution / Fix
RETIRED: phpHotResources 'cat.php' SQL Injection Vulnerability
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
RETIRED: phpHotResources 'cat.php' SQL Injection Vulnerability
References:
References:
- phpHotResources Homepage (Web 2 Business)
- W2B.ru multiple product SQL Injection (The-Outl4w)