vendor:
XGuestBook
by:
FireShot, Jacopo Vuga
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: XGuestBook
Affected Version From: 2
Affected Version To: 2
Patch Exists: NO
Related CWE: N/A
CPE: a:xguestbook:xguestbook:2.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
SQL Admin Auth Bypass
A SQL injection vulnerability exists in XGuestBook v2.0, which allows an attacker to bypass the admin authentication by injecting SQL code in the USER space. An attacker can send a specially crafted HTTP request to the vulnerable application to exploit this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.