CVE-2026-86408: MISP Missing Authorization in Cryptographic Key View Exposes Signing Keys from Protected Events

Published Sep 7, 2026
·
Updated

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

keydata

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 parentid and parenttype to the lookup and then enforces authorization through the associated event using fetchSimpleEvent($user, parentid). If the parent is not an Event, access is limited to site administrators.

Version affected: ≤2.5.45

Affected Software

2 affected components
Misp Project Misp<=2.5.45
Misp-project Misp<=2.5.45

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 2.5.45Patch MISP Missing Authorization in Cryptographic Key View Exposes Signing Keys from Protected Events
  2. Compensating control

    Ensure CryptographicKeysController::view() enforces authorization for the cryptographic key by looking up parent_id and parent_type and then calling fetchSimpleEvent($user, parent_id) before returning sensitive fields (fingerprint, key_data, type) for protected events.

Event History

Sep 7, 2026
CVE Published
via MITRE·12:11 PM
Data Sourced
via MITRE·12:11 PM
DescriptionWeakness
Data Sourced
via NVD·01:20 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

Who can exploit this issue?

Any authenticated MISP user could retrieve signing-key material from a protected event if they can request the affected cryptographic key view with its key ID. The issue does not require the user to be authorized to view the parent event.

2

What sensitive information may be exposed?

The vulnerable handler returned cryptographic key fields including the key type, key_data, and fingerprint. For protected events, this could expose the event's signing key.

3

Are non-event cryptographic key parents handled differently by the fix?

Yes. The fix authorizes Event-backed keys through the associated parent event. If a key's parent is not an Event, access is restricted to site administrators.

4

How can I determine whether an installation is affected?

MISP versions 2.5.45 and earlier are affected. The vulnerable behavior is present when CryptographicKeysController::view() looks up a CryptographicKey by supplied key ID and returns sensitive fields without first authorizing access to its parent event.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203