PatchSiren cyber security CVE debrief
CVE-2026-54397 misp CVE debrief
A vulnerability in MISP's non-REST event editing path allowed an authenticated user with event edit permissions to manipulate the submitted form data and set an event's sharing_group_id to a sharing group they were not authorized to use. When distribution was set to sharing group distribution, the non-REST save path accepted the submitted sharing_group_id without performing the same sharing group authorization check enforced by the REST edit path.
- Vendor
- misp
- Product
- Unknown
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-12
- Original CVE updated
- 2026-06-15
- Advisory published
- 2026-06-12
- Advisory updated
- 2026-06-15
Who should care
Users of MISP (Malware Information Sharing Platform) who have event edit permissions and rely on sharing groups for event distribution.
Technical summary
The issue arises from the lack of proper authorization checks in the non-REST event editing path. An attacker could exploit this by tampering with the event edit request and assigning an event to an undisclosed or unauthorized sharing group. This could result in unauthorized use of restricted sharing groups, disclosure of the sharing group name in event listings, and unintended modification of the event's distribution metadata.
Defensive priority
MEDIUM
Recommended defensive actions
- Apply the fix by validating that the selected sharing group can be used by the current user when the sharing group is changed, and by clearing sharing_group_id when the event distribution is not set to sharing group.
- Review and update event distributions and sharing groups to ensure proper authorization.
Evidence notes
The issue is fixed by validating that the selected sharing group can be used by the current user when the sharing group is changed, and by clearing sharing_group_id when the event distribution is not set to sharing group.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-54397 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-54397
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-54397 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54397
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/609ff6c785d7dae41d22ef43dda9347d34cd2a58
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.