
9 changes to exploits/shellcodes PortableKanban 4.3.6578.38136 - Encrypted Password Retrieval EyesOfNetwork 5.3 - RCE & PrivEsc Anchor CMS 0.12.7 - 'markdown' Stored Cross-Site Scripting EyesOfNetwork 5.3 - LFI Cemetry Mapping and Information System 1.0 - Multiple Stored Cross-Site Scripting WordPress Plugin Custom Global Variables 1.0.5 - 'name' Stored Cross-Site Scripting (XSS) OpenCart 3.0.36 - ATO via Cross Site Request Forgery Prestashop 1.7.7.0 - 'id_product' Time Based Blind SQL Injection
17 lines
No EOL
893 B
Text
17 lines
No EOL
893 B
Text
# Exploit Title: WordPress Plugin Custom Global Variables 1.0.5 - 'name' Stored Cross-Site Scripting (XSS)
|
|
# Google Dork: NA
|
|
# Date: 09/01/2021
|
|
# Exploit Author: Swapnil Subhash Bodekar
|
|
# Vendor Homepage:
|
|
# Software Link: https://wordpress.org/plugins/custom-global-variables/#developers
|
|
# Version: 1.0.5
|
|
# Tested on Windows
|
|
|
|
How to reproduce vulnerability:
|
|
|
|
1. Install WordPress 5.6
|
|
2. Install and activate Custom Global variables plugin.
|
|
3. Navigate to Setting >> Custom Global Variables and enter the data into the user input field.
|
|
4. Capture the request into burp suite and append the JavaScript payload which is mentioned below
|
|
"><script>(1)</script><"
|
|
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. |