header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

# Author: loneferret of Offensive Security
# Product: Jaow CMS 
# Version: v2.3
# Vendor Site: http://www.jaow.net
# Software Download: http://www.jaow.net

# Description: Small free CMS application, no programming experienced needed to install
# and administer.

# Vulnerability:
# Blind-SQL in login form. 
# Page: /connexion.php
# Parameter: login
# PoC: x' or (sleep(10)+1) limit 1 -- 

# With a little time, I'm sure someone could come up with a script to get the admin's
# hash out of MySql.