CVE-2026-95683

Summary

In MISP, the Overmind event view enriches an event with its most recent attached report for preview purposes. The enrichment logic fetched the report using only the event ID as the lookup condition, without applying the report's own distribution/ACL constraints. Because MISP reports carry an independent distribution setting that can be more restrictive than the parent event's distribution, an authenticated user who had read access to the event could retrieve and view a report whose distribution explicitly excluded that user. Additionally, the query did not filter out soft-deleted reports, allowing retrieval of reports that had been administratively removed.

The result is an unauthorized disclosure of threat-intelligence report content to users who should not have access under the report's own access-control policy.

The vulnerability requires an authenticated MISP user with at least read access to the affected event.

Affected Software

VendorProductVersion RangeStatus
MISPMISP0 < 2.5.47affected

Weaknesses

  • CWE-862: CWE-862 Missing Authorization
  • CWE-639: CWE-639 Authorization Bypass Through User-Controlled Key

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References