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.
Published: 2026-08-11
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in cti‑transmute’s handling of tooltip formatters for ECharts Sunburst and Treemap visualizations. Values supplied by STIX or MISP data are inserted directly into the tooltip string without HTML escaping. When a malicious party supplies conversion data containing code, that code is interpreted as markup by ECharts and executed in the browser when a user hovers over the affected slice, providing a classic reflected XSS flaw (CWE‑79).

Affected Systems

This flaw affects the cti‑transmute component of the MISP platform. All releases released before the commit linked in the advisory are vulnerable; the fix is contained in the code commit c5b024a8ef5632f8939cfe2dad9026064698f4bb which replaces the direct interpolation with escapeHtml calls on the slice name, data value, and value.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. EPSS data is not available and the flaw is not listed in the CISA KEV catalog. The attack requires that an adversary can supply or influence conversion data that is rendered by the visualization; such data might be introduced through API calls or the MISP interface. Once an attacker injects malicious payloads, any user who views the affected chart will trigger execution of the payload in their browser. Because the exploitation is client‑side, the threat is primarily to confidentiality and integrity of user session data, and possible data exfiltration or credentials theft.

Generated by OpenCVE AI on August 11, 2026 at 09:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest cti‑transmute release that includes the escapeHtml fix.
  • If an upgrade cannot be performed immediately, modify the tooltip formatter configuration to explicitly escape all user‑controlled fields using a function such as escapeHtml().
  • Restrict or remove the ingestion of untrusted or externally supplied conversion data into the visualization until the component is patched.

Generated by OpenCVE AI on August 11, 2026 at 09:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Misp
Misp cti-transmute
Vendors & Products Misp
Misp cti-transmute

Tue, 11 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
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.
Title cti-transmute Sunburst and Treemap Tooltips Allow Cross-Site Scripting via Crafted Conversion Data
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Misp Cti-transmute
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-08-11T13:12:48.303Z

Reserved: 2026-08-11T07:38:02.274Z

Link: CVE-2026-73156

cve-icon Vulnrichment

Updated: 2026-08-11T13:12:45.903Z

cve-icon NVD

Status : Received

Published: 2026-08-11T08:17:21.323

Modified: 2026-08-11T14:17:15.567

Link: CVE-2026-73156

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T09:30:06Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')