Closed
Description
Environment
- Python version: Python 3.7.5
- NetBox version: v2.8.5
Steps to Reproduce
- Add the following to any markdown comments section:
[click me for XSS](javascript:alert(1))
- View the comments section and click the link
- User supplied javascript is executed
Expected Behavior
Javascript URIs to be filtered (or more accurately only http/https URIs to be allowed)
Observed Behavior
User supplied javascript was executed (this could potentially be used to escalate to admin privileges).