
7 changes to exploits/shellcodes Amica Prodigy 1.7 - Privilege Escalation Xiaomi browser 10.2.4.g - Browser Search History Disclosure IPCop 2.1.9 - Remote Code Execution (RCE) (Authenticated) Cockpit CMS 0.11.1 - 'Username Enumeration & Password Reset' NoSQL Injection WordPress Plugin LifterLMS 4.21.1 - Access Other Student Grades/Answers via IDOR WordPress Plugin Picture Gallery 1.4.2 - 'Edit Content URL' Stored Cross-Site Scripting (XSS) Simple Library Management System 1.0 - 'rollno' SQL Injection
15 lines
No EOL
878 B
Text
15 lines
No EOL
878 B
Text
# Exploit Title: WordPress Plugin Picture Gallery 1.4.2 - 'Edit Content URL' Stored Cross-Site Scripting (XSS)
|
|
# Date: 2021-08-06
|
|
# Exploit Author: Aryan Chehreghani
|
|
# Software Link: https://wordpress.org/plugins/picture-gallery/
|
|
# Version: 1.4.2
|
|
# Tested on: Windows 10
|
|
|
|
How to Reproduce this Vulnerability:
|
|
|
|
1. Install WordPress 5.8
|
|
2. Install and activate Picture Gallery - Frontend Image Uploads, AJAX Photo List
|
|
3. Navigate to admin menu wrap >> Picture Gallery >> Options >> Access Control Tab >> enter the XSS payload into the Edit Content URL input field.
|
|
4. Click Save Changes.
|
|
5. You will observe that the payload successfully got stored into the database and when you are triggering the same functionality at that time JavaScript payload is executing successfully and we are getting a pop-up.
|
|
6. Payload Used: "><script>alert(document.cookie)</script> |