vendor:
Mambads
by:
Sniper456
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Mambads
Affected Version From: 1.5
Affected Version To: 1.5
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Mambads <= 1.5 Sql Injection
The Mambads version 1.5 and below is vulnerable to SQL injection. An attacker can inject malicious SQL code through the 'caid' parameter in the 'index.php?option=com_mambads&Itemid=0&func=detail&cacat=1&casb=1&caid=' URL. This can lead to unauthorized access to the database and potentially sensitive information leakage.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and use prepared statements or parameterized queries to prevent SQL injection attacks.