vendor:
Simply Classifieds
by:
G4N0K
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simply Classifieds
Affected Version From: 0.2
Affected Version To: 0.2
Patch Exists: NO
Related CWE: N/A
CPE: a:hotscripts:simply_classifieds
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
2009
Simply Classified v0.2 (category_id) SQL Injection Vulnerability
Simply Classified v0.2 is vulnerable to SQL Injection in the category_id parameter. An attacker can exploit this vulnerability to gain access to the database and extract sensitive information such as usernames and passwords. The vulnerable code is located in the adverts.php file, lines 33-34. The exploit code is a URL with the category_id parameter set to a UNION ALL SELECT statement. This statement will concatenate the login and password fields from the members table.
Mitigation:
Input validation should be used to prevent SQL Injection attacks. All user-supplied input should be validated and filtered before being used in a SQL query.