CVE Catalog

CVE-2026-86441

LowCVSS 2.3
Published: Translated: NVD NIST

Summary

In MISP versions up to and including 2.5.45, several dashboard widgets displaying organisation information did not honor the Security.hide_organisation_index_from_users setting. Authenticated users without the perm_sharing_group permission could enumerate organisations that were normally hidden, and could also obtain additional database fields through JSON export. Additionally, a contributor leaderboard widget revealed all organisations with events, ignoring the same visibility setting.

Risk Assessment

The risk involves unauthorized disclosure of organisation information, potentially breaching data confidentiality and access policies set by the administrator. This could lead to privilege escalation or further attacks based on the gathered information.

Recommendation

It is recommended to immediately upgrade MISP to a version newer than 2.5.45 that includes the fix. After upgrading, verify that the hide_organisation_index_from_users setting is correctly enforced across all widgets.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

Affected versions of MISP contain inconsistent authorization checks across dashboard widgets that display organisation information. Several organisation-related widgets did not honor Security.hide_organisation_index_from_users. As a result, authenticated users without the perm_sharing_group permission could enumerate organisations even though the normal organisation index was intentionally hidden from them. The affected widgets included paths that: * returned organisation names and identifiers; * could expose additional organisation database fields through JSON export because unrestricted find('all') queries fetched full rows; * accepted limit=0 or negative values in a way that could effectively remove the result limit and return the entire organisation table. A related organisation-contributor leaderboard also ignored the same visibility setting. Its handler counted Event.orgc_id across the entire event table and mapped those IDs to organisation names, revealing every organisation with events regardless of whether the caller could see any of those events. The fix withdraws this widget entirely for users who lack organisation-index visibility. Version affected: ≤2.5.45

Vulnerability data from NVD (NIST) · CISA KEV · EPSS