vendor:
WX Guestbook
by:
learn3r hacker from nepal
8.8
CVSS
HIGH
SQL Injection, Persistent XSS
89, 79
CWE
Product Name: WX Guestbook
Affected Version From: 1.1.0208
Affected Version To: 1.1.0208
Patch Exists: YES
Related CWE: N/A
CPE: a:webilix:wx_guestbook:1.1.208
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
WX Guest Book 1.1.208 Vulns
The search parameters/queries we submit to the search.php are unsanitized and hence this can be compromised to SQLinject the server. The username and password fields are also unsanitized and hence we can bypass the login systems. In the name field, you can inject XSS.
Mitigation:
Sanitize user input and use parameterized queries.