Description
MISP contains a stored cross-site scripting (XSS) vulnerability in the default theme's Galaxies index page. When a MISP instance detects unknown custom or default galaxy clusters during synchronization, it renders sample tag names in an informational notice directed at site administrators. In the default theme, these sample tag names were inserted into the HTML output without HTML-entity encoding. A user with tag-editor privileges could craft a malicious misp-galaxy tag containing arbitrary script. When a site administrator subsequently viewed the Galaxies index page, the crafted tag content was interpreted as executable markup in the administrator's browser session, enabling the attacker to read session data, perform actions on behalf of the administrator, or otherwise compromise the administrator's browser context. The Overmind theme already applied HTML escaping to the same values and was not affected. The vulnerability requires the attacker to possess tag-editor-level access to create the crafted tag and requires the victim (a site administrator) to view the Galaxies index page in the default theme. The impact is limited to the administrator's browser session and does not directly compromise the MISP server process.

Version affected: <2.5.47
Published: 2026-09-21
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: Administrator Browser Compromise
Action: Immediate Patch
AI Analysis

Impact

MISP includes a stored cross‑site scripting vulnerability in the default theme’s Galaxies index page. When a MISP instance synchronizes with unknown galaxy clusters, it displays sample tag names in an administrative notice that is written directly into the page without HTML escaping. A user with tag‑editor privileges can create a galaxy tag containing malicious script. When an administrator later views the Galaxies index page, the script is executed in the administrator’s browser, allowing the attacker to read session data, perform actions on the administrator’s behalf, or otherwise compromise the browser context. The server process is not directly abused, and the Overmind theme already applies proper escaping, so only the default theme is affected.

Affected Systems

MISP, version 2.5.47 and earlier

Risk and Exploitability

The CVSS score of 6.3 indicates a moderate severity. EPSS is not available, and the vulnerability is not listed in CISA KEV. The attack requires an attacker to have tag‑editor access to create the malicious tag and requires that an administrator view the Galaxies index page using the default theme. The exploit only compromises the administrator’s browser session and does not impact the MISP server process.

Generated by OpenCVE AI on September 21, 2026 at 13:23 UTC.

Remediation

Vendor Solution

The fix applies CakePHP's h() HTML-encoding function to each sample tag name before it is interpolated into the HTML notice. This ensures that any angle brackets, quotes, or ampersands contained in user-supplied tag names are rendered as inert HTML entities, preventing script execution in the administrator's browser.


OpenCVE Recommended Actions

  • Upgrade MISP to version 2.5.47 or later to apply proper HTML escaping to tag names.
  • If an upgrade is not feasible, switch to the Overmind theme or otherwise disable the default theme, as the Overmind theme already performs the needed escaping.
  • Delete or sanitize any existing galaxy tags that contain unescaped script content from the database to remove the stored payload.

Generated by OpenCVE AI on September 21, 2026 at 13:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 13:45:00 +0000

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

Mon, 21 Sep 2026 12:30:00 +0000

Type Values Removed Values Added
Description MISP contains a stored cross-site scripting (XSS) vulnerability in the default theme's Galaxies index page. When a MISP instance detects unknown custom or default galaxy clusters during synchronization, it renders sample tag names in an informational notice directed at site administrators. In the default theme, these sample tag names were inserted into the HTML output without HTML-entity encoding. A user with tag-editor privileges could craft a malicious misp-galaxy tag containing arbitrary script. When a site administrator subsequently viewed the Galaxies index page, the crafted tag content was interpreted as executable markup in the administrator's browser session, enabling the attacker to read session data, perform actions on behalf of the administrator, or otherwise compromise the administrator's browser context. The Overmind theme already applied HTML escaping to the same values and was not affected. The vulnerability requires the attacker to possess tag-editor-level access to create the crafted tag and requires the victim (a site administrator) to view the Galaxies index page in the default theme. The impact is limited to the administrator's browser session and does not directly compromise the MISP server process. Version affected: <2.5.47
Title Stored Cross-Site Scripting via Unescaped Galaxy Cluster Tag Names in MISP Default Theme Galaxies Index
Weaknesses CWE-79
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-09-21T12:02:17.104Z

Reserved: 2026-09-21T12:02:13.614Z

Link: CVE-2026-94372

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-21T13:17:12.540

Modified: 2026-09-21T13:17:12.643

Link: CVE-2026-94372

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T13:30:16Z

Weaknesses
  • CWE-79

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