vendor:
JTRT Responsive Tables
by:
Lenon Leite
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JTRT Responsive Tables
Affected Version From: 4.1
Affected Version To: 4.1
Patch Exists: YES
Related CWE: N/A
CPE: a:wordpress:jtrt_responsive_tables:4.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu 16.04
2017
JTRT Responsive Tables 4.1 – WordPress Plugin – Sql Injection
$_POST['tableId'] is not escaped, allowing an attacker to inject arbitrary SQL commands. An attacker can send a specially crafted request to the vulnerable application in order to execute arbitrary SQL commands in the back-end database. This can result in the manipulation or disclosure of application data.
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.