vendor:
Online Classified System Script
by:
L0rd CrusAd3r
8,8
CVSS
HIGH
SQL Injection and Cross-Site Scripting (XSS)
89, 79
CWE
Product Name: Online Classified System Script
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: 2daybiz/online_classified_system_script
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
Online Classified System Script SQLi and XSS Vulnerable
2daybiz online classified system allows users to post new ads, for which a predefined amount can be charged. Billing is handled automatically and seamlessly through many of the popular payment gateways. The system is vulnerable to both SQL injection and Cross-Site Scripting (XSS). An attacker can exploit the SQL injection vulnerability by sending malicious SQL queries to the server via the 'cid' parameter in the 'categorysearch.php' script. An attacker can exploit the XSS vulnerability by sending malicious JavaScript code to the server via the 'cid' parameter in the 'categorysearch.php' script.
Mitigation:
Input validation should be used to prevent malicious SQL queries and JavaScript code from being sent to the server. The application should also be kept up-to-date with the latest security patches.