CVE-2026-86451
Last modified
CVE-2026-86451 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Affected versions of MISP allow authenticated users to retrieve object-reference records by UUID through EventGraphTool::get_reference_data() without first checking whether the requester is authorized to view the object the reference belongs to. The vulnerable code queried ObjectReference.uuid directly and returned the matching row whenever it existed. Because no parent-object ACL was applied, a user who knew or obtained a reference UUID could retrieve information associated with an object outside their normal access scope. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
Affected versions of MISP allow authenticated users to retrieve object-reference records by UUID through EventGraphTool::get_reference_data() without first checking whether the requester is authorized to view the object the reference belongs to. The vulnerable code queried ObjectReference.uuid directly and returned the matching row whenever it existed. Because no parent-object ACL was applied, a user who knew or obtained a reference UUID could retrieve information associated with an object outside their normal access scope. The commit explicitly states that any object reference could be returned by UUID without authorizing its parent object. The fix retrieves the referenced object's object_id and calls fetchObjectSimple() with the current user. If the user cannot access that parent object, MISP now returns NotFoundException instead of exposing the reference. 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.45 |
References
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-86451?
How severe is CVE-2026-86451?
How do I fix CVE-2026-86451?
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-86437Lara Dashboard before 1.3.2 authorizes the POST /admin/setti…7.2
- CVE-2026-86438Lara Dashboard before 1.3.2 fails to authorize the Marketpla…7.2
- CVE-2026-86439knowns versions before 0.30.0 fail to validate filesystem pa…8.8
- CVE-2026-8644IBM WebSphere Application Server 9.0, and 8.5 is vulnerable …9.1
- CVE-2026-86440Affected versions of MISP insufficiently validate URLs used …5.1
- CVE-2026-86441Affected versions of MISP contain inconsistent authorization…2.3
- CVE-2026-86452Affected versions of MISP permit unauthenticated or weakly c…8.7
- CVE-2026-8646IBM WebSphere Application Server 9.0 and 8.5 and IBM WebSphe…9.1
- CVE-2026-86464In the current development version of Eclipse aeriOS, for wh…9.9
- CVE-2026-86469A flaw was found in GLib2. When g_file_replace() is used wit…5.3
- CVE-2026-8647Crypt::ScryptKDF versions through 0.010 for Perl uses insecu…4.8
- CVE-2026-86477Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
Are you affected by CVE-2026-86451?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
