CVE-2026-56422
Last modified
CVE-2026-56422 is a critical-severity vulnerability rated 9.4/10 on the CVSS scale. Multiple MISP core controllers and model capture paths accepted client-controlled request fields such as primary keys (id) and ownership/scope foreign keys (event_id, org_id, user_id, sharing_group_id, galaxy_cluster_uuid, organisation_uuid, and related nested object identifiers) without consistently stripping, pinning, or revalidating them against the server-authorized object. In affected paths, an authenticated user with access to one authorized object could submit crafted REST or form payloads that caused MISP to save data against a different object than the one checked by the authorization logic. Depending on the endpoint, this could allow object overwrite, object re-parenting, ownership transfer, unauthorized sharing-group scoping, event/object injection, proposal retargeting, or stored attacker-controlled content appearing in another user’s context. The fixes harden affected create/edit/import flows by stripping client-supplied primary keys on create-only saves, re-pinning route- or database-authorized identifiers before save operations, validating effective sharing-group scope, and adding field whitelists where ownership fields must never be editable. EPSS estimates a 0.36% chance of exploitation in the next 30 days.
Description
Multiple MISP core controllers and model capture paths accepted client-controlled request fields such as primary keys (id) and ownership/scope foreign keys (event_id, org_id, user_id, sharing_group_id, galaxy_cluster_uuid, organisation_uuid, and related nested object identifiers) without consistently stripping, pinning, or revalidating them against the server-authorized object. In affected paths, an authenticated user with access to one authorized object could submit crafted REST or form payloads that caused MISP to save data against a different object than the one checked by the authorization logic. Depending on the endpoint, this could allow object overwrite, object re-parenting, ownership transfer, unauthorized sharing-group scoping, event/object injection, proposal retargeting, or stored attacker-controlled content appearing in another user’s context. The fixes harden affected create/edit/import flows by stripping client-supplied primary keys on create-only saves, re-pinning route- or database-authorized identifiers before save operations, validating effective sharing-group scope, and adding field whitelists where ownership fields must never be editable. The initial broad fix also added a central CRUDComponent::edit() primary-key re-pin so payload-supplied IDs cannot redirect saves away from the already-authorized row. GitHub’s patch for 7acf8220c describes this central issue as CRUDComponent::edit() copying supplied fields, including a payload primary key, onto the loaded record, allowing CakePHP save() to update an arbitrary row unless the loaded ID is re-pinned.
Metrics
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
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| misp | misp | <= 2.5.41 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-56422?
How severe is CVE-2026-56422?
How do I fix CVE-2026-56422?
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-56412libexpat before 2.8.2 does not consider XML_TOK_DATA_CHARS i…5.9
- 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-56423MISP Core contained broken access-control checks in the bulk…8.8
- 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
Are you affected by CVE-2026-56422?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
