Skip to main content

MISP CVE-2026-10854

| EUVDEUVD-2026-34257 MEDIUM
Information Exposure (CWE-200)
2026-06-04 CIRCL GHSA-3636-3mqq-q7x9
5.3
CVSS 4.0 · Vendor: CIRCL
Share

Severity by source

Vendor (CIRCL) PRIMARY
5.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Green

Primary rating from Vendor (CIRCL) · only source for this CVE.

CVSS VectorVendor: CIRCL

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

4
Source Code Evidence Fetched
Jun 04, 2026 - 16:25 vuln.today
Analysis Generated
Jun 04, 2026 - 16:25 vuln.today
CVSS changed
Jun 04, 2026 - 14:22 NVD
5.3 (MEDIUM)
CVE Published
Jun 04, 2026 - 12:51 nvd
UNKNOWN (no severity yet)

DescriptionCVE.org

A visibility control issue in the event template creation workflow allowed non-site-admin users to access private galaxies belonging to other organisations. The event template builder loaded all enabled galaxies without applying organisation or distribution-based access restrictions, potentially exposing private galaxy metadata such as galaxy type and description to users who should not have visibility.

The issue has been fixed by restricting galaxy queries for non-site-admin users to galaxies owned by the user’s organisation or galaxies with a non-private distribution setting. Site administrators retain visibility of all enabled galaxies.

AnalysisAI

Private galaxy metadata in MISP versions up to and including 2.5.38 was exposed to authenticated non-site-admin users through the event template builder workflow due to missing organisation and distribution-based access controls. The EventTemplatesController.php __setBuilderConfig() method queried all enabled galaxies without filtering by ownership or distribution level, allowing users from one organisation to read galaxy names, types, and descriptions that belong to other organisations and are marked private. No public exploit has been identified and SSVC rates exploitation as none; however, in multi-tenant intelligence-sharing environments this information disclosure carries meaningful operational security risk, as galaxy metadata can reveal the intelligence focus areas or classification schemes of peer organisations.

Technical ContextAI

MISP (Malware Information Sharing Platform) uses a 'galaxy' abstraction to organise threat intelligence using structured taxonomies and clusters. Each galaxy carries an organisation owner (org_id) and a distribution flag controlling visibility across organisations. The vulnerability resides in EventTemplatesController.php within the private __setBuilderConfig() method, which constructs the configuration for the event template builder UI. Prior to the fix, the galaxy query condition was limited to 'Galaxy.enabled = true', entirely omitting the org_id and distribution filters that govern galaxy visibility elsewhere in the application. CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) precisely describes this root cause: a discrete code path bypassed the access control model applied globally. The upstream fix introduces an $orgCondition block that, for non-site-admin users, restricts results to galaxies where Galaxy.org_id matches the authenticated user's organisation OR Galaxy.distribution is greater than 0 (non-private). CPE cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:* confirms the vulnerability spans the full MISP application product.

RemediationAI

The primary fix is available as upstream commit d3adfe1a097dd4b403364e9af34e208660eeec1a at https://github.com/MISP/MISP/commit/d3adfe1a097dd4b403364e9af34e208660eeec1a, which modifies EventTemplatesController.php to enforce organisation and distribution-based access controls in the galaxy query used by the template builder. Organisations running MISP ≤ 2.5.38 should upgrade to the first tagged release incorporating this commit once published, or apply the patch directly to the affected controller file. A specific patched release version number is not confirmed from available data - monitor the MISP GitHub releases page for the version that includes this commit. As a compensating control pending upgrade, site administrators can restrict event template creation access to a reduced set of trusted users via MISP's role-based access control, thereby limiting exposure to the minimum necessary user population. This control does not eliminate the vulnerability but reduces the pool of users who can trigger the affected code path. There is no indication that disabling any specific MISP module or feature (short of the template builder itself) would fully mitigate the issue.

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-2026-10854 vulnerability details – vuln.today

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