CVE-2026-56423
Last modified
CVE-2026-56423 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. MISP Core contained broken access-control checks in the bulk deletion flows for Event Reports and Sharing Groups. The affected deleteSelection handlers authorized deletion using broad role-level permissions instead of validating authorization for each selected object. For Event Reports, EventReportsController::deleteSelection relied on the global perm_add capability rather than a per-report ownership/authorization check. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
MISP Core contained broken access-control checks in the bulk deletion flows for Event Reports and Sharing Groups. The affected deleteSelection handlers authorized deletion using broad role-level permissions instead of validating authorization for each selected object. For Event Reports, EventReportsController::deleteSelection relied on the global perm_add capability rather than a per-report ownership/authorization check. As a result, a contributor-level user could submit report IDs or UUIDs for reports belonging to other organisations and hard-delete them instance-wide. The fix changed the callback to call EventReport::fetchIfAuthorized($user, $itemId, 'delete') for each selected report before deletion. For Sharing Groups, SharingGroupsController::deleteSelection relied on the global perm_sharing_group capability rather than verifying ownership of each selected sharing group. This allowed a sharing-group-capable user to hard-delete sharing groups owned by other organisations, bypassing the per-object ownership gate used by the single-object delete action. The fix changed the callback to call SharingGroup::checkIfOwner($user, $itemId) for each selected sharing group. An authenticated attacker with the relevant broad role permission could abuse the affected bulk deletion endpoints to delete objects outside their organisation’s authorization scope, causing loss of event-report content or sharing-group configuration across the instance.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Misp-Project | Misp | < 2.5.42 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-56423?
How severe is CVE-2026-56423?
How do I fix CVE-2026-56423?
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-56413Storage Concentrator (SC & SCVM) contains a command injectio…10
- CVE-2026-56414A vulnerability exists in H.View IP cameras certificate-rela…8.6
- CVE-2026-56415Storage Concentrator (SC & SCVM) contains a command injectio…10
- CVE-2026-56416In NLnet Labs Unbound up to and including version 1.25.1, wh…4.8
- CVE-2026-5642A vulnerability was determined in Cyber-III Student-Manageme…7.3
- CVE-2026-56422Multiple MISP core controllers and model capture paths accep…9.4
- CVE-2026-56424MISP core contained multiple broken access-control flaws whe…8.8
- CVE-2026-56425The Azure Active Directory (AAD) authentication implementati…8.8
- CVE-2026-56428The SSH service on BSH ELP (Electronic Platform) modules con…8.1
- CVE-2026-5643A vulnerability was identified in Cyber-III Student-Manageme…2.4
- CVE-2026-56434NGINX Plus and NGINX Open Source have a vulnerability in the…8.3
- CVE-2026-56437Uncontrolled search path element issue exists in Pupsman ver…8.4
Are you affected by CVE-2026-56423?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
