The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-67906

CVE-2025-67906: MISP XSS Vulnerability in Workflows

CVE-2025-67906 is a cross-site scripting vulnerability in MISP workflow execution path that enables attackers to inject malicious scripts. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 15, 2026

CVE-2025-67906 Overview

CVE-2025-67906 is a Cross-Site Scripting (XSS) vulnerability affecting MISP (Malware Information Sharing Platform) versions prior to 2.5.28. The vulnerability exists in the app/View/Elements/Workflows/executionPath.ctp template file, which fails to properly sanitize user-controlled input in the workflow execution path component. This allows authenticated attackers to inject malicious scripts that execute in the context of other users' browsers, potentially leading to session hijacking, data theft, or unauthorized actions within the threat intelligence platform.

Critical Impact

Successful exploitation of this XSS vulnerability in MISP could allow attackers to compromise threat intelligence sharing operations, steal session tokens from security analysts, or manipulate shared threat data within organizations relying on MISP for collaborative security operations.

Affected Products

  • MISP versions prior to 2.5.28
  • MISP Workflow module with execution path visualization
  • Organizations using MISP for threat intelligence sharing

Discovery Timeline

  • 2025-12-15 - CVE-2025-67906 published to NVD
  • 2025-12-21 - Last updated in NVD database

Technical Details for CVE-2025-67906

Vulnerability Analysis

This XSS vulnerability occurs due to insufficient input validation and output encoding in the workflow execution path visualization component of MISP. The executionPath.ctp CakePHP template file renders workflow execution data without properly escaping user-controllable content, allowing malicious JavaScript code to be injected and executed in the browsers of other authenticated MISP users.

The vulnerability requires low privileges to exploit (an authenticated user account) but has a changed scope, meaning the exploited vulnerability can affect resources beyond the vulnerable component. The potential impact includes complete compromise of confidentiality, integrity, and availability of user sessions and data accessible through the MISP interface.

MISP is widely deployed in security operations centers and threat intelligence sharing communities, making this vulnerability particularly concerning as it could be leveraged to compromise trusted threat data or gain access to sensitive indicators of compromise shared between organizations.

Root Cause

The root cause of CVE-2025-67906 is improper neutralization of input during web page generation (CWE-79). The executionPath.ctp template file directly renders workflow execution path data without adequate HTML entity encoding or JavaScript escaping. When user-supplied or workflow-derived data containing script tags or event handlers is processed by this template, the malicious content is rendered as executable code rather than being treated as plain text.

Attack Vector

The attack vector is network-based and requires user interaction. An authenticated attacker can craft a malicious workflow execution path containing JavaScript payloads. When other authenticated users view the workflow visualization that includes the attacker's malicious input, the injected script executes in their browser context. This could be leveraged to:

  1. Steal session cookies and authentication tokens
  2. Perform actions on behalf of the victim user
  3. Modify or exfiltrate sensitive threat intelligence data
  4. Propagate the attack to other MISP users through stored XSS

The vulnerability can be exploited by injecting malicious JavaScript through workflow path elements. When the executionPath.ctp template renders this data without proper sanitization, the script executes in victims' browsers. For detailed technical information, refer to the GitHub CVE-2025-67906 Repository and the MISP commit addressing this vulnerability.

Detection Methods for CVE-2025-67906

Indicators of Compromise

  • Unusual JavaScript patterns or encoded script tags in workflow execution path data
  • Unexpected network requests originating from the MISP web interface to external domains
  • Session tokens appearing in server logs or being transmitted to unauthorized endpoints
  • User reports of unexpected behavior when viewing workflow visualizations

Detection Strategies

  • Monitor web application logs for requests containing potential XSS payloads targeting workflow-related endpoints
  • Implement Content Security Policy (CSP) headers and monitor for CSP violation reports
  • Deploy web application firewall (WAF) rules to detect and block common XSS attack patterns
  • Review workflow execution path data for suspicious HTML or JavaScript content

Monitoring Recommendations

  • Enable detailed access logging for MISP workflow components
  • Configure alerting for anomalous client-side script execution patterns
  • Monitor for unauthorized data exfiltration attempts from MISP user sessions
  • Track changes to workflow configurations and execution paths for tampering indicators

How to Mitigate CVE-2025-67906

Immediate Actions Required

  • Upgrade MISP to version 2.5.28 or later immediately
  • Review workflow execution paths for any suspicious or malicious content
  • Invalidate active user sessions and require re-authentication after patching
  • Implement Content Security Policy headers to restrict script execution sources

Patch Information

MISP has released version 2.5.28 which addresses this XSS vulnerability. The fix is available in commit 1f39deb572da7ecb5855e30ff3cc8cbcaa0c1054. Organizations should review the version comparison between v2.5.27 and v2.5.28 to understand all changes included in the security update.

Workarounds

  • Implement strict Content Security Policy headers to prevent inline script execution
  • Deploy a web application firewall with XSS detection rules in front of MISP instances
  • Restrict access to workflow visualization features to trusted administrators only
  • Enable HTTPOnly and Secure flags on all session cookies to limit XSS impact
bash
# Example CSP header configuration for Apache
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'none';"

# Enable HTTPOnly and Secure cookie flags in MISP configuration
# Edit app/Config/core.php
# Configure::write('Session.cookie', 'MISP');
# Configure::write('Session.cookieHttpOnly', true);
# Configure::write('Security.cipherSeed', 'your-random-seed');

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMisp

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • GitHub MISP Version Comparison

  • GitHub CVE-2025-67906

  • GitHub GCVE-1-2025-0030

  • CIRCL GCVE-1-2025-0031 Vulnerability
  • Vendor Resources
  • GitHub MISP Commit
  • Related CVEs
  • CVE-2026-44381: MISP Platform SQL Injection Vulnerability

  • CVE-2026-44380: MISP Privilege Escalation Vulnerability

  • CVE-2026-44379: MISP UUID Validation Vulnerability

  • CVE-2026-44363: MISP Modules SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English