vendor:
Huge-IT Portfolio Gallery Joomla extension
by:
Larry W. Cashdollar
9,8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Huge-IT Portfolio Gallery Joomla extension
Affected Version From: 1.0.6
Affected Version To: 1.0.6
Patch Exists: YES
Related CWE: CVE-2016-1000124
CPE: a:huge-it:portfolio_gallery:1.0.6
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2016
Unauthenticated SQL Injection in Huge-IT Portfolio Gallery Joomla extension v1.0.6
The Huge-IT Portfolio Gallery extension can be exploited by unauthenticated users to perform SQL injection against the functions in ajax_url.php. The vulnerability is present in the lines 11-59 of the ajax_url.php file, where the user-supplied input is not properly sanitized before being used in a SQL query. An attacker can exploit this vulnerability by sending a specially crafted HTTP POST request to the vulnerable script, which can lead to the execution of arbitrary SQL commands.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in a way that would allow an attacker to modify the logic of the executed query. Additionally, parameterized queries should be used to prevent SQL injection attacks.