vendor:
Guestbook
by:
muderskillz, Zodiac
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Guestbook
Affected Version From: 5.5
Affected Version To: 5.5
Patch Exists: NO
Related CWE: N/A
CPE: a:asptai.net:guestbook:5.5
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2006
SQL Injection Exploit for ASPThai.Net Guestbook <= 5.5
This exploit shows the username of the administrator and the password In plain text. It uses LWP::UserAgent and HTTP::Cookies to login and store a cookie to view the admin panel later. It then creates a request and checks the outcome of the response to get the username and password.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.