Last active
February 1, 2023 15:16
DELL EMC VPLEX 6.2 - Reflected DOM XSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a description of reflected DOM XSS vulnerability found in DELL EMC VPLEX 6.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Product
DELL EMC VPLEX 6.2
Author
Amin Rawah
CVE ID
TBD
Description
A malicious user without any privilege can craft a search link and inject XSS payload in it. The injection point is in 'seasrchQuery' parameter. The payload injected in 'searchQuery' will be executed as soon as a user visit the page and click inside the search box witch will trigger Reflected DOM XSS
PoC
https://localhost/WebHelp/en_US/search.html?searchQuery=test%3C/span%3E%3Cscript%3Ealert(7)%3C/script%3E