PT-2024-22805 · Tinymce · Tinymce
Ekimchau
·
Published
2024-03-26
·
Updated
2026-03-19
·
CVE-2024-29203
CVSS v3.1
6.1
Medium
| Vector | AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
TinyMCE versions prior to 6.8.1
Description
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.Recommendations
For versions prior to 6.8.1, update to version 6.8.1 or later to fix the vulnerability.
As a temporary workaround, consider configuring the HTTP Content-Security-Policy (CSP)
frame-src or object-src to restrict or block the loading of unauthorized URLs.
In TinyMCE 7.0.0 and later, the sandbox iframes option is enabled by default, which adds the sandbox="" attribute to every iframe element. To sandbox iframe elements from every domain, set the sandbox iframes exclusions option to [].Exploit
Fix
XSS
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Tinymce