vendor:
SimpGB
by:
SecurityFocus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: SimpGB
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2005
SimpGB SQL Injection Vulnerability
SimpGB is reportedly affected by an SQL injection vulnerability. This issue is due to the application failing to properly sanitize user-supplied input passed to the 'guestbook.php' script before using it in a SQL query. This vulnerability could permit remote attackers to pass malicious input to database queries, resulting in modification of query logic or other attacks.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized before being used in SQL queries.