PatchSiren cyber security CVE debrief
CVE-2026-86417 MISP CVE debrief
CVE-2026-86417 debrief based on the supplied source corpus. MISP versions ≤2.5.45 have an inconsistent enforcement of email-address visibility in DashboardsController::listTemplates(). The query always fetched User.email, while redaction happened only inside the non-REST rendering branch. As a result, the same authenticated user who saw redacted data in the normal HTML interface could request the REST/JSON representation and receive template owners’ email addresses without the intended privilege check. The fix moves the decision to a centralized User::canSeeEmails() authorization helper. Email addresses are now fetched only when the requester is a site administrator or the instance
- Vendor
- MISP
- Product
- Unknown
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-07
- Original CVE updated
- 2026-09-07
- Advisory published
- 2026-09-07
- Advisory updated
- 2026-09-07
Who should care
MISP administrators and users who require email address visibility control. Defenders should verify MISP versions and configurations, implement centralized authorization for email disclosure, and monitor for unauthorized access. MISP users who have access to the REST/JSON representation of the dashboard templates.
Why it matters
CVE-2026-86417 affects MISP versions ≤2.5.45, allowing potential unauthorized access to email addresses through REST/JSON representation. Defenders should verify MISP versions and configurations, implement centralized authorization for email disclosure, and monitor for unauthorized access.
- Potential unauthorized access to email addresses
- Inconsistent email disclosure policy across MISP interfaces
- Need for verification of MISP version and configuration
- Potential for exploitation through REST/JSON representation
Technical summary
MISP versions ≤2.5.45 have an inconsistent enforcement of email-address visibility in DashboardsController::listTemplates(). The query always fetched User.email, while redaction happened only inside the non-REST rendering branch. As a result, the same authenticated user who saw redacted data in the normal HTML interface could request the REST/JSON representation and receive template owners’ email addresses without the intended privilege check. The fix moves the decision to a centralized User::canSeeEmails() authorization helper.
Defensive priority
Defenders should prioritize verifying MISP versions and configurations.
Recommended defensive actions
- Verify MISP version and configuration for vulnerable instances
- Implement centralized authorization for email disclosure
- Monitor for unauthorized access to email addresses
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the inconsistent enforcement of email-address visibility in MISP DashboardsController::listTemplates(). The CVE record was published on 2026-09-07T13:20:40.393Z and has not been modified since then. The NVD entry provides additional information on the vulnerability. The fix moves the decision to a centralized User::canSeeEmails() authorization helper.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86417 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86417
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86417 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86417
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/fd554c3bd.patch
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.