AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73156

MEDIUM · CVSS 5.3 EPSS 0.33% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability in cti-transmute arises from its failure to properly HTML-escape user-controlled values in ECharts tooltip formatters, allowing attackers to inject malicious scripts into visualizations. This can lead to cross-site scripting (XSS) attacks when users interact with the affected tooltips. Organizations utilizing cti-transmute for data visualization should prioritize patching this issue to mitigate potential exploitation risks.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-73156
Severity
MEDIUM
CVSS
5.3
EPSS
0.33%

Original NVD Description

Affected versions of cti-transmute fail to HTML-escape attacker-controlled values used in ECharts Sunburst and Treemap tooltip formatters. Slice names may originate directly from STIX or MISP data, including STIX types, relationship_type, pattern prefixes, and MISP category/type values. Since ECharts interprets the formatter return value as HTML, crafted values can inject markup or script-capable content into the tooltip. An attacker who can cause malicious conversion data to be processed can therefore inject content that executes when another user views the visualization and hovers over the affected slice. The patch replaces direct interpolation with dedicated formatter functions that call escapeHtml() on p.name, p.data.value, and p.value.