CVE-2024-21908: Cross-site scripting vulnerability in TinyMCE

Published Oct 22, 2021
·
Updated

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-5h9g-x5rv-25wg. This link is maintained to preserve external references.

Original Description 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.

Other sources

Impact A cross-site scripting (XSS) vulnerability was discovered in the schema validation logic of the core parser. The vulnerability allowed arbitrary JavaScript execution when inserting a specially crafted piece of content into the editor using the clipboard or editor APIs. This malicious content could then end up in content published outside the editor, if no server-side sanitization was performed. This impacts all users who are using TinyMCE 5.8.2 or lower.

Patches This vulnerability has been patched in TinyMCE 5.9.0 by ensuring schema validation was still performed after unwrapping invalid elements.

Workarounds To work around this vulnerability, either: - Upgrade to TinyMCE 5.9.0 or higher - Manually sanitize the content using the BeforeSetContent event (see below)

Example: Manually sanitize content js editor.on('BeforeSetContent', function(e) { var sanitizedContent = ...; // Manually sanitize content here e.content = sanitizedContent; });

Acknowledgements Tiny Technologies would like to thank William Bowling for discovering this vulnerability.

References https://www.tiny.cloud/docs/release-notes/release-notes59/#securityfixes

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

Affected Software

4 affected componentsFixes available
npm/tinymce<5.9.0
5.9.0
composer/tinymce/tinymce<5.9.0
5.9.0
nuget/TinyMCE<5.9.0
5.9.0
Tiny TinyMCE<5.9.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/tinymce to a version that resolves this vulnerability.

    Fixed in 5.9.0
  2. Upgrade

    Upgrade composer/tinymce/tinymce to a version that resolves this vulnerability.

    Fixed in 5.9.0
  3. Upgrade

    Upgrade nuget/TinyMCE to a version that resolves this vulnerability.

    Fixed in 5.9.0
  4. Upgrade

    Upgrade TinyMCE to a version that resolves this vulnerability.

    Fixed in 5.9.0
  5. Configuration

    Work around the XSS by manually sanitizing the content using the TinyMCE `BeforeSetContent` event before assigning `e.content` (see workaround snippet in the advisory).

    TinyMCE BeforeSetContent (manual sanitization) = Enable manual sanitization of content in the BeforeSetContent event before setting e.content

Event History

Oct 22, 2021
Advisory Published
04:24 PM
Jan 3, 2024
CVE Published
03:38 PM
Data Sourced
03:38 PM
DescriptionWeakness

Frequently Asked Questions

1

What is the severity of CVE-2024-21908?

CVE-2024-21908 has a high severity due to its potential for arbitrary JavaScript execution via stored cross-site scripting.

2

How do I fix CVE-2024-21908?

To fix CVE-2024-21908, upgrade TinyMCE to version 5.9.0 or later.

3

What versions of TinyMCE are affected by CVE-2024-21908?

TinyMCE versions prior to 5.9.0 are affected by CVE-2024-21908.

4

Can unauthenticated users exploit CVE-2024-21908?

Yes, unauthenticated users can exploit CVE-2024-21908 to insert malicious HTML into the TinyMCE editor.

5

What type of vulnerability is CVE-2024-21908?

CVE-2024-21908 is a stored cross-site scripting vulnerability.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203