SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-54606

HIGH · CVSS 8.5 EPSS 0.35% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The SunEditor Embed plugin in versions prior to 3.1.4 is vulnerable to cross-site scripting (XSS) due to improper handling of attacker-controlled HTML, which can lead to unauthorized JavaScript execution within the editor. This vulnerability can be exploited if applications store or reflect content from SunEditor without adequate backend sanitization, potentially compromising user data and account actions. Developers and organizations utilizing SunEditor should prioritize upgrading to version 3.1.4 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54606
Severity
HIGH
CVSS
8.5
EPSS
0.35%
Java

Original NVD Description

SunEditor is a lightweight and powerful WYSIWYG editor in vanilla JavaScript with no dependencies. Prior to 3.1.4, the SunEditor Embed plugin in src/plugins/modal/embed.js parses attacker-controlled raw embed HTML with DOMParser and processes the resulting DOM nodes. When an external script element follows a valid iframe, the plugin recreates a script element from the attacker-controlled src attribute and appends it to the live DOM, causing JavaScript execution in the editor page. If an application stores or reflects SunEditor content without additional backend sanitization, an attacker who can submit embed HTML can trigger stored or reflected cross-site scripting when another user opens, previews, renders, or edits the content, enabling access to page data and account actions as the victim. This issue is fixed in version 3.1.4.