Description
MISP contains an insecure default configuration in which the Security.check_sec_fetch_site_header control is disabled. When this setting is disabled, state-changing requests such as POST, PUT, or AJAX requests are not restricted based on the browser-provided Sec-Fetch-Site header. A remote unauthenticated attacker could craft a malicious web page that causes an authenticated MISP user’s browser to issue cross-site requests to MISP automation endpoints. If successful, the forged requests may be processed with the privileges of the victim user, potentially allowing unauthorized modification of MISP data or configuration. Enabling Security.check_sec_fetch_site_header mitigates this issue, although operators of multi-homed MISP deployments should validate the setting before enforcing it.
Published: 2026-06-12
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MISP contains an insecure default configuration in which the Security.check_sec_fetch_site_header control is disabled. When this setting is off, state‑changing requests such as POST, PUT, or AJAX requests are not restricted based on the browser-provided Sec‑Fetch‑Site header. A remote unauthenticated attacker can craft a malicious web page that causes an authenticated MISP user’s browser to issue cross‑site requests to MISP automation endpoints. If the requests are accepted, they run with the privileges of the victim user, potentially allowing unauthorized changes to MISP data or configuration. The weakness is a classic CSRF flaw and is classified as CWE‑352; the disabled setting also represents a broader enforcement vulnerability (CWE‑1188).

Affected Systems

The vulnerability applies to any MISP deployment that retains its default configuration where Security.check_sec_fetch_site_header is disabled. The only vendor/product identifier is misp:misp, and no particular product version is listed; the issue exists wherever the default security setting remains turned off.

Risk and Exploitability

The CVSS score is 7.1, indicating a high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Attackers require only to entice a logged‑in user to visit a malicious site; once that happens, the forged requests are processed with the victim’s privileges. No special access or network credentials are needed, making this a low‑effort, high‑impact attack vector that can be perpetrated from any browser or device that controls the victim’s session.

Generated by OpenCVE AI on June 12, 2026 at 21:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Configure Security.check_sec_fetch_site_header to enabled in MISP settings so that state‑changing requests are validated against the Sec‑Fetch‑Site header.
  • Verify that automation endpoints and user roles respect the setting and test that cross‑origin requests are rejected.
  • For multi‑homed installations, confirm that the setting is active on each host entry and document the change in the deployment inventory to prevent accidental rollback.

Generated by OpenCVE AI on June 12, 2026 at 21:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 12 Jun 2026 21:45:00 +0000

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

Fri, 12 Jun 2026 20:15:00 +0000

Type Values Removed Values Added
Description MISP contains an insecure default configuration in which the Security.check_sec_fetch_site_header control is disabled. When this setting is disabled, state-changing requests such as POST, PUT, or AJAX requests are not restricted based on the browser-provided Sec-Fetch-Site header. A remote unauthenticated attacker could craft a malicious web page that causes an authenticated MISP user’s browser to issue cross-site requests to MISP automation endpoints. If successful, the forged requests may be processed with the privileges of the victim user, potentially allowing unauthorized modification of MISP data or configuration. Enabling Security.check_sec_fetch_site_header mitigates this issue, although operators of multi-homed MISP deployments should validate the setting before enforcing it.
Title MISP automation endpoints may be exposed to CSRF when Sec-Fetch-Site protection is disabled by default
Weaknesses CWE-1188
CWE-352
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-06-12T19:44:24.549Z

Reserved: 2026-06-12T19:44:13.149Z

Link: CVE-2026-54359

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-12T20:16:47.843

Modified: 2026-06-12T20:16:47.843

Link: CVE-2026-54359

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-12T21:30:07Z

Weaknesses
  • CWE-1188

    Initialization of a Resource with an Insecure Default

  • CWE-352

    Cross-Site Request Forgery (CSRF)