ReciPHP 'id' Parameter SQL Injection Vulnerability
BID:56531
Info
ReciPHP 'id' Parameter SQL Injection Vulnerability
| Bugtraq ID: | 56531 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 15 2012 12:00AM |
| Updated: | Nov 15 2012 12:00AM |
| Credit: | cr4wl3r |
| Vulnerable: | |
| Not Vulnerable: | |
Discussion
ReciPHP 'id' Parameter SQL Injection Vulnerability
ReciPHP is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
A successful exploit may allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
ReciPHP 1.1 is vulnerable; other versions may also be affected.
ReciPHP is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
A successful exploit may allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
ReciPHP 1.1 is vulnerable; other versions may also be affected.
Exploit / POC
ReciPHP 'id' Parameter SQL Injection Vulnerability
An attacker can exploit the issue using a browser.
The following example URI is available:
http://www.example.com/index.php?content=showrecipe&id=-3 union select version(),2,3,4,5--
An attacker can exploit the issue using a browser.
The following example URI is available:
http://www.example.com/index.php?content=showrecipe&id=-3 union select version(),2,3,4,5--
Solution / Fix
References
ReciPHP 'id' Parameter SQL Injection Vulnerability
References:
References:
- ReciPHP 1.1 SQL Injection Vulnerability (cr4wl3r)
- ReciPHP Homepage (ReciPHP)