PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-9806 misp CVE debrief

A stored cross-site scripting (XSS) vulnerability in CTI Transmute's notification panel allowed JavaScript injection via unsanitized convert names rendered with innerHTML. The vulnerability was confined to a development branch and has been remediated by switching to DOM construction methods with textContent assignment.

Vendor
misp
Product
cti-transmute
CVSS
MEDIUM 6.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-28
Original CVE updated
2026-05-29
Advisory published
2026-05-28
Advisory updated
2026-05-29

Who should care

Organizations running CTI Transmute development branch builds; security teams reviewing application notification implementations; developers maintaining JavaScript frontend components handling user-controlled data.

Technical summary

CTI Transmute versions prior to the patched release contained a stored XSS vulnerability in the notification bell dropdown. Notification messages incorporating user-controlled convert names were rendered using innerHTML without adequate sanitization, permitting arbitrary JavaScript injection. When an authenticated user opened the notification panel, the injected script would execute in their browser context, potentially enabling session hijacking or unauthorized actions. The vulnerability existed only on a development branch. The fix replaced innerHTML assignment with DOM element construction and textContent assignment, eliminating the injection vector.

Defensive priority

medium

Recommended defensive actions

  • Review notification panel implementations for unsafe innerHTML usage with user-controlled data
  • Audit development branch deployments for exposure of unmerged features
  • Implement Content Security Policy (CSP) headers as defense-in-depth for XSS mitigation
  • Verify that notification message rendering uses textContent or equivalent safe DOM methods
  • Conduct code review of similar UI components that may process user-controlled strings

Evidence notes

CVE published 2026-05-28. Remediation commit available via GitHub. CVSS 4.0 vector indicates network attack vector with low attack complexity, partial attacker privileges required, and low confidentiality impact to the vulnerable component.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-9806 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-9806

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-9806 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-9806

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/MISP/cti-transmute/commit/cf42409badc27b13d9bb644b9175aa7f27e11259

    5a6e4751-2f3f-4070-9419-94fb35b644e8

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.