vendor:
Jaow CMS
by:
kallimero
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Jaow CMS
Affected Version From: 2.4.2005
Affected Version To: 2.4.2005
Patch Exists: YES
Related CWE:
CPE:
Platforms Tested: Debian GNU/Linux
2012
Jaow <= 2.4.5 Blind Sql Injection
A blind SQL injection vulnerability exists in the 2.4.5 core of Jaow. The vulnerable page is add_ons.php, where the add_ons variable is not properly sanitized before being used in an SQL query. An attacker can exploit this vulnerability by injecting malicious SQL code into the add_ons parameter. This can lead to unauthorized access to the database.
Mitigation:
Update to the latest version of Jaow (2.4.5) available at http://www.jaow.net/Article-97. Additionally, sanitize user input before using it in SQL queries.