vendor:
Pligg
by:
Rohit Bansal
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Pligg
Affected Version From: v9.9
Affected Version To: v9.9
Patch Exists: YES
Related CWE: N/A
CPE: a:pligg:pligg
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2009
Pligg CMS v9.9 editlink.php Blind SQL Injection
This exploit is possible because the $id variable in check_url.php is taken from the url and then used in an SQL query without being sanitized.
Mitigation:
Sanitize user input before using it in an SQL query.