vendor:
dnGuestbook
by:
snatcher
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: dnGuestbook
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: YES
Related CWE: N/A
CPE: a:design-nation:dnGuestbook
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
2006
dnGuestbook <= v2.0 remote sql injection vulnerability
Because of the false implemented userinputs, an attacker can login as admin with a simple SQL injection. Afterward, they can exploit a not validated GET variable to get admin's email and password. The script only verifies if a result is given back, and doesn't check if the entered email and password are the same as the email and password in the database.
Mitigation:
Ensure that user input is properly validated and sanitized before being used in SQL queries.