vendor:
Social Networking Software
by:
Don Tukulesto
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Social Networking Software
Affected Version From: 1.0.4
Affected Version To: Previous
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: N/A
2010
Pligg CMS (story.php?id) SQL Injection Vulnerability
A SQL injection vulnerability exists in Pligg CMS version 1.0.4 and previous. An attacker can send a specially crafted HTTP request to the vulnerable application in order to execute arbitrary SQL commands in the back-end database. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code in the vulnerable parameter.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user-supplied input to prevent malicious SQL code from being executed.