PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-56423 misp CVE debrief

CVE-2026-56423 is a critical vulnerability in MISP Core's bulk deletion functionality. Affected handlers used broad role-level permissions instead of object-specific authorization checks. An authenticated attacker with relevant role permissions could delete Event Reports and Sharing Groups outside their organization's scope, leading to data loss across the instance.

Vendor
misp
Product
Unknown
CVSS
CRITICAL 9.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-22
Original CVE updated
2026-06-23
Advisory published
2026-06-22
Advisory updated
2026-06-23

Who should care

Organizations using MISP Core for threat intelligence and incident response should prioritize patching. Security teams and administrators responsible for MISP Core instances must assess their exposure and take immediate action to limit potential damage.

Technical summary

The vulnerability exists in the bulk deletion flows for Event Reports and Sharing Groups in MISP Core. Specifically, the deleteSelection handlers for EventReportsController and SharingGroupsController relied on broad role-level permissions (perm_add and perm_sharing_group) rather than per-object authorization checks. This allowed contributor-level users to delete reports and sharing groups from other organizations. Fixes involve changing callbacks to validate user authorization for each selected object.

Defensive priority

High priority due to potential for significant data loss and instance-wide impact.

Recommended defensive actions

  • Review and apply official patches or updates provided by MISP Core
  • Inventory MISP Core instances and verify exposure to vulnerable bulk deletion endpoints
  • Limit access to bulk deletion functionality to minimize potential impact
  • Monitor for suspicious activity related to Event Reports and Sharing Groups
  • Implement compensating controls to detect and prevent unauthorized deletions

Evidence notes

Primary evidence comes from the CVE record and NVD detail. The affected product is MISP Core, with specific versions not provided. Defenders should verify instance configurations and user access levels against official documentation and patch notes.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-56423 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-56423

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-56423 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-56423

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/MISP/MISP/commit/ada02fa6d7558732aa4712fd5e9451cd8c5b7a64

    5a6e4751-2f3f-4070-9419-94fb35b644e8

  • Source reference

    Unverified legacy reference

    URL: https://github.com/MISP/MISP/commit/f99b3f16ef22c7acf10e17036c777759cf031c15

    5a6e4751-2f3f-4070-9419-94fb35b644e8

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.