Description
A vulnerability in the MISP dashboard widgets allowed an authenticated user to manipulate the fields option and influence which fields were returned by the New Users and New Organisations widgets. In some cases, requesting a field set that became empty after validation or redaction could cause the underlying query to fall back to returning unintended model fields.



For the New Users widget, this could allow a non-site-admin user to obtain user e-mail addresses even when user e-mail disclosure was disabled by configuration. For the New Organisations widget, crafted field selection could similarly result in unintended organisation fields being included in the dashboard response.



The issue was caused by applying field filtering and redaction in a way that could leave the selected field list empty. The patch ensures that the allowed field list is built safely, that restricted fields such as user e-mail addresses are removed before user-supplied field selection is processed, and that an empty field selection falls back only to the permitted default fields.



Impact:
An authenticated low-privileged user with access to the affected dashboard widgets may be able to disclose restricted user or organisation metadata, including user e-mail addresses depending on configuration.
Published: 2026-06-04
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated, low‑privileged user can manipulate the field options in the dashboard widgets of MISP, causing the underlying query to return unintended model fields. The defect arises when field filtering and redaction are applied in the wrong order, leaving an empty field list and allowing a fallback to permitted default fields that may include sensitive data such as user e‑mail addresses. This results in a breach of confidentiality as restricted user or organisation metadata can be disclosed to users who do not have the correct permissions. The weakness is identified as CWE‑200: Exposure of Sensitive Information to an Unauthorized Actor.

Affected Systems

The vulnerability affects the MISP threat intelligence platform, specifically the New Users and New Organisations widgets found on the dashboard. No specific version range is provided in the advisory; however, the patch referenced in the commit address described implementation in the current codebase and is intended for all releases that incorporate the affected widgets.

Risk and Exploitability

The CVSS base score of 5.3 places this issue in the moderate severity range. Because the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, there is no evidence of a known, widespread exploitation at this time. The likely attack vector requires legitimate authentication and access to the dashboard widgets; therefore, the threat is primarily internal. An attacker with any access to the front‑end can craft field selections to trigger the bug, making it relatively straightforward for those with user credentials to exploit. The impact is limited to data disclosure rather than code execution or denial of service.

Generated by OpenCVE AI on June 4, 2026 at 15:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest MISP release or patch that incorporates the commit 8722fda035b5b622de387ae1dd0159d71ff1e22e.
  • Review the widget configuration and disable or restrict the New Users and New Organisations widgets so that only users with administrative privileges can access them.
  • Verify that the configuration setting for user e‑mail disclosure is correctly applied and consider disabling it if it is not required for your environment.

Generated by OpenCVE AI on June 4, 2026 at 15:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 08 Jun 2026 13:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Thu, 04 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 04 Jun 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Misp
Misp misp
Vendors & Products Misp
Misp misp

Thu, 04 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Description A vulnerability in the MISP dashboard widgets allowed an authenticated user to manipulate the fields option and influence which fields were returned by the New Users and New Organisations widgets. In some cases, requesting a field set that became empty after validation or redaction could cause the underlying query to fall back to returning unintended model fields. For the New Users widget, this could allow a non-site-admin user to obtain user e-mail addresses even when user e-mail disclosure was disabled by configuration. For the New Organisations widget, crafted field selection could similarly result in unintended organisation fields being included in the dashboard response. The issue was caused by applying field filtering and redaction in a way that could leave the selected field list empty. The patch ensures that the allowed field list is built safely, that restricted fields such as user e-mail addresses are removed before user-supplied field selection is processed, and that an empty field selection falls back only to the permitted default fields. Impact: An authenticated low-privileged user with access to the affected dashboard widgets may be able to disclose restricted user or organisation metadata, including user e-mail addresses depending on configuration.
Title MISP Dashboard widget field selection may expose restricted user and organisation data
Weaknesses CWE-200
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-06-04T15:26:06.394Z

Reserved: 2026-06-04T13:52:54.169Z

Link: CVE-2026-10864

cve-icon Vulnrichment

Updated: 2026-06-04T15:23:07.458Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-04T15:16:49.850

Modified: 2026-06-08T12:59:02.817

Link: CVE-2026-10864

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-04T16:00:15Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor