---
id: CVE-2026-86441
title: >-
  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
summary: >-
  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 re…
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-200
  - CWE-862
vendor: misp-project
product: misp
affected:
  - misp <= 2.5.45
published: '2026-09-07'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T15:24:22.190'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-86441'
references:
  - url: 'https://github.com/MISP/MISP/commit/5e333a159.patch'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
  - url: 'https://github.com/MISP/MISP/commit/67892d90e'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
  - score-dispute
epss: 0.00281
epssPercentile: 0.1835
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-08T14:51:48.250369Z'
scores:
  nvd: 4.3
  cna: 2.3
ingestedAt: '2026-09-08T15:33:26.977Z'
---

## Overview

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

## Affected

- `misp <= 2.5.45`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
