Skip to content

Audit status message allows arbitary HTML, is vulnerable to XSS #31

@h4l

Description

@h4l

Arbitrary HTML can be specified for an audit status message. For example, one could set their status message as:

This is a message with some <b>bold</b> text which executes some javascript: <script type="text/javascript">alert("hi");</script>

Which results in the javascript in the script tag being executed for anyone viewing the status message.

Sadly there are almost certainly many other instances of such vulnerability in the codebase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions