Search for packages
| purl | pkg:composer/tinymce/tinymce@4.1.1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-19e1-nmzz-6ugf
Aliases: CVE-2024-29203 GHSA-438c-3975-5x3f |
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. |
Affected by 3 other vulnerabilities. |
|
VCID-2bq3-d1c4-jfea
Aliases: CVE-2022-23494 GHSA-gg8r-xjwq-4w92 |
Cross-site scripting vulnerability in TinyMCE alerts |
Affected by 7 other vulnerabilities. Affected by 7 other vulnerabilities. |
|
VCID-4b9q-mfer-mbct
Aliases: CVE-2024-21911 GHSA-w7jx-j77m-wp65 GMS-2021-193 GMS-2021-508 GMS-2021-616 |
TinyMCE versions before 5.6.0 are affected by a stored cross-site scripting vulnerability. An unauthenticated and remote attacker could insert crafted HTML into the editor resulting in arbitrary JavaScript execution in another user's browser. |
Affected by 10 other vulnerabilities. |
|
VCID-4bt5-crm3-7ufy
Aliases: CVE-2023-48219 GHSA-v626-r774-j7f8 |
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 parsed into the editor body, but can trigger XSS when the special internal marker is removed from the content and re-parsed. his vulnerability has been patched in TinyMCE versions 6.7.3 and 5.10.9. Users are advised to upgrade. There are no known workarounds for this vulnerability. |
Affected by 4 other vulnerabilities. Affected by 4 other vulnerabilities. |
|
VCID-aud1-v9cb-4fg6
Aliases: CVE-2020-17480 GHSA-27gm-ghr9-4v95 |
Cross-site scripting vulnerability in TinyMCE |
Affected by 12 other vulnerabilities. Affected by 12 other vulnerabilities. |
|
VCID-f4p1-mr56-v7an
Aliases: CVE-2023-45818 GHSA-v65r-p3vv-jjfv |
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://developer.mozilla.org/en-US/docs/Web/API/DOMParser) (TinyMCE 6) or the SaxParser API (TinyMCE 5) mutates the HTML maliciously, allowing an XSS payload to be executed. This vulnerability has been patched in TinyMCE 5.10.8 and TinyMCE 6.7.1 by ensuring HTML is trimmed using node-level manipulation instead of string manipulation. Users are advised to upgrade. There are no known workarounds for this vulnerability. |
Affected by 5 other vulnerabilities. Affected by 5 other vulnerabilities. |
|
VCID-h158-313q-vfhp
Aliases: CVE-2024-38356 GHSA-9hcv-j9pv-qmph |
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 verified to match the configured regular expression before being added. Users are advised to upgrade. There are no known workarounds for this vulnerability. |
Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
|
VCID-kuks-gdgb-pqda
Aliases: CVE-2024-38357 GHSA-w9jx-4g6g-rp7x |
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. There are no known workarounds for this vulnerability. |
Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
|
VCID-p6jp-2k11-5kg4
Aliases: CVE-2024-21908 GHSA-5h9g-x5rv-25wg GMS-2021-132 GMS-2021-163 GMS-2021-189 |
TinyMCE versions before 5.9.0 are affected by a stored cross-site scripting vulnerability. An unauthenticated and remote attacker could insert crafted HTML into the editor resulting in arbitrary JavaScript execution in another user's browser. |
Affected by 9 other vulnerabilities. |
|
VCID-pzzt-thru-r3h2
Aliases: CVE-2024-29881 GHSA-5359-pvf2-pw78 |
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. |
Affected by 2 other vulnerabilities. |
|
VCID-v2s3-btwm-ybcn
Aliases: CVE-2020-12648 GHSA-vrv8-v4w8-f95h GMS-2020-789 |
Cross-site scripting vulnerability in TinyMCE |
Affected by 11 other vulnerabilities. Affected by 11 other vulnerabilities. |
|
VCID-xvww-6tkv-yqfs
Aliases: CVE-2023-45819 GHSA-hgqx-r2hp-jr38 |
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. 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. 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. Users are advised to upgrade. There are no known workarounds for this vulnerability. |
Affected by 5 other vulnerabilities. Affected by 5 other vulnerabilities. |
|
VCID-yntm-bkwg-nkb9
Aliases: CVE-2024-21910 GHSA-r8hm-w5f7-wj39 GMS-2021-133 GMS-2021-164 GMS-2021-192 GMS-2021-8 |
TinyMCE versions before 5.10.0 are affected by a cross-site scripting vulnerability. A remote and unauthenticated attacker could introduce crafted image or link URLs that would result in the execution of arbitrary JavaScript in an editing user's browser. |
Affected by 8 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||