vendor:
Classified
by:
S.W.A.T.
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Classified
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2008
Sepcity Classified Remote SQL Injection Vulnerability
A vulnerability exists in Sepcity Classified which allows an attacker to view the admin username and password in plaintext. This is done by appending 'union select 0,1,username,3 from members' to the URL for the username and 'union select 0,1,password,3 from members' for the password. The admin login page is located at http://site.com/[path]/admclassifieds.asp.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.