vendor:
Classified Ads Scrip
by:
Hussin X
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Classified Ads Scrip
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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
2009
Classified Ads Scrip ( store_info.php id) Remote SQL Injection Vulnerability
A remote SQL injection vulnerability exists in the Classified Ads Scrip, which is triggered when an attacker sends a maliciously crafted HTTP request to the store_info.php script with an id parameter. This can allow the attacker to execute arbitrary SQL commands on the underlying database, potentially resulting in the disclosure of sensitive information.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should use parameterized queries to prevent SQL injection.