vendor:
Pligg CMS
by:
Null-0x00
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Pligg CMS
Affected Version From: 1.1.2003
Affected Version To: 1.1.2004
Patch Exists: YES
Related CWE: N/A
CPE: 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: N/A
2011
Pligg <= 1.1.4 SQL injection
An SQL Injection has been found on /rsssearch.php in pligg CMS 1.1.4. Prior versions (works on 1.1.3) might also be vulnerables. The $_REQUEST['category'] is not sanitized properly, and is used in a SQL request in a WHERE clause. To make this request happen, use this URL: http://WEBSITE/pligg/rsssearch.php?search=test&adv=1&scategory=123+or+1=1%29%23 This can be used to retrieve information such as the admin's password hash, etc.
Mitigation:
Input validation should be used to prevent SQL injection attacks.