CVE-2023-45819
TinyMCE XSS vulnerability in notificationManager.open API
Description
### Impact A [cross-site scripting (XSS)](https://owasp.org/www-community/attacks/xss/) vulnerability was discovered in TinyMCE’s Notification Manager API. The vulnerability exploits TinyMCE's unfiltered notification system, which is used in error handling. The conditions for this exploit requires carefully crafted malicious content to have been inserted into the editor and a notification to have been triggered. When a notification was opened, the HTML within the text argument was displayed unfiltered in the notification. The vulnerability allowed arbitrary JavaScript execution when an notification presented in the TinyMCE UI for the current user. This issue could also be exploited by any integration which uses a TinyMCE notification to display unfiltered HTML content. ### Patches This vulnerability has been patched in TinyMCE 5.10.8 and TinyMCE 6.7.1 by ensuring that the HTML displayed in the notification is sanitized, preventing the exploit. ### Fix To avoid this vulnerability: * Upgrade to TinyMCE 5.10.8 or higher for TinyMCE 5.x. * Upgrade to TinyMCE 6.7.1 or higher for TinyMCE 6.x. ### References * <https://tiny.cloud/docs/release-notes/release-notes5108/#securityfixes> * <https://tiny.cloud/docs/tinymce/6/6.7.1-release-notes/#security-fixes> ### For more information If you have any questions or comments about this advisory: * Email us at <infosec@tiny.cloud> * Open an issue in the [TinyMCE repo](https://github.com/tinymce/tinymce/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
How to fix CVE-2023-45819
To remediate CVE-2023-45819, upgrade the affected package to a fixed version below.
- —upgrade to 6.7.1 or later
- —upgrade to 6.7.1 or later
- —upgrade to 6.7.1 or later
Is CVE-2023-45819 being exploited?
Low — EPSS is 2.2%, meaning exploitation activity has not been observed at scale.