vendor:
Open Source Classifieds (OSClassi)
by:
Sioma Labs
7.5
CVSS
HIGH
SQL Injection, Cross-Site Scripting (XSS)
89, 79
CWE
Product Name: Open Source Classifieds (OSClassi)
Affected Version From: 1.1.0 Alpha
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows XP SP2 (WAMP)
Open Source Classifieds (OSClassi) SQLi/Xss/Arbitrary Admin Change Multi Vulnerabilities
The vulnerability allows an attacker to perform SQL injection attacks and cross-site scripting attacks on the OSClassi website. The SQL injection vulnerability allows an attacker to execute arbitrary SQL commands, potentially gaining unauthorized access to the database. The XSS vulnerability allows an attacker to inject malicious scripts into web pages viewed by other users.
Mitigation:
To mitigate the SQL injection vulnerability, developers should use parameterized queries or prepared statements to prevent user-supplied input from being executed as SQL commands. To mitigate the XSS vulnerability, developers should properly sanitize and validate user input before displaying it on web pages.