header-logo
Suggest Exploit
vendor:
WordPress Plugin Ninja Tables
by:
Akash Rajendra Patil
5.5
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
CWE
Product Name: WordPress Plugin Ninja Tables
Affected Version From: 4.1.2007
Affected Version To: 4.1.2007
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: Windows
2021

WordPress Plugin Ninja Tables 4.1.7 – Stored Cross-Site Scripting (XSS)

The vulnerability allows an attacker to store malicious JavaScript payload in the database which gets executed when triggered, resulting in a pop-up.

Mitigation:

Update to the latest version of Ninja Tables plugin.
Source

Exploit-DB raw data:

# Exploit Title: WordPress Plugin Ninja Tables 4.1.7 - Stored Cross-Site Scripting (XSS)
# Date: 25-10-2021
# Exploit Author: Akash Rajendra Patil
# Vendor Homepage: https://wordpress.org/plugins/ninja-tables/
# Software Link: https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/
# Version: 4.1.7
# Tested on Windows

*How to reproduce vulnerability:*

1. Install Latest WordPress

2. Install and activate Ninja Tables <= 4.1.7
3. Enter JavaScript payload which is mentioned below
"><img src=x onerror=confirm(docment.domain)> in the 'Coulmn Name & Add Data'
and enter the data into the user input field.Then Navigate to Table Design

5. You will observe that the payload successfully got stored into the database and when you are triggering the same functionality in that time JavaScript payload is executing successfully and we are getting a pop-up.