vendor:
com_ice
by:
Snakespc
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_ice
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
2009
Joomla com_ice Remote Blind Injection Vulnerability
This exploit is a blind SQL injection vulnerability in Joomla's com_ice component. It allows an attacker to extract usernames and passwords from the Joomla database. The exploit works by sending a series of requests to the vulnerable URL, each of which contains a different SQL query. The response time of the server is then used to determine the result of the query.
Mitigation:
Ensure that all user-supplied input is properly sanitized and validated before being used in SQL queries. Use parameterized queries to prevent SQL injection attacks.