XSS against the user.
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.
The Curious Case of Copy & Paste – on risks of pasting arbitrary content in browsers: https://research.securitum.com/the-curious-case-of-copy-paste/
{
"github_reviewed": true,
"github_reviewed_at": "2021-09-21T21:50:39Z",
"nvd_published_at": "2021-09-21T21:15:00Z",
"cwe_ids": [
"CWE-79"
],
"severity": "HIGH"
}