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.
Published: 2026-09-03
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an authorization flaw within MISP’s OnDemand correlation engine. Correlations were computed solely from matching attribute values without checking distribution, sharing group, organization, or other access‑control restrictions. As a result, an authenticated user could request correlations that reference attributes or events the user was not authorized to see, leading to a confidentiality breach. The weakness corresponds to CWE‑862, a missing authorization failure.

Affected Systems

The affected product is the MISP platform, commonly known as the Malware Information Sharing Platform & Threat Sharing. All versions that include the OnDemand correlation engine and do not yet incorporate the patch – specifically the commit that adds user‑aware filtering – are vulnerable. No explicit version list is provided, so any MISP installation prior to the patch is considered affected.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity risk. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. The flaw requires only that the attacker be an authenticated user; even a low‑privileged account can trigger the correlation engine and receive results that include restricted data. The attack path involves authenticating to MISP, creating or querying an attribute that causes the engine to compute correlations, and then receiving a response containing attributes or events the user is not allowed to access. The implemented fix inserts the current user into the correlation collector and filters correlation identifiers through MISP’s existing fetchAttributesSimple() logic, thereby restoring proper authorization checks and preventing the disclosure.

Generated by OpenCVE AI on September 3, 2026 at 15:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the MISP patch that adds user context to the OnDemand correlation collector and validates correlated attributes against current ACLs
  • Upgrade MISP to the patched version or apply the specific commit f51342f30 that implements the authorization fix
  • After upgrading, re‑run any outstanding correlation queries to ensure stale correlation data is refreshed and no stale results are exposed

Generated by OpenCVE AI on September 3, 2026 at 15:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Misp
Misp misp
Vendors & Products Misp
Misp misp

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
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.
Title MISP OnDemand Correlation Engine Missing Access Control Allows Disclosure of Restricted Correlations
Weaknesses CWE-862
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-09-03T14:48:55.928Z

Reserved: 2026-09-03T14:35:12.509Z

Link: CVE-2026-85226

cve-icon Vulnrichment

Updated: 2026-09-03T14:47:57.400Z

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-09-03T15:17:41.217

Modified: 2026-09-03T16:45:08.223

Link: CVE-2026-85226

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:45:05Z

Weaknesses