Cross-site Scripting (XSS) - Stored in francoisjacquet/rosariosis
Reported on
Apr 23rd 2022
Description
he software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Proof of Concept
- login as an admin
- go to https://www.rosariosis.org/demonstration/Modules.php?modname=School_Setup/PortalNotes.php
- paste payload <iframe srcdoc="<svg onload=alert(1);>"> to notes
- observe alert pop up
Impact
Every user visiting the page can be affected by malicious javascript code created by the attacker.
Occurrences
SECURITY.md
exists
2 years ago