PHP Ticket 'p' Parameter SQL Injection Vulnerability
BID:53235
Info
PHP Ticket 'p' Parameter SQL Injection Vulnerability
| Bugtraq ID: | 53235 |
| Class: | Input Validation Error |
| CVE: |
CVE-2012-6516 |
| Remote: | Yes |
| Local: | No |
| Published: | Apr 24 2012 12:00AM |
| Updated: | Mar 19 2015 07:35AM |
| Credit: | G13 |
| Vulnerable: |
PHP Ticket PHP Ticket Beta 1 |
| Not Vulnerable: | |
Discussion
PHP Ticket 'p' Parameter SQL Injection Vulnerability
PHP Ticket 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.
PHP Ticket Beta 1 is vulnerable; other versions may also be affected.
PHP Ticket 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.
PHP Ticket Beta 1 is vulnerable; other versions may also be affected.
Exploit / POC
PHP Ticket 'p' 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?p=[SQLi]&id=211&_=1334627588812
An attacker can exploit the issue using a browser.
The following example URI is available:
http://www.example.com/index.php?p=[SQLi]&id=211&_=1334627588812
Solution / Fix
PHP Ticket 'p' Parameter 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 any 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 any more recent information, please mail us at: [email protected].
References
PHP Ticket 'p' Parameter SQL Injection Vulnerability
References:
References:
- PHP Ticket Homepage (PHP Ticket)
- PHP Ticket System Beta 1 'p' SQL Injection (Thomas Richards)