Clipboard-based XSS
Description
Published by the National Vulnerability Database
Sep 21, 2021
Reviewed
Sep 21, 2021
Published to the GitHub Advisory Database
Sep 22, 2021
Last updated
Feb 1, 2023
Impact
XSS against the user.
Details
jsuites is vulnerable to DOM based XSS if the user can be tricked into copying anything from a malicious and pasting it into the html editor. This is because a part of the clipboard content is directly written to
innerHTML
causing XSS.References
The Curious Case of Copy & Paste – on risks of pasting arbitrary content in browsers: https://research.securitum.com/the-curious-case-of-copy-paste/
References