PatchSiren cyber security CVE debrief
CVE-2026-54396 misp CVE debrief
CVE-2026-54396 is an information disclosure vulnerability in the MISP AuthKey edit functionality. An authenticated user with permission to edit an AuthKey could submit arbitrary user IDs and observe the returned dropdown data, allowing enumeration of user email addresses. The issue is fixed by deriving the dropdown user from the persisted AuthKey owner instead of the request body.
- Vendor
- misp
- Product
- Unknown
- CVSS
- MEDIUM 5.3
- 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 permission to edit AuthKeys should be aware of this vulnerability. An attacker with this permission could potentially enumerate user email addresses.
Technical summary
The vulnerability exists in the MISP AuthKey edit functionality. When a validation error occurs during an AuthKey edit request, the user dropdown is populated using the attacker-controlled AuthKey.user_id value from the submitted request data. This allows an authenticated user with permission to edit an AuthKey to submit arbitrary user IDs and observe the returned dropdown data, enabling enumeration of user email addresses.
Defensive priority
MEDIUM
Recommended defensive actions
- Apply the fix: Derive the dropdown user from the persisted AuthKey owner instead of the request body.
- Restrict permissions: Limit the ability to edit AuthKeys to only necessary users.
- Monitor for suspicious activity: Keep an eye on AuthKey edit requests and user enumeration attempts.
Evidence notes
The CVE-2026-54396 vulnerability has a CVSS score of 5.3 and is classified as MEDIUM severity. The issue was published and modified on June 12, 2026.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-54396 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-54396
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-54396 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-54396
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/42737f4e88df801486334690913dd344e447fac3
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.