vendor:
com_bfsurvey_pro
by:
FL0RiX
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_bfsurvey_pro
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2010
com_bfsurvey_pro (catid) Blind SQL Injection Exploit
This exploit is related to a blind SQL injection vulnerability in the com_bfsurvey_pro component of Joomla. The vulnerability is triggered when the 'catid' parameter is not properly sanitized before being used in an SQL query. This allows an attacker to inject arbitrary SQL code into the query, which can be used to extract sensitive information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.