CVE-2010-1269
published 2010-04-06CVE-2010-1269: SQL injection vulnerability in auktion.php in phpscripte24 Niedrig Gebote Pro Auktions System II allows remote attackers to execute arbitrary SQL commands via…
PriorityP343high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
1.01%
58.8th percentile
SQL injection vulnerability in auktion.php in phpscripte24 Niedrig Gebote Pro Auktions System II allows remote attackers to execute arbitrary SQL commands via the id_auk parameter.
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Multi Auktions Komplett System 2 - Blind SQL Injection
exploitdb·2010-03-28
CVE-2010-1270 Multi Auktions Komplett System 2 - Blind SQL Injection
Multi Auktions Komplett System 2 - Blind SQL Injection
---
----------------------------Information------------------------------------------------
+Name : Multi Auktions Komplett System V2 1
#Exploit
#!/usr/bin/env python
#-*- coding:utf-8 -*-
import sys, urllib2, getopt
def out(str):
sys.stdout.write(str)
sys.stdout.flush()
def read_url(url):
while True:
try:
src = urllib2.urlopen(url).read()
break
except:
pass
return src
class Exploit:
charset = "0123456789abcdefABCDEF"
url = ""
charn = 1
id = 1
table_prefix = ""
table_field = ""
passwd = ""
columns = []
find_passwd = True
def __init__(self):
if len(sys.argv) *"
print "* *"
print "* Example: *"
print "* *"
print "* Get the password of the user with id 2: *"
print "* python exploit.py --id 2 http://site.de/path/ *"
print "* *"
p
Exploit-DB
phpscripte24 Niedrig Gebote Pro Auktions System II - Blind SQL Injection
exploitdb·2010-03-18
CVE-2010-1270 phpscripte24 Niedrig Gebote Pro Auktions System II - Blind SQL Injection
phpscripte24 Niedrig Gebote Pro Auktions System II - Blind SQL Injection
---
----------------------------Information------------------------------------------------
+Name : phpscripte24 Niedrig Gebote Pro Auktions System II Blind SQL Injection auktion.php
+Autor : Easy Laster
+Date : 18.03.2010
+Script : phpscripte24 Niedrig Gebote Pro Auktions System II
+Download : ------------------
+Price : � 499.90
+Language :PHP
+Discovered by Easy Laster
+Security Group 4004-Security-Project
+Greetz to Team-Internet ,Underground Agents
+And all Friends of Cyberlive : R!p,Eddy14,Silent Vapor,Nolok,
Kiba,-tmh-,Dr Chaos,HANN!BAL,Kabel,-=Player=-,Lidloses_Auge,
N00bor,Ic3Drag0n,novaca!ne.
___ ___ ___ ___ _ _ _____ _ _
| | | | | | |___ ___ ___ ___ _ _ ___|_| |_ _ _ ___| _ |___ ___ |_|___ ___| |_
|_ |
Exploit-DB
phpscripte24 Auktionshaus Community Standart System - Blind SQL Injection
exploitdb·2010-03-16
CVE-2010-1270 phpscripte24 Auktionshaus Community Standart System - Blind SQL Injection
phpscripte24 Auktionshaus Community Standart System - Blind SQL Injection
---
----------------------------Information------------------------------------------------
+Name : phpscripte24 Auktionshaus Community Standart System Blind SQL Injection
+Autor : Easy Laster
+Date : 16.03.2010
+Script : phpscripte24 Auktionshaus Community Standart System
+Price : € 139.99
+Language :PHP
+Discovered by Easy Laster
+Security Group 4004-Security-Project
+Greetz to Team-Internet ,Underground Agents
+And all Friends of Cyberlive : R!p,Eddy14,Silent Vapor,Nolok,
Kiba,-tmh-,Dr Chaos,HANN!BAL,Kabel,-=Player=-,Lidloses_Auge,
N00bor,Ic3Drag0n,novaca!ne.
___ ___ ___ ___ _ _ _____ _ _
| | | | | | |___ ___ ___ ___ _ _ ___|_| |_ _ _ ___| _ |___ ___ |_|___ ___| |_
|_ | | | | |_ |___|_ -| -_| _| | | _| | _| |
No writeups or analysis indexed.
http://4004securityproject.wordpress.com/2010/03/18/phpscripte24-niedrig-gebote-pro-auktions-system-ii-blind-sql-injection-auktion-php/http://packetstormsecurity.org/1003-exploits/phpscripte24-sql.txthttp://secunia.com/advisories/38971http://www.exploit-db.com/exploits/11805https://exchange.xforce.ibmcloud.com/vulnerabilities/57020http://4004securityproject.wordpress.com/2010/03/18/phpscripte24-niedrig-gebote-pro-auktions-system-ii-blind-sql-injection-auktion-php/http://packetstormsecurity.org/1003-exploits/phpscripte24-sql.txthttp://secunia.com/advisories/38971http://www.exploit-db.com/exploits/11805https://exchange.xforce.ibmcloud.com/vulnerabilities/57020
2010-04-06
Published