vendor:
Jaow CMS
by:
loneferret
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Jaow CMS
Affected Version From: v2.3
Affected Version To: v2.3
Patch Exists: NO
Related CWE: N/A
CPE: a:jaow:jaow_cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2020
Blind-SQL in login form
A Blind-SQL injection vulnerability exists in the login form of Jaow CMS v2.3. The vulnerable page is /connexion.php and the vulnerable parameter is login. A proof-of-concept exploit is x' or (sleep(10)+1) limit 1 --, which could be used to extract the admin's hash from MySql.
Mitigation:
Input validation should be used to prevent SQL injection attacks.