---
id: CVE-2026-86342
title: >-
  Affected versions of MISP contain improper authorization checks in the
  freetext feed preview functionality
summary: >-
  Affected versions of MISP contain improper authorization checks in the
  freetext feed preview functionality. The preview performed correlation lookups
  against attributes from events without applying the requesting user's ACL,
  allowing res…
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-862
vendor: misp-project
product: misp
affected:
  - misp <= 2.5.45
published: '2026-09-07'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T15:22:56.660'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-86342'
references:
  - url: 'https://github.com/MISP/MISP/commit/1fb622046'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
  - url: 'https://github.com/MISP/MISP/commit/4b6916086'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
  - url: 'https://github.com/MISP/MISP/commit/dc1a0f7c2'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
  - url: 'https://github.com/MISP/MISP/commit/dedb4b297'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
epss: 0.00204
epssPercentile: 0.10636
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-08T14:48:24.459778Z'
scores:
  nvd: 4.3
  cna: 5.3
ingestedAt: '2026-09-08T15:33:26.975Z'
---

## Overview

Affected versions of MISP contain improper authorization checks in the freetext feed preview functionality. The preview performed correlation lookups against attributes from events without applying the requesting user's ACL, allowing restricted event correlations and associated event information to be exposed to users who could not otherwise access those events. The vulnerable queries were scoped only by attribute values and deletion status rather than MISP's event, organization, sharing-group, attribute, and object-level access controls.


The same preview functionality also returned cross-feed correlation information without properly restricting the feed list to feeds visible to the caller. This exposed metadata for feeds that were not marked lookup_visible; one affected response additionally included the configured feed URL even though that value was not required by the feature.

The fixes apply the caller's ACL to attribute correlation searches, remove feed URLs from correlation results, restrict cross-feed results according to feed visibility, and correct host-organization ID comparison so the authorization rules are applied consistently.




Version affected: ≤2.5.45

## Affected

- `misp <= 2.5.45`

## Remediation

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