vendor:
Nabopoll
by:
s0cratex
5.5
CVSS
MEDIUM
Blind SQL Injection
89
CWE
Product Name: Nabopoll
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Nabopoll Blind SQL Injection P0C Exploit
This is a Proof of Concept exploit for the Nabopoll Blind SQL Injection vulnerability. The exploit allows an attacker to extract the MySQL user by manipulating the 'surv' parameter in the 'result.php' page. The exploit iterates through ASCII values of characters to extract the user one character at a time.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and use parameterized queries or prepared statements to prevent SQL injection attacks.