Description
A stored cross-site scripting vulnerability exists in MISP when the Overmind theme is used. The setHomePage endpoint previously saved the user-controlled path value through setSettingInternal(), bypassing the normal setSetting() validation logic, including validate_homepage, which requires homepage paths to start with /. As a result, an authenticated user could store an arbitrary homepage value, including an XSS payload.

The stored value was later rendered in app/View/News/index.ctp as the href attribute of the “Continue to homepage” link without HTML escaping. This could allow execution of attacker-controlled JavaScript in the browser context of the affected MISP instance when the crafted homepage link is rendered and interacted with.

The issue is fixed by always persisting the homepage setting through setSetting(), ensuring validation and access checks are applied, and by HTML-escaping the homepage value before rendering it in the news view.
Published: 2026-06-12
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A stored cross‑site scripting flaw exists in MISP when the Overmind theme is activated. The setHomePage endpoint allowed an authenticated user to store an arbitrary homepage path by writing it through setSettingInternal, bypassing the normal validation that enforces paths to begin with a slash. The saved value is later rendered inside the href attribute of a “Continue to homepage” link on the news page without any HTML escaping, permitting the execution of attacker‑controlled JavaScript in the browser context of the affected instance.

Affected Systems

The vulnerability affects installations of the MISP platform that are using the Overmind theme. Any authenticated user who can change the homepage setting can exploit the flaw; the mechanism does not require any additional privileges beyond those needed to modify settings. The specific product is the MISP application; the impact applies to any version that has not incorporated the recent fix that enforces validation and proper escaping.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity. The EPSS value is not available, so the current exploitation likelihood cannot be quantified. The flaw is not listed in the CISA KEV catalog, suggesting no widespread exploitation as of the latest data. The attack vector is likely an authenticated user who intentionally stores a malicious homepage link and later triggers it by visiting the news page or by inviting other users to click the link. Successful exploitation would enable an attacker to run arbitrary scripts in the victim’s browser, potentially leading to defacement, information disclosure, session hijack, or further lateral movement within the same web application.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest MISP release that contains the commit which enforces homepage validation and HTML‑escapes the value before rendering it.
  • If a patch cannot be applied immediately, disable the Overmind theme or switch to a safe homepage that starts with '/' and does not contain user‑supplied content.
  • In the interim, restrict who can modify the homepage setting by tightening role‑based permissions or removing that capability from non‑trusted users.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 12 Jun 2026 23:00:00 +0000

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

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

Type Values Removed Values Added
Description A stored cross-site scripting vulnerability exists in MISP when the Overmind theme is used. The setHomePage endpoint previously saved the user-controlled path value through setSettingInternal(), bypassing the normal setSetting() validation logic, including validate_homepage, which requires homepage paths to start with /. As a result, an authenticated user could store an arbitrary homepage value, including an XSS payload. The stored value was later rendered in app/View/News/index.ctp as the href attribute of the “Continue to homepage” link without HTML escaping. This could allow execution of attacker-controlled JavaScript in the browser context of the affected MISP instance when the crafted homepage link is rendered and interacted with. The issue is fixed by always persisting the homepage setting through setSetting(), ensuring validation and access checks are applied, and by HTML-escaping the homepage value before rendering it in the news view.
Title MISP Overmind theme stored XSS via unvalidated homepage setting
Weaknesses CWE-79
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-06-12T20:21:48.441Z

Reserved: 2026-06-12T20:21:32.243Z

Link: CVE-2026-54393

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-12T21:16:25.000

Modified: 2026-06-12T21:16:25.000

Link: CVE-2026-54393

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-12T22:45:28Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')