CVE-2026-91846: MISP Collection Element Add Missing Authorization on Referenced Object UUID

Published Sep 15, 2026
·
Updated

Affected versions of MISP allow a collection element to be created from a bare UUID without consistently checking whether the acting user is allowed to access the referenced object.

The commit explains that collection elements themselves only store UUIDs, while the collection view later resolves those UUIDs into their underlying objects. Before this fix, the generic add() path could therefore persist a UUID for an Event or Galaxy Cluster that the caller could not normally read. The patch explicitly notes that this made collections a way to reference another organisation’s private data and had caused disclosure of organisation-only events in the beta collection view.

The fix centralizes authorization in assertCanUseElements(). Event UUIDs are validated through Event::fetchSimpleEvent() under the current user’s ACL, while Galaxy Cluster UUIDs are checked through GalaxyCluster::fetchGalaxyClusters(). The check is applied both to the CRUD add() path and to addElementToCollection().

Version affected: ≤2.5.45

Affected Software

1 affected component
Misp Misp<=2.5.45

Event History

Sep 15, 2026
CVE Published
via MITRE·08:36 AM
Data Sourced
via MITRE·08:36 AM
RemedyDescriptionWeakness

Frequently Asked Questions

1

Which data types could be exposed through a collection?

Event UUIDs and Galaxy Cluster UUIDs could be added and later resolved by the collection view. The issue was specifically reported as disclosing organisation-only events from another organisation in the beta collection view.

2

Which MISP versions are affected?

MISP versions 2.5.45 and earlier are affected.

3

Do both supported collection-element addition paths receive the authorization fix?

Yes. The fix applies authorization checks to both the generic CRUD add() path and addElementToCollection(). Event access is checked under the current user's ACL, and Galaxy Cluster access is checked through the Galaxy Cluster retrieval path.

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