vendor:
Apptha Slider Gallery
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Apptha Slider Gallery
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:apptha:apptha_slider_gallery
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
WordPress Plugin Apptha Slider Gallery v1.0 – SQL Injection
An attacker can exploit a SQL injection vulnerability in WordPress Plugin Apptha Slider Gallery v1.0 to gain access to the database. By sending a specially crafted HTTP request, an attacker can inject arbitrary SQL commands into the application which can be used to bypass authentication and gain access to the database.
Mitigation:
Developers should always use parameterized queries, also known as prepared statements, when interacting with the database. This will ensure that the user input is treated as a string value instead of part of the SQL query.