Stored XSS on add Group Name in causefx/organizr
Reported on
Apr 12th 2022
Description
XSS found on function add Group Name on User Management module at Organizr (2.1.1810).
Proof of Concept
- Go to User Management -> Manage Group
- Add new group
- Insert payload on "Group Name" field then Add Group
Payload
- "><script >alert("xss-here");</script>
Screenshot
Impact
This vulnerability is capable of executing a malicious javascript code in web page and stealing user's session and also obtain sensitive information.