CVE-2026-56423: MISP Core: Broken access control allows instance-wide unauthorized deletion of event reports and sharing groups via bulk deletion endpoints

Published Jun 22, 2026
·
Updated

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 permadd 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 permsharinggroup 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.

Affected Software

2 affected components
Misp Project MISP Core
Misp-project Misp<2.5.42

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Modify the EventReportsController::deleteSelection handler to call EventReport::fetchIfAuthorized($user, $itemId, 'delete') for each selected report prior to performing deletion so that each report's per-object authorization is validated.

    EventReportsController::deleteSelection (MISP Core) authorization_check = call EventReport::fetchIfAuthorized($user, $itemId, 'delete') for each selected report
  2. Configuration

    Modify the SharingGroupsController::deleteSelection handler to call SharingGroup::checkIfOwner($user, $itemId) for each selected sharing group prior to performing deletion to verify ownership for each object.

    SharingGroupsController::deleteSelection (MISP Core) ownership_check = call SharingGroup::checkIfOwner($user, $itemId) for each selected sharing group

Event History

Jun 22, 2026
CVE Published
via MITRE·11:56 AM
Data Sourced
via MITRE·11:56 AM
DescriptionWeakness
Data Sourced
via NVD·02:17 PM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-56423?

The severity of CVE-2026-56423 is rated as critical with a CVSS score of 9.4.

2

What types of unauthorized actions does CVE-2026-56423 allow?

CVE-2026-56423 allows for instance-wide unauthorized deletion of event reports and sharing groups via bulk deletion endpoints.

3

How do I fix CVE-2026-56423?

To fix CVE-2026-56423, update your MISP Core to the latest version where access control checks have been properly implemented.

4

What software is affected by CVE-2026-56423?

The affected software for CVE-2026-56423 is MISP Core from the MISP Project.

5

When was CVE-2026-56423 published?

CVE-2026-56423 was published on June 22, 2026.

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