vendor:
Pligg CMS
by:
jsass
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Pligg CMS
Affected Version From: 2.0.2
Affected Version To: 2.0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:pligg:pligg_cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Kali Sana 2.0
2015
Pligg CMS 2.0.2 SQL injection
Pligg CMS 2.0.2 is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable parameter 'sql' in the 'load_data_for_search.php' file. This can be done by sending a crafted HTTP request to the vulnerable parameter. An attacker can use SQLmap to exploit this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.