We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the editor to be free of XSS
XSS is possible due to an issue when parsing <plaintext> tags.
Paste the below payload into the "Code View" of the editor, then exit code view to render the HTML.
<plaintext><img src=1 onerror=alert(1)>
Current version, 4.3.0
All
Tested on Chrome and Firefox.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior.
For the editor to be free of XSS
Actual behavior.
XSS is possible due to an issue when parsing <plaintext> tags.
Steps to reproduce the problem.
Paste the below payload into the "Code View" of the editor, then exit code view to render the HTML.
Editor version.
Current version, 4.3.0
OS
All
Browser.
Tested on Chrome and Firefox.
Recording.
The text was updated successfully, but these errors were encountered: