Description
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
Published: 2026-09-07
Score: 2.3 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Affected MISP dashboards had inconsistent authorization checks that let authenticated users without the perm_sharing_group permission enumerate organisation information that was intended to remain hidden. The widgets returned organisation names, identifiers, and full database rows via JSON export, and accepting limit values of 0 or negative numbers allowed the entire organisation table to be retrieved. A leaderboard component also ignored visibility settings, revealing organisations that had events even when the caller could not view those events. This constitutes a confidentiality breach, exposing sensitive organisational details to unauthorized users.

Affected Systems

The vulnerability exists in the MISP platform from the MISP codebase, affecting all releases up to and including version 2.5.45. It specifically targets dashboard widgets and the organisation leaderboard that display organisational information.

Risk and Exploitability

The CVSS score of 2.3 indicates a low severity risk. EPSS data is not available, and the vulnerability is not listed in CISA’s KEV catalog. The attack vector requires an authenticated user session with access to the MISP web interface, and the vulnerability does not provide for remote code execution or privilege escalation. Once accessed, the flaw enables enumeration and disclosure of organisational data, which is a compliance and privacy concern for organizations using MISP.

Generated by OpenCVE AI on September 7, 2026 at 14:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to MISP version 2.5.46 or later, or apply the official patches from commits 5e333a159 and 67892d90e which remove the vulnerable widgets for users lacking organisation‑index visibility.
  • Ensure that the Security.hide_organisation_index_from_users configuration option is enabled and that only users granted perm_sharing_group permission can access organisation listings.
  • If an upgrade cannot be performed immediately, temporarily disable the affected organisation widgets and leaderboard for users without index visibility as a workaround.

Generated by OpenCVE AI on September 7, 2026 at 14:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Description 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
Title MISP Dashboard Organisation Widgets Bypass Organisation-Index Restrictions and Expose Hidden Organisation Data
Weaknesses CWE-200
CWE-862
References
Metrics cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-09-07T12:39:20.835Z

Reserved: 2026-09-07T12:39:17.495Z

Link: CVE-2026-86441

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T13:20:43.287

Modified: 2026-09-07T13:20:43.287

Link: CVE-2026-86441

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T14:15:16Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-862

    Missing Authorization