CVE-2026-86441 PUBLISHED

MISP Dashboard Organisation Widgets Bypass Organisation-Index Restrictions and Expose Hidden Organisation Data

Assigner: CIRCL
Reserved: 07.09.2026 Published: 07.09.2026 Updated: 07.09.2026

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

Metrics

CVSS 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
CVSS Score: 2.3

Product Status

Vendor MISP
Product MISP
Versions Default: unaffected
  • affected from 0 to 2.5.45 (incl.)

Credits

  • Scottish Government - National Cyber Team finder
  • iglocska remediation developer
  • Claude Opus 5 (1M context) remediation developer

References

Problem Types

  • CWE-862 Missing Authorization CWE
  • CWE-200 Exposure of Sensitive Information to an Unauthorized Actor CWE

Impacts

  • CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs