CVE Catalog

CVE-2026-86417

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

MISP versions up to 2.5.45 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.

Risk Assessment

Risk of exposing user email addresses, potentially compromising privacy and enabling phishing attacks.

Recommendation

Update MISP to a version newer than 2.5.45 that includes the fix.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

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.disclose_user_emails. The same helper is also reused by other dashboard widgets to keep email-disclosure policy consistent. Version affected: ≤2.5.45

Vulnerability data from NVD (NIST) · CISA KEV · EPSS