vendor:
PHP Classifieds
by:
ItSecTeam
7.5
CVSS
HIGH
Blind SQL Injection
Not mentioned
CWE
Product Name: PHP Classifieds
Affected Version From: PHP Classifieds version 7.5
Affected Version To: Not mentioned
Patch Exists: NO
Related CWE: Not mentioned
CPE: Not mentioned
Platforms Tested: Not mentioned
Not mentioned
PHP Classifieds Version 7.5 Blind SQL Injection
The ItSecTeam has discovered a blind SQL injection vulnerability in PHP Classifieds version 7.5. The vulnerability allows an attacker to inject SQL code through the 'bid' parameter in the 'ad_click.php' file. The vulnerable code fails to properly sanitize user input, allowing the attacker to execute arbitrary SQL queries on the database.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.