CVE-2026-86417: MISP Dashboard Template REST API Exposes Template Owner Email Addresses to Unauthorized Users

Published Sep 7, 2026
·
Updated

Affected versions of MISP inconsistently enforced 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 explicitly enables Security.discloseuseremails. The same helper is also reused by other dashboard widgets to keep email-disclosure policy consistent.

Version affected: ≤2.5.45

Affected Software

1 affected component
Misp Misp<=2.5.45

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade MISP to a version that resolves this vulnerability.

    Fixed in ≤2.5.45
  2. Configuration

    If you want non-site-admin users to see template owner email addresses, explicitly enable Security.disclose_user_emails on the instance; otherwise keep it disabled so email is fetched only for site administrators.

    MISP Security.disclose_user_emails = (enabled only if intended)

Event History

Sep 7, 2026
CVE Published
via MITRE·12:17 PM
Data Sourced
via MITRE·12:17 PM
DescriptionWeakness

Frequently Asked Questions

1

Who can retrieve the exposed email addresses?

Any authenticated user who can request the dashboard template REST/JSON representation may receive template owners’ email addresses. The issue does not require site-administrator privileges.

2

Are default deployments affected?

Affected versions through 2.5.45 are affected when dashboard template data is available to authenticated users, because the REST endpoint fetched User.email regardless of the intended email-visibility policy.

3

What changes in the fixed behavior?

Email addresses are included only for site administrators or when the instance explicitly enables Security.disclose_user_emails. Other requesters should no longer receive owner email fields from the dashboard template REST response.

4

How can an administrator assess possible exposure?

Review access and request logs for authenticated requests to the dashboard template REST/JSON listing endpoint, particularly from non-administrative accounts. Compare returned JSON from an affected instance to determine whether template owner email fields were present.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203