Open SakiiR opened 4 years ago
The editor is vulnerable to "self xss".
Consider filtering using DOMPurify or anything.
Reproduce:
Enter the following code in the "HTML editor feature":
<img src=x onerror=alert(1)>
The editor is vulnerable to "self xss".
Consider filtering using DOMPurify or anything.
Reproduce: