Cross-site Scripting (XSS) - Reflected in kasuganosoras/pigeon
Reported on
Sep 7th 2021
✍️ Description
Cross-site Scripting (XSS) refers to client-side code injection attack wherein an attacker can execute malicious scripts into a legitimate website or web application. XSS occurs when a web application makes use of unvalidated or unencoded user input within the output it generates.
The user input POST parameter username
of register.php is unsanitized resulting reflected cross site scripting.
Remediation
Apply context-dependent encoding and/or validation to user input rendered on a page
Occurrences
References
SECURITY.md
2 years ago
Thanks for the report. This issue is already fixed in the master
branch: Link