SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-91846

HIGH · CVSS 7.1 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Affected versions of MISP allow unauthorized users to create collection elements from UUIDs, potentially referencing private data from other organizations. This vulnerability can lead to unauthorized disclosure of sensitive events, compromising data confidentiality. Organizations using MISP versions 2.5.45 and earlier should prioritize patching this issue to prevent data leaks and ensure proper access controls.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-91846
Severity
HIGH
CVSS
7.1
EPSS
0.21%

Original NVD Description

Affected versions of MISP allow a collection element to be created from a bare UUID without consistently checking whether the acting user is allowed to access the referenced object. The commit explains that collection elements themselves only store UUIDs, while the collection view later resolves those UUIDs into their underlying objects. Before this fix, the generic add() path could therefore persist a UUID for an Event or Galaxy Cluster that the caller could not normally read. The patch explicitly notes that this made collections a way to reference another organisation’s private data and had caused disclosure of organisation-only events in the beta collection view. The fix centralizes authorization in __assertCanUseElements(). Event UUIDs are validated through Event::fetchSimpleEvent() under the current user’s ACL, while Galaxy Cluster UUIDs are checked through GalaxyCluster::fetchGalaxyClusters(). The check is applied both to the CRUD add() path and to addElementToCollection(). Version affected: ≤2.5.45