PatchSiren cyber security CVE debrief
CVE-2026-72751 misp CVE debrief
The CTI-Transmute conversion graph, used for visualizing converted MISP and STIX content, contains a stored cross-site scripting (XSS) vulnerability. This vulnerability allows attacker-controlled values from converted CTI data to be passed to multiple HTML-parsing sinks without sufficient neutralization. Consequently, malicious HTML or JavaScript content can be executed. The vulnerability affects node labels, node sublabels, edge labels, node properties, edge properties, and node types in the graph user interface. The Pivotick graph library renders some of these values through HTML-parsing operations, which can lead to the interpretation of crafted HTML or JavaScript content as markup rather than plain text. The remediation involves HTML-escaping node labels, node sublabels, and edge labels before they are passed to Pivotick, restricting graph node type values to a safe identifier character set, wrapping node and edge property values in DOM elements populated through textContent, and replacing the raw-JSON popup's interpolated document.write() with DOM construction and textContent.
- Vendor
- misp
- Product
- cti-transmute
- CVSS
- MEDIUM 5.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-10
- Original CVE updated
- 2026-08-26
- Advisory published
- 2026-08-10
- Advisory updated
- 2026-08-26
Who should care
Organizations using CTI-Transmute for converting and visualizing MISP and STIX content should be aware of this vulnerability and take steps to patch and protect their systems. This includes applying patches to CTI-Transmute, reviewing and updating CTI data handling to ensure proper neutralization of user input, and monitoring for suspicious activity related to CTI-Transmute. Additionally, organizations should prioritize patching to prevent potential XSS attacks through crafted CTI data and review compensating controls for exposed systems while remediation is scheduled and verified. It is also essential to track exceptions, retest remediated assets, and close the item only after evidence is documented. Security teams should focus on vendor patch guidance, exposure review, compensating controls, monitoring, asset inventory, rollback/change windows, and source tracking to mitigate the vulnerability effectively. CTI-Transmute users must understand the vulnerability's impact on their systems and take immediate action to prevent exploitation. This involves understanding the vulnerability class, likely operational impact, and source-confidence limits. By taking these steps, organizations can minimize the risk associated with this vulnerability and protect their systems from potential attacks. The remediation efforts should be coordinated with relevant stakeholders, including affected product operators, platform administrators, vulnerability management teams, and security teams. Effective communication and collaboration are crucial to ensuring that the necessary patches are applied, and compensating controls are implemented to prevent exploitation. By working together, organizations can reduce the risk of exploitation and protect their systems from potential attacks. The vulnerability's impact on an organization's security posture should not be underestimated, and prompt action is necessary to prevent potential security breaches. By prioritizing patching and implementing compensating controls, organizations can minimize the risk associated with this vulnerability and protect their systems from potential attacks. The CTI-Transmute vulnerability highlights the importance,
Technical summary
The CTI-Transmute conversion graph is vulnerable to stored cross-site scripting (XSS) attacks due to insufficient neutralization of attacker-controlled values from converted CTI data. These values can be passed to multiple HTML-parsing sinks, allowing for malicious HTML or JavaScript content to be executed. The vulnerability affects various components of the graph user interface, including node labels, node sublabels, edge labels, node properties, edge properties, and node types. The Pivotick graph library renders some of these values through HTML-parsing operations, which can lead to the execution of crafted content. To address this vulnerability, the remediation includes HTML-escaping node labels, node sublabels, and edge labels, restricting graph node type values to a safe identifier character set, and wrapping node and edge property values in DOM elements populated through textContent. Additionally, the raw-JSON popup's interpolated document.write() is replaced with DOM construction and textContent to prevent exploitation.
Defensive priority
Organizations using CTI-Transmute should prioritize patching to prevent potential XSS attacks through crafted CTI data.
Recommended defensive actions
- Apply patches to CTI-Transmute to prevent XSS attacks
- Review and update CTI data handling to ensure proper neutralization of user input
- Monitor for suspicious activity related to CTI-Transmute
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
- Review compensating controls for exposed systems while remediation is scheduled and verified
Evidence notes
The CVE description notes that CTI-Transmute is affected by a stored cross-site scripting (XSS) vulnerability in the conversion graph used to visualize converted MISP and STIX content. Attacker-controlled values from converted CTI data were passed to multiple HTML-parsing sinks without sufficient neutralization.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-72751 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-72751
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-72751 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-72751
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/b50451a746c9959efa508aeaa4a822d122687e35
5a6e4751-2f3f-4070-9419-94fb35b644e8
-
Source reference
Unverified legacy reference
URL: https://github.com/MISP/cti-transmute/commit/d34ccac5d82a642389390187fb3455112cbce886
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.