Cross-site Scripting (XSS) - Stored in leantime/leantime
Reported on
Jul 5th 2021
✍️ Description
Stored xss bug using a xss payload in the Hypothesis when adding a new Research
🕵️♂️ Proof of Concept
Goto http://localhost/leancanvas/simpleCanvas and click on add new and copy paste the following xss payload
"><img src=x onerror=alert(document.cookie)>
Click on safe and see the xss popup with the cookie.
💥 Impact
Possible to steal admin cookies or take over another account via cookie grepping.
💥 Remediation
Validate user input
💥References
https://owasp.org/www-community/attacks/xss/
https://en.wikipedia.org/wiki/Cross-site_scripting
https://www.acunetix.com/websitesecurity/cross-site-scripting/
https://www.imperva.com/learn/application-security/cross-site-scripting-xss-attacks/