CVE-2026-47760

8.7

Tiny · TinyMCE

TinyMCE contains a Cross-Site Scripting (XSS) vulnerability in versions 6.0.0 through 7.0.9 due to insufficient sanitization of input during web page generation.

Executive summary

A high-severity Cross-Site Scripting (XSS) vulnerability in the TinyMCE editor could allow authenticated attackers to execute arbitrary scripts in the victim's browser session.

Vulnerability

This is a Cross-Site Scripting (CWE-79) vulnerability. It requires the attacker to be authenticated (PR:L) and requires user interaction (UI:R), allowing for the injection of scripts that execute within the context of the application.

Business impact

Exploitation of this vulnerability can result in the compromise of user accounts and the unauthorized execution of actions within the application. The CVSS score of 8.7 underscores the critical need to address this, particularly in environments where the editor is exposed to multiple users or integrated into sensitive data entry workflows.

Remediation

Immediate Action: Update TinyMCE to version 7.1.0 or later to resolve the vulnerability.

Proactive Monitoring: Monitor for anomalous input patterns in web forms and review logs for signs of script execution or session-related irregularities.

Compensating Controls: Use a Web Application Firewall (WAF) to inspect and filter incoming traffic for common XSS payloads and implement a strict Content Security Policy (CSP).

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Security teams should treat this vulnerability as a priority and verify that all instances of TinyMCE are updated to 7.1.0 or higher. Maintaining up-to-date dependencies is essential to mitigating risks associated with client-side script injection.