CVE-2026-85226: MISP OnDemand Correlation Engine Missing Access Control Allows Disclosure of Restricted Correlations
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.
Affected Software
Event History
Frequently Asked Questions
Who can exploit this issue?
An authenticated MISP user can trigger it. The user does not need authorization to view the correlated attributes or events; matching attribute values can cause restricted correlation results to be returned.
Which deployments are exposed?
Deployments using the OnDemand correlation engine are affected where correlation results can involve attributes or events subject to distribution, sharing-group, organization, event, attribute, or object-level access restrictions.
Are correlation paths using stored data also affected?
Yes. Previously stored correlation data could contain stale denormalized access-control information, so paths relying on that data also required validation against the current ACLs before returning correlated attribute identifiers.