CVE detail
CVE-2026-56422
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.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 28.3 · diversity 5.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
16 source links · newest first
No excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PMNo excerpt available.
Exploitgithub.comJun 22, 2026, 12:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-66013CVSS 9.3 · Critical
OpenRemote before 1.26.2 contains an authentication bypass vulnerability in the console registration API that allows unauthenticated attackers to update existing console assets by…
- CVE-2026-65710CVSS 7.1 · High
sysPass through version 3.2.11 contains a missing authorization vulnerability that allows authenticated users with the PUBLICLINK_CREATE profile flag to trigger unauthorized decry…
- CVE-2026-65709CVSS 8.7 · High
sysPass through version 3.2.11 contains a missing object-level authorization vulnerability in the JSON-RPC API that allows API token holders to enumerate account metadata, overwri…
- CVE-2026-65708CVSS 8.6 · High
sysPass through version 3.2.11 contains an insecure direct object reference vulnerability that allows any authenticated attacker to access account file attachments belonging to ac…
- CVE-2026-17059CVSS 6.5 · Medium
A flaw was found in the role-users endpoint of the keycloak-services library, which is the core component of the Keycloak identity and access management solution. The issue occurs…
- CVE-2026-13464CVSS 5.3 · Medium
The Kirki – Freeform Page Builder, Website Builder & Customizer plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 6.0.14…