You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible to inject possibly problematic code into the matrix interface that might be approaching an exploitable XSS attack for users (self-XSS). For example, unsanitized around:
It is currently possible to inject possibly problematic code into the matrix interface that might be approaching an exploitable XSS attack for users (self-XSS). For example, unsanitized around:
or, for example, entering the following ID:
<script>alert()</script>
Currently, tagged as enhancement; will recode as showstopper if this gets elevated by security.
Two known parts, and one notice:
The text was updated successfully, but these errors were encountered: