cms
cms copied to clipboard
Cross Site Scripting Vulnerability on "Roles & Permissions" feature in Lavelite.
Describe the bug An authenticated malicious user can take advantage of a Stored XSS vulnerability in the "Roles & Permissions" feature. To Reproduce Steps to reproduce the behavior:
- Log into the panel.
- Go to "/admin/roles/role"
- Click "New"
- Insert payload:
<svg/on // # "><svg/onload=prompt('XSS')>
- Click "Save "
- View the preview to trigger XSS.
- View the preview to get in request and such Stored XSS
Expected behavior
The removal of script tags is not sufficient to prevent an XSS attack. You must HTML Entity encode any output that is stored back to the page.
Impact
Commonly include transmitting private data, like cookies or other session information, to the attacker, redirecting the victim to web content controlled by the attacker, or performing other malicious operations on the user’s machine under the guise of the vulnerable site.
Screenshots
Desktop (please complete the following information):
- OS: Windows
- Browser: Firefox
- Version: 76.0.1
How to request CVE ID ?
@lavie3k
Submit https://cveform.mitre.org/
@lavie3k
Submit https://cveform.mitre.org/
CVE-2020-36396 was assign for it.
How long did you have to wait for the vendor to respond? @nivos888 @Songohan22
Mine is 2 years :D
this issue is not even fix yet