
CVE-2024-38357 – TinyMCE Cross-Site Scripting (XSS) vulnerability using noscript elements
https://notcve.org/view.php?id=CVE-2024-38357
19 Jun 2024 — TinyMCE is an open source rich text editor. A cross-site scripting (XSS) vulnerability was discovered in TinyMCE’s content parsing code. This allowed specially crafted noscript elements containing malicious code to be executed when that content was loaded into the editor. This vulnerability has been patched in TinyMCE 7.2.0, TinyMCE 6.8.4 and TinyMCE 5.11.0 LTS by ensuring that content within noscript elements are properly parsed. Users are advised to upgrade. • https://github.com/tinymce/tinymce/commit/5acb741665a98e83d62b91713c800abbff43b00d • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2024-38356 – TinyMCE Cross-Site Scripting (XSS) vulnerability using noneditable_regexp option
https://notcve.org/view.php?id=CVE-2024-38356
19 Jun 2024 — TinyMCE is an open source rich text editor. A cross-site scripting (XSS) vulnerability was discovered in TinyMCE’s content extraction code. When using the `noneditable_regexp` option, specially crafted HTML attributes containing malicious code were able to be executed when content was extracted from the editor. This vulnerability has been patched in TinyMCE 7.2.0, TinyMCE 6.8.4 and TinyMCE 5.11.0 LTS by ensuring that, when using the `noneditable_regexp` option, any content within an attribute is properly ve... • https://github.com/tinymce/tinymce/commit/5acb741665a98e83d62b91713c800abbff43b00d • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2024-29881 – TinyMCE Cross-Site Scripting (XSS) vulnerability in handling external SVG files through Object or Embed elements
https://notcve.org/view.php?id=CVE-2024-29881
26 Mar 2024 — TinyMCE is an open source rich text editor. A cross-site scripting (XSS) vulnerability was discovered in TinyMCE’s content loading and content inserting code. A SVG image could be loaded though an `object` or `embed` element and that image could potentially contain a XSS payload. This vulnerability is fixed in 6.8.1 and 7.0.0. TinyMCE es un editor de texto enriquecido de código abierto. • https://github.com/tinymce/tinymce/commit/bcdea2ad14e3c2cea40743fb48c63bba067ae6d1 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2024-29203 – TinyMCE Cross-Site Scripting (XSS) vulnerability in handling iframes
https://notcve.org/view.php?id=CVE-2024-29203
26 Mar 2024 — TinyMCE is an open source rich text editor. A cross-site scripting (XSS) vulnerability was discovered in TinyMCE’s content insertion code. This allowed `iframe` elements containing malicious code to execute when inserted into the editor. These `iframe` elements are restricted in their permissions by same-origin browser protections, but could still trigger operations such as downloading of malicious assets. This vulnerability is fixed in 6.8.1. • https://github.com/tinymce/tinymce/commit/bcdea2ad14e3c2cea40743fb48c63bba067ae6d1 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2023-48219 – Special characters in unescaped text nodes can trigger mXSS in TinyMCE
https://notcve.org/view.php?id=CVE-2023-48219
15 Nov 2023 — TinyMCE is an open source rich text editor. A mutation cross-site scripting (mXSS) vulnerability was discovered in TinyMCE’s core undo/redo functionality and other APIs and plugins. Text nodes within specific parents are not escaped upon serialization according to the HTML standard. If such text nodes contain a special character reserved as an internal marker, they can be combined with other HTML patterns to form malicious snippets. These snippets pass the initial sanitisation layer when the content is pars... • https://github.com/tinymce/tinymce/security/advisories/GHSA-v626-r774-j7f8 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2023-45818 – Cross-site Scripting vulnerability in TinyMCE undo/redo, getContent API, resetContent API, and Autosave plugin
https://notcve.org/view.php?id=CVE-2023-45818
19 Oct 2023 — TinyMCE is an open source rich text editor. A mutation cross-site scripting (mXSS) vulnerability was discovered in TinyMCE’s core undo and redo functionality. When a carefully-crafted HTML snippet passes the XSS sanitisation layer, it is manipulated as a string by internal trimming functions before being stored in the undo stack. If the HTML snippet is restored from the undo stack, the combination of the string manipulation and reparative parsing by either the browser's native [DOMParser API](https://develo... • https://github.com/tinymce/tinymce/security/advisories/GHSA-v65r-p3vv-jjfv • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2023-45819 – Cross-site Scripting vulnerability in TinyMCE notificationManager.open API
https://notcve.org/view.php?id=CVE-2023-45819
19 Oct 2023 — TinyMCE is an open source rich text editor. A cross-site scripting (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.... • https://github.com/philipsinnott/cve-2023-45819 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2022-23494 – Cross-site scripting vulnerability in TinyMCE alerts
https://notcve.org/view.php?id=CVE-2022-23494
08 Dec 2022 — tinymce is an open source rich text editor. A cross-site scripting (XSS) vulnerability was discovered in the alert and confirm dialogs when these dialogs were provided with malicious HTML content. This can occur in plugins that use the alert or confirm dialogs, such as in the `image` plugin, which presents these dialogs when certain errors occur. The vulnerability allowed arbitrary JavaScript execution when an alert presented in the TinyMCE UI for the current user. This vulnerability has been patched in Tin... • https://github.com/tinymce/tinymce/commit/6923d85eba6de3e08ebc9c5a387b5abdaa21150e • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •