CVE-2026-56423

HIGH

CVSS v3.1: 8.8 · EPSS: 0.0023 (13.4 percentile)

NetworkNo user interactionMissing AuthorizationVendor advisory ref

Source data as of:

At a glance

Severity
HIGH
CVSS
8.8 v3.1 · NVD
EPSS
0.0023 (13.4 percentile) · FIRST.org
CISA KEV
No
Type
Missing Authorization · NVD CWE
Attack conditions (CVSS vector)
NetworkNo user interaction · Source: NVD Vector
Affected vendors
misp-project
Published
2026-06-22 · Modified: 2026-06-23

CVSS / EPSS / KEV

CVSS v3.1 8.8 / 10 HIGH Source: NVD
CVSS v4.0 9.4 / 10 CRITICAL Source: NVD
EPSS 0.0023 13.4 percentile Source: FIRST.org
CISA KEV No Source: CISA

Source — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. Data & Sources

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.

Record details

CVE ID
CVE-2026-56423
CVSS (v3.1)
8.8 (HIGH)
Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Exploitability subscore
2.8
Impact subscore
5.9
EPSS
0.0023 (13.4 percentile) — 2026-06-24
CISA KEV
No
Weakness (CWE)
CWE-862
Affected vendors
misp-project
Affected configurations (CPE)
1
Published
2026-06-22
Modified
2026-06-23
Status
Analyzed

References

Reference URLs as listed by NVD, grouped by a mechanical match on the link's host/pattern. Labels describe the link type only.