PT-2026-86765 · Misp · Misp

·

CVE-2026-86408

·

Published

2026-09-07

·

Updated

2026-09-07

CVSS v4.0

7.1

High

VectorAV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Affected versions of MISP do not enforce parent-event visibility when serving cryptographic keys through CryptographicKeysController::view().
The vulnerable handler queried CryptographicKey directly using the supplied key ID and selected sensitive fields such as:
type
key data
fingerprint
but did not fetch or authorize the associated parent event first.
The upstream commit explicitly states that cryptographicKeys/view could return a protected event’s signing key to any authenticated user.
The fix adds parent id and parent type to the lookup and then enforces authorization through the associated event using fetchSimpleEvent($user, parent id). If the parent is not an Event, access is limited to site administrators.
Version affected: ≤2.5.45

Fix

Missing Authorization

IDOR

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-86408

Affected Products

Misp