vendor:
Mambo Open Source
by:
SecurityFocus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Mambo Open Source
Affected Version From: Mambo Open Source
Affected Version To: Mambo Open Source
Patch Exists: YES
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
2002
Mambo Open Source SQL Injection Vulnerability
Mambo Open Source is prone to SQL injection attacks due to an input validation error in 'pollBooth.php'. Various user-supplied variables are used in an SQL query without proper sanitization of SQL syntax, allowing a remote attacker to include malicious SQL syntax via URI parameters and influence database queries.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in an SQL query.