Severity by source
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
Lifecycle Timeline
4DescriptionCVE.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.
An issue was discovered in MISP 2.4.9x before 2.4.99. Rated high severity (CVSS 8.8), this vulnerability is remotely exp
An issue was discovered in MISP before 2.4.158. Rated critical severity (CVSS 9.8), this vulnerability is remotely explo
app/Controller/Component/IndexFilterComponent.php in MISP before 2.4.167 mishandles ordered_url_params and additional_de
SQL injection in MISP threat intelligence platform versions prior to 2.5.37 allows remote unauthenticated attackers to m
An issue was discovered in MISP before 2.4.158. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitab
MISP 2.4.172 mishandles different certificate file extensions in server sync. Rated high severity (CVSS 7.5), this vulne
In MISP before 2.4.148, app/Lib/Export/OpendataExport.php mishandles parameter data that is used in a shell_exec call. R
An issue was discovered in app/Controller/UsersController.php in MISP 2.4.92. Rated critical severity (CVSS 9.8), this v
An issue was discovered in MISP 2.4.128. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,
MISP before 2.4.135 lacks an ACL check, related to app/Controller/GalaxyElementsController.php and app/Model/GalaxyEleme
app/View/Elements/genericElements/IndexTable/Fields/generic_field.ctp in MISP 2.4.144 does not sanitize certain data rel
MISP 2.4.148, in certain configurations, allows SQL injection via the app/Model/Log.php $conditions['org'] value. Rated
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34257
GHSA-3636-3mqq-q7x9