CVE-2026-86283
Last modified
CVE-2026-86283 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. MISP's UiBeta theme collection view (app/View/Themed/UiBeta/Collections/view.ctp) performed a secondary query of member events by UUID without applying the caller's access control list (ACL). The CollectionsController::view() action correctly resolved collection element UUIDs through Event::fetchSimpleEvents($user, ...), which enforces per-user event ACL. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
MISP's UiBeta theme collection view (app/View/Themed/UiBeta/Collections/view.ctp) performed a secondary query of member events by UUID without applying the caller's access control list (ACL). The CollectionsController::view() action correctly resolved collection element UUIDs through Event::fetchSimpleEvents($user, ...), which enforces per-user event ACL. However, the view template independently re-queried the same UUIDs using only an Event.uuid IN (...) condition, omitting the createEventConditions() authorization filter. Because collection element UUIDs are stored without server-side authorization against the referenced event (CollectionElementsController::add() accepts whatever UUID the collection owner posts), an authenticated user with view access to a collection could retrieve full details of events they are not permitted to read. The exposed data included event identifiers, info, dates, timestamps, creator organization, all event tags, and galaxy clusters (the latter attached via a cluster-scoped rather than event-scoped ACL check). This constitutes an authorization bypass at the presentation layer, allowing horizontal privilege escalation across event boundaries within the MISP instance.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MISP | MISP | <= 2.5.45 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-86283?
How severe is CVE-2026-86283?
How do I fix CVE-2026-86283?
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-86278A vulnerability was found in SourceCodester Syllabus-Aligned…4.3
- CVE-2026-86279A vulnerability was determined in SourceCodester Syllabus-Al…6.3
- CVE-2026-8628The EntreDroppers plugin for WordPress is vulnerable to Refl…6.1
- CVE-2026-86280A vulnerability was identified in SourceCodester Syllabus-Al…5.3
- CVE-2026-86281A security flaw has been discovered in SourceCodester Syllab…4.3
- CVE-2026-86282A weakness has been identified in jaychouchannel Tourism-Man…7.3
- CVE-2026-86284A security vulnerability has been detected in jaychouchannel…5.3
- CVE-2026-86285A vulnerability was detected in BookStack up to 26.05.2. Aff…4.3
- CVE-2026-86287Net::IP::LPM versions before 1.12 for Perl accept malformed …7.5
- CVE-2026-86288A vulnerability has been found in ModelCloud GPTQModel up to…6.3
- CVE-2026-86289A vulnerability was found in Ollama up to 0.31.1. This issue…4.3
- CVE-2026-8629Crabbox prior to v0.12.0 contains a privilege escalation vul…8.6
Are you affected by CVE-2026-86283?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
