Skip to main content

MISP CVE-2025-67906

CRITICAL
Cross-site Scripting (XSS) (CWE-79)
2025-12-15 cve@mitre.org
9.0
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.0 CRITICAL
AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
vuln.today AI
9.0 CRITICAL

Network-reachable web UI (AV:N), straightforward injection (AC:L), requires authenticated workflow-editor account (PR:L), needs victim to load page (UI:R), script crosses session/authorization boundary (S:C) with full session compromise.

3.1 AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 22, 2026 - 20:30 vuln.today
Analysis Generated
Jun 22, 2026 - 20:30 vuln.today

DescriptionNVD

In MISP before 2.5.28, app/View/Elements/Workflows/executionPath.ctp allows XSS in the workflow execution path.

AnalysisAI

Stored cross-site scripting in MISP (Malware Information Sharing Platform) versions before 2.5.28 allows authenticated users with workflow privileges to inject arbitrary JavaScript via the workflow execution path view (executionPath.ctp), where doT.js template expressions used unescaped interpolation. Successful exploitation against a user who views the affected page (UI:R) results in scope-changed compromise of the victim's MISP session, including high-confidentiality/integrity/availability impact (CVSS 9.0). Publicly available exploit code exists in researcher-published repositories; no CISA KEV listing at time of analysis.

Technical ContextAI

MISP is an open-source threat intelligence sharing platform written in PHP (CakePHP) with client-side templating provided by doT.js. In doT.js, the {{=expr}} syntax performs raw, unescaped interpolation, while {{!expr}} HTML-encodes the value. The pre-patch executionPath.ctp template rendered workflow node attributes (icon, icon_class, icon_path, name) through {{=}}, so any attacker-influenced workflow metadata was injected verbatim into the DOM - a textbook CWE-79 (Improper Neutralization of Input During Web Page Generation) issue. The affected CPE is cpe:2.3:a:misp-project:misp:*:*:*:*:*:*:*:* covering all builds prior to 2.5.28.

RemediationAI

Vendor-released patch: upgrade to MISP 2.5.28 or later, which replaces unsafe doT.js {{=}} interpolation with HTML-escaped {{!}} interpolation in the workflow execution path template (fix commit https://github.com/MISP/MISP/commit/1f39deb572da7ecb5855e30ff3cc8cbcaa0c1054, release diff https://github.com/MISP/MISP/compare/v2.5.27...v2.5.28). If immediate upgrade is not feasible, restrict the workflow_user / site_admin roles to a minimum set of trusted operators so untrusted users cannot author workflow node metadata, audit existing workflows for suspicious icon/name fields, and consider deploying a Content Security Policy that disallows inline scripts on the MISP UI - note this may break other MISP UI components that rely on inline script and should be validated in staging. As a last resort, disabling the workflows feature in config.php prevents access to the vulnerable view but removes legitimate automation functionality.

More in Misp

View all
CVE-2018-19908 HIGH POC
8.8 Dec 06

An issue was discovered in MISP 2.4.9x before 2.4.99. Rated high severity (CVSS 8.8), this vulnerability is remotely exp

CVE-2022-29528 CRITICAL POC
9.8 Apr 20

An issue was discovered in MISP before 2.4.158. Rated critical severity (CVSS 9.8), this vulnerability is remotely explo

CVE-2022-48328 CRITICAL POC
9.8 Feb 20

app/Controller/Component/IndexFilterComponent.php in MISP before 2.4.167 mishandles ordered_url_params and additional_de

CVE-2026-44381 CRITICAL POC
9.3 May 13

SQL injection in MISP threat intelligence platform versions prior to 2.5.37 allows remote unauthenticated attackers to m

CVE-2022-29534 HIGH POC
7.5 Apr 20

An issue was discovered in MISP before 2.4.158. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitab

CVE-2023-37306 HIGH POC
7.5 Jun 30

MISP 2.4.172 mishandles different certificate file extensions in server sync. Rated high severity (CVSS 7.5), this vulne

CVE-2021-41326 CRITICAL
9.8 Sep 17

In MISP before 2.4.148, app/Lib/Export/OpendataExport.php mishandles parameter data that is used in a shell_exec call. R

CVE-2018-12649 CRITICAL
9.8 Jun 22

An issue was discovered in app/Controller/UsersController.php in MISP 2.4.92. Rated critical severity (CVSS 9.8), this v

CVE-2020-15411 CRITICAL
9.8 Jun 30

An issue was discovered in MISP 2.4.128. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,

CVE-2020-29006 CRITICAL
9.8 Nov 24

MISP before 2.4.135 lacks an ACL check, related to app/Controller/GalaxyElementsController.php and app/Model/GalaxyEleme

CVE-2021-35502 CRITICAL
9.8 Jun 25

app/View/Elements/genericElements/IndexTable/Fields/generic_field.ctp in MISP 2.4.144 does not sanitize certain data rel

CVE-2021-39302 CRITICAL
9.8 Aug 19

MISP 2.4.148, in certain configurations, allows SQL injection via the app/Model/Log.php $conditions['org'] value. Rated

Share

CVE-2025-67906 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy