Description
Affected versions of cti-transmute render data obtained from a remote MISP instance into the event-browser interface using HTML interpolation. Because fields such as event IDs, event information, organization names, tags, tag colors, TLP labels, distribution labels, and error/flash text may be controlled by the remote MISP server, a malicious or compromised remote instance could return crafted values that inject HTML or script-capable content into the cti-transmute interface.


The patch explicitly notes that remote-derived values must not reach innerHTML, and replaces string-built rows and badges with DOM nodes populated through textContent. It also restricts remote-controlled tag colors to six-digit hexadecimal values, preventing malicious CSS values such as url(...).
Published: 2026-08-11
Score: 2.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in cti‑transmute causes HTML interpolation of data supplied by a remote MISP instance to be rendered directly in the event‑browser interface. Fields such as event IDs, organization names, tags, colors, and export text can be controlled by the remote MISP server; a malicious attacker or a compromised remote instance could therefore inject arbitrary HTML or script content. The vulnerability permits typical cross‑site scripting attacks, which could lead to session hijacking, data theft, or defacement of the interface by manipulating the victim’s browser. The weakness is described by CWE‑116 (Improper Encoding or Escaping of Output) and CWE‑79 (Cross‑Site Scripting).

Affected Systems

The vulnerability affects the cti‑transmute component of MISP. No specific product versions are listed, so all current installations of cti‑transmute are potentially vulnerable until a newer release adopts the mitigation. The patch replaces string‑built rows and badges with securely created DOM nodes and restricts tag colors to valid six‑digit hexadecimal values to stop malicious CSS such as url(...) being used.

Risk and Exploitability

The CVSS score of 2.3 indicates a low severity impact. The EPSS score is not available, and the vulnerability is not in the CISA KEV catalog, suggesting a low likelihood of exploitation in the wild. The attack vector is remote; an attacker would need control over a remote MISP instance that cti‑transmute queries. No privileged or local access is required, but if an attacker can make cti‑transmute request data from a maliciously configured MISP server, XSS can be achieved in the cti‑transmute web UI. The patch eliminates the risk by ensuring remote‑derived values never reach innerHTML and by validating tag colors.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade cti‑transmute to the latest release that implements the textContent fix and tag‑color validation
  • If an upgrade is not immediately possible, reconfigure any remote MISP servers to avoid providing unescaped values for event IDs, organization names, tags, and other metadata fields
  • Disable or restrict the event‑browser functionality for untrusted remote MISP instances until a patch is applied

Generated by OpenCVE AI on August 11, 2026 at 09:20 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:30:00 +0000

Type Values Removed Values Added
Description Affected versions of cti-transmute render data obtained from a remote MISP instance into the event-browser interface using HTML interpolation. Because fields such as event IDs, event information, organization names, tags, tag colors, TLP labels, distribution labels, and error/flash text may be controlled by the remote MISP server, a malicious or compromised remote instance could return crafted values that inject HTML or script-capable content into the cti-transmute interface. The patch explicitly notes that remote-derived values must not reach innerHTML, and replaces string-built rows and badges with DOM nodes populated through textContent. It also restricts remote-controlled tag colors to six-digit hexadecimal values, preventing malicious CSS values such as url(...).
Title cti-transmute Remote MISP Event Browser Allows Cross-Site Scripting via Malicious Event Metadata
Weaknesses CWE-116
CWE-79
References
Metrics cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/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:11:58.810Z

Reserved: 2026-08-11T08:06:56.023Z

Link: CVE-2026-73157

cve-icon Vulnrichment

Updated: 2026-08-11T13:11:55.714Z

cve-icon NVD

Status : Received

Published: 2026-08-11T09:17:14.633

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

Link: CVE-2026-73157

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-116

    Improper Encoding or Escaping of Output

  • CWE-79

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