CVE-2026-95658
Deferred Deferred - Pending Action

CSRF in MISP WorkflowsController moduleStatelessExecution

Vulnerability report for CVE-2026-95658, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: CIRCL

Description

MISP's WorkflowsController exposed the moduleStatelessExecution action in the Security component's unlockedActions list. In CakePHP, listing an action in unlockedActions disables both the CSRF token check and the field hash validation for that action. Because moduleStatelessExecution executes a workflow module's exec() method with caller-supplied input and parameters, the absence of CSRF protection allowed an attacker to craft a cross-site form post (or equivalent cross-origin request) that, when submitted by an authenticated site administrator, would cause the administrator's browser to invoke the action on the MISP instance.Β  The attacker could select any workflow module to execute, including action modules that write blocklist and warninglist entries, and supply arbitrary input and parameters of their choosing. This constitutes a cross-site request forgery (CSRF) vulnerability with high integrity impact on the MISP instance's security-related data.Β  The vulnerability was identified during an internal security review and was not externally reported. The fix is included in MISP v2.5.47.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-22
Last Modified
2026-09-22
Generated
2026-09-22
AI Q&A
2026-09-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
misp misp 2.5.47

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves MISP's WorkflowsController exposing the moduleStatelessExecution action without proper CSRF protection. In CakePHP, listing an action in unlockedActions disables CSRF token checks and field hash validation. An attacker could exploit this by tricking an authenticated admin into submitting a crafted form, executing workflow modules with arbitrary input. This allows modifying security-related data like blocklist and warninglist entries.

Detection Guidance

Check MISP version for vulnerability presence. If version is below 2.5.47, the system is likely vulnerable. Inspect network traffic for unauthorized POST requests to /workflows/moduleStatelessExecution without CSRF tokens.

Impact Analysis

If you are an administrator of a MISP instance, an attacker could trick you into executing malicious workflow modules. This could allow them to modify critical security settings, such as adding entries to blocklists or warninglists, potentially compromising the integrity of your threat intelligence data.

Compliance Impact

This vulnerability could impact compliance with GDPR and HIPAA by allowing unauthorized modifications to security-related data. An attacker could exploit the CSRF flaw to alter blocklist and warninglist entries, potentially compromising data integrity and access controls. GDPR requires protecting personal data integrity, while HIPAA mandates strict access controls for sensitive health information. Unauthorized changes could violate these requirements.

Mitigation Strategies

Upgrade MISP to version 2.5.47 or later to apply the fix. Ensure all administrators verify the integrity of blocklist and warninglist entries after upgrade.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-95658. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart