vendor:
com_comp
by:
DevilZ TM By D3v1l
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_comp
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
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: Unknown
Unknown
Joomla Component com_comp SQL Injection
An attacker can exploit a SQL injection vulnerability in the Joomla Component com_comp by sending a maliciously crafted HTTP request to the vulnerable server. The vulnerable parameter is the 'cid' parameter which is not properly sanitized before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. An attacker can use this vulnerability to gain access to the vulnerable server.
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. Additionally, parameterized queries should be used to prevent SQL injection attacks.