CVE-2026-91846
Last modified
CVE-2026-91846 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
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
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MISP | MISP | < 2.5.46 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-91846?
How severe is CVE-2026-91846?
How do I fix CVE-2026-91846?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9183The 24liveblog - live blog tool plugin for WordPress is vuln…4.3
- CVE-2026-91835A vulnerability was detected in OpenClaw ClawScan up to 0.1.…2.8
- CVE-2026-91836A flaw has been found in OpenClaw ClawScan up to 0.1.6. This…2.8
- CVE-2026-9184The 24liveblog - live blog tool plugin for WordPress is vuln…4.3
- CVE-2026-91842A vulnerability has been found in OpenBankProject OBP-API up…4.1
- CVE-2026-91843A stack overflow during the unauthenticated login process ma…9.8
- CVE-2026-91848A vulnerability was identified in WuzhiCMS up to 4.1.0. Affe…7.3
- CVE-2026-91849A security flaw has been discovered in WuzhiCMS up to 4.1.0.…6.3
- CVE-2026-9185The 6Storage Rentals plugin for WordPress is vulnerable to A…7.5
- CVE-2026-91851Affected versions of MISP incorrectly filter dashboard templ…5.3
- CVE-2026-91853A vulnerability has been found in TOTOLINK X5000R 9.1.0cu.20…7.4
- CVE-2026-91854A vulnerability was identified in code-projects Record Manag…4.3
Are you affected by CVE-2026-91846?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
