Coordinated Disclosure Timeline
- 2022-05-12: Report sent to [email protected]
- 2022-05-12: Maintainer replies vulnerability is no longer reproducible, they created custom sanitization functions
- 2022-05-13: Bypass sent to maintainer
- 2022-06-12: Asked for status update to maintainer
- 2022-08-10: Deadline expired
- 2022-09-06: CVE-2022-23461 assigned
Summary
Jodit Editor 3 is vulnerable to XSS attacks when pasting specially constructed input.
Product
Jodit Editor 3
Tested Version
Details
Issue: XSS in jodit editor (GHSL-2022-030
)
This query highlights several locations, all of which I believe to be exploitable. I believe this is the location triggered by the PoC.
PoC:
- Open https://cdn.sekurak.pl/copy-paste/playground.html in your browser, enter the text below in the HTML Input box:
<html>
<body>
<meta name=Generator content="Microsoft Word 15">
<img src="" onerror="alert(123)" />
</body>
</html>
- Click
Copy as HTML
. - Go to https://xdsoft.net/jodit/
- Paste the text you copied in [3].
- Click
Keep
. - JavaScript:
alert(123)
is executed.
Impact
This issue may lead to XSS in any webpage that uses the editor. Users who copy-paste content from a page controlled by an attacker may be vulnerable.
CVE
- CVE-2022-23461
Credit
This issue was discovered by CodeQL team members @kaeluka (Stephan Brandauer) and @erik-krogh (Erik Krogh Kristensen), using a CodeQL query originally contributed by community member @bananabr (Daniel Santos).
Contact
You can contact the GHSL team at [email protected]
, please include a reference to GHSL-2022-030
in any communication regarding this issue.