vendor:
Joomla Galore Simple Shop
by:
UnD3rGr0unD W4rri0rZ
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Joomla Galore Simple Shop
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
Joomla Component (com_simpleshop) SQL Injection Vulnerability
An SQL injection vulnerability exists in the Joomla Galore Simple Shop component (com_simpleshop) due to insufficient sanitization of user-supplied input. An attacker can exploit this vulnerability to inject arbitrary SQL commands into the application, allowing them to gain access to sensitive information such as usernames, passwords, and user types. The vulnerability is present in the 'index.php' file, where the 'id' parameter is not properly sanitized before being used in an SQL query. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL commands to the vulnerable application.
Mitigation:
Developers should ensure that user-supplied input is properly sanitized before being used in an SQL query.