First published: Thu Oct 19 2023(Updated: )
### 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)
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
composer/tinymce/tinymce | <5.10.8 | 5.10.8 |
nuget/TinyMCE | <5.10.8 | 5.10.8 |
npm/tinymce | <5.10.8 | 5.10.8 |
composer/tinymce/tinymce | >=6.0.0<6.7.1 | 6.7.1 |
nuget/TinyMCE | >=6.0.0<6.7.1 | 6.7.1 |
npm/tinymce | >=6.0.0<6.7.1 | 6.7.1 |
TinyMCE | <5.10.8 | |
TinyMCE | >=6.0.0<6.7.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-45819 is a cross-site scripting (XSS) vulnerability in TinyMCE's Notification Manager API, which can be exploited through the unfiltered notification system.
The severity of CVE-2023-45819 is medium with a CVSS score of 6.1.
The vulnerability affects the following software versions: TinyMCE 5.10.8, TinyMCE 6.0.0 to 6.7.1.
To fix CVE-2023-45819, upgrade to TinyMCE version 5.10.8 or TinyMCE version 6.7.1, depending on the affected software version.
More information about CVE-2023-45819 can be found in the following references: [GitHub Advisory](https://github.com/tinymce/tinymce/security/advisories/GHSA-hgqx-r2hp-jr38), [TinyMCE Release Notes 5.10.8](https://tiny.cloud/docs/release-notes/release-notes5108/#securityfixes), [TinyMCE Release Notes 6.7.1](https://tiny.cloud/docs/tinymce/6/6.7.1-release-notes/#security-fixes).