Exploits / Vulnerability Discovered : 2021-08-10 |
Type : webapps |
Platform : php
This exploit / vulnerability Wordpress plugin picture gallery 1.4.2 edit content url stored crosssite scripting (xss) is for educational purposes only and if it is used you will do on your own risk!
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>