vendor:
Free Links Directory Script
by:
nuclear
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Free Links Directory Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
Free Links Directory Script (id) SQL Injection Vulnerability
The vulnerability exists in the lpro.php file, which is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable file with the parameter ‘id’ set to ‘-1 UNION SELECT 1,concat(username,0x3a,password),3,4,5,6,7,8,9,10,11 from users’. This will allow the attacker to view the usernames and passwords of all users in the database.
Mitigation:
The vendor should ensure that all user input is properly sanitized and validated before being used in any SQL queries.