CVE Catalog

CVE-2026-86418

LowCVSS 2.3
Published: Translated: NVD NIST

Summary

In MISP versions up to and including 2.5.45, the dashboard organisation picker exposed organisation metadata without applying the same visibility restrictions enforced by the normal organisation index and per-organisation view. When Security.hide_organisation_index_from_users was enabled, normal organisation enumeration was restricted, but the picker still queried all organisations, allowing authenticated users to discover organisations that should have remained hidden.

Risk Assessment

The risk involves unauthorized disclosure of organisation metadata, potentially breaching data confidentiality and access policies. 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 in the organisation picker.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

Affected versions of MISP expose organisation metadata through the dashboard organisation picker without applying the same visibility restrictions enforced by the normal organisation index and per-organisation view. The affected endpoint returned fields including: * organisation ID; * UUID; * name. When Security.hide_organisation_index_from_users was enabled, normal organisation enumeration was restricted, but the dashboard picker still queried all organisations. This allowed authenticated users to discover organisations that should have remained hidden from them. The fix calls Organisation::createConditions($this->Auth->user()) and appends the resulting ACL conditions to the picker query. Ordinary users are thereby limited to organisations associated with events or proposals they can already see, plus their own organisation, while users with the appropriate sharing-group privilege retain broader visibility. Version affected: ≤2.5.45

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