vendor:
Classifieds Software Script Like Craigslist
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Classifieds Software Script Like Craigslist
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:icloudcenter:classifieds_software_script_like_craigslist
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2017
Classifieds Software Script Like Craigslist 1.1 – SQL Injection
The vulnerability allows an attacker to inject sql commands into vulnerable parameters in the web application. Proof of Concept examples are provided for post_details.php, view_posts.php, and index.php.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize user input and use parameterized queries.