vendor:
phpBazar
by:
e.wiZz!
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpBazar
Affected Version From: All versions
Affected Version To: All versions
Patch Exists: YES
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
2008
phpBazar SQL Injection Vulnerability all versions
A SQL injection vulnerability exists in phpBazar, which allows an attacker to execute arbitrary SQL commands via the 'catid', 'subcatid', and 'adid' parameters in a 'classified.php' script. An attacker can use this vulnerability to gain access to sensitive information such as usernames and passwords. The vulnerability is present in all versions of phpBazar.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.