vendor:
OneCMS
by:
Cod3rZ
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: OneCMS
Affected Version From: 2.5
Affected Version To: 2.5
Patch Exists: NO
Related CWE: N/A
CPE: a:onecms:onecms:2.5
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
2009
OneCMS 2.5 Remote Blind SQL Injection Exploit
This exploit is used to gain access to the OneCMS 2.5 database by exploiting a blind SQL injection vulnerability. The exploit uses a POST request to the asd.php page with a crafted SQL query to extract the password from the onecms_users table. The exploit uses a time-based approach to determine the value of each character in the password.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should be configured to use parameterized queries.