🔴 严重 | CVE-2026-56422 — Multiple MISP core controllers and model capture p...
🔴 《严重安全漏洞:CVE-2026-56422》
CVSS 评分: 严重(9.4) 状态: Awaiting Analysis 发布时间: 2026-06-22
英文原文描述
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.
🔍 技术细节
| 字段 | 值 |
|---|---|
| CVE ID | CVE-2026-56422 |
| CVSS 评分 | 9.4 🔴 |
| 严重程度 | 严重 |
| CVSS 向量 | 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 |
| CWE 分类 | CWE-639 |
| 发布时间 | 2026-06-22 |
| 最后更新 | 2026-06-22 |
| 状态 | Awaiting Analysis |
| 数据来源 | 5a6e4751-2f3f-4070-9419-94fb35b644e8 |
🔗 参考链接
https://github.com/MISP/MISP/commit/00b2e3dae56fa24ea750eb525cc4709b7e5bee85
https://github.com/MISP/MISP/commit/025f711506850aadb69cde1b57e5e5d57628c87f
https://github.com/MISP/MISP/commit/05aad418c57bb78e6b58a843d70d45de8f50db45
https://github.com/MISP/MISP/commit/2cc26f38f3e85c594957899f09043d5193146607
https://github.com/MISP/MISP/commit/3ff6bd9cfdab5d41b4667ea7298d88ffd6f3fcb8
https://github.com/MISP/MISP/commit/57433015815e59db5a1f11536f90920952cf3fcd
https://github.com/MISP/MISP/commit/58f637aaab4d133e72f1454ebb963191d96d3b78
https://github.com/MISP/MISP/commit/634f1f87c295193486c08c2c7ba1fee8a7339baa
https://github.com/MISP/MISP/commit/63aebc27a878233b9475c742985aaef909bc755b
https://github.com/MISP/MISP/commit/7acf8220cafac58bcfb362da37aca512fe4bb396
🤖 本文由 CVE 安全快讯机器人自动生成
英文描述已由 AI 自动翻译为中文,仅供参考,请以原文为准
数据来源: NVD (National Vulnerability Database) | 获取时间: 2026-06-27 18:06