
CROSS SITE SCRIPTING
This repository documents a Cross-Site Scripting (XSS) vulnerability discovered in RiteCMS v3.0.0, which I reported and was assigned the CVE ID CVE-2024-28623.
main_menu/edit_sectionThe XSS vulnerability allows an attacker to execute arbitrary JavaScript in the victim’s browser, leading to:
'"><svg/onload=confirm(/xsss/)>
This payload demonstrates a basic reflected XSS vector that triggers a JavaScript confirm() dialog when rendered unsanitized.
https://github.com/user-attachments/assets/c7254309-157b-4986-b1a1-737f50ade5bf
✅ This video demonstrates how the XSS vulnerability in RiteCMS v3.0.0 is triggered using the payload.
Discovered & Reported By: @GURJOTEXPERT
CVE Link: CVE-2024-28623
Contact: For questions or collaboration, open an issue or message via GitHub.
This repository is published for educational and research purposes only. Do not attempt to exploit this vulnerability on systems you do not own or have explicit permission to test.