SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-85226

MEDIUM · CVSS 4.3 EPSS 0.15% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability in the OnDemand correlation engine of MISP allows authenticated users to access correlation results for attributes or events they are not authorized to view, due to insufficient access control checks. This flaw could lead to unauthorized information disclosure, enabling low-privileged users to exploit the system by querying or creating attributes that correlate with restricted content. Organizations using MISP, particularly those handling sensitive data, should prioritize applying the patch to mitigate the risk of unauthorized access to confidential information.

Public Exploit Signal

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

Detected Signals
exploit
GitHub PoC Links

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

CVE
CVE-2026-85226
Severity
MEDIUM
CVSS
4.3
EPSS
0.15%

Original NVD Description

MISP contains an authorization flaw in the OnDemand correlation engine where correlations were calculated solely from matching attribute values without applying the distribution, sharing group, organization, or other access-control restrictions associated with the correlated attributes and events. As a result, an authenticated user could receive correlation results referring to attributes or events that the user was not authorized to access. The vulnerable correlation collection path did not take the requesting user into account. The patch changes the correlation collector to accept the current user and filters the resulting attribute identifiers through MISP's existing fetchAttributesSimple() authorization logic, which evaluates event-, attribute-, object-, distribution-, and sharing-group-level restrictions against the live data. The issue also affected paths relying on previously stored correlation data. Because the OnDemand engine does not maintain the stored correlation table, its denormalized access-control information could be stale. The patch therefore validates correlated attribute identifiers against the current ACLs before returning them and additionally applies normal event visibility conditions when retrieving related events. An authenticated low-privileged user could exploit this issue by querying or creating attributes that correlate with restricted MISP content, potentially learning information about otherwise inaccessible events or attributes.

Related CVEs

Other vulnerabilities affecting the same vendor(s)