vendor:
JE Photo Gallery
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JE Photo Gallery
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:joomlaextensions:je_photo_gallery:1.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Joomla! Component JE Photo Gallery 1.1 – SQL Injection
Joomla! Component JE Photo Gallery 1.1 is vulnerable to a SQL injection vulnerability. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. This can allow the attacker to gain access to the database and execute arbitrary SQL commands.
Mitigation:
The best way to mitigate SQL injection attacks is to use parameterized queries. This involves using placeholders in the SQL query which are then replaced with user-supplied values. This ensures that the user-supplied values are treated as strings and not as part of the SQL query.