vendor:
Joomla
by:
B-HUNT3|2
5,5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Joomla
Affected Version From: 0.51
Affected Version To: TBD
Patch Exists: TBD
Related CWE: TBD
CPE: TBD
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: LocalHost
TBD
SQL Code Injection Vulnerability in Joomla
Input var id is vulnerable to SQL Code Injection. An attacker can execute arbitrary SQL queries by sending a specially crafted request to the vulnerable application. This vulnerability has been confirmed in version 0.51 but other versions may also be affected.
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.