---
id: CVE-2026-95659
title: >-
  MISP contains a reflected cross-site scripting (XSS) vulnerability in the
  AnalystDataController::viewForObject action
summary: >-
  MISP contains a reflected cross-site scripting (XSS) vulnerability in the
  AnalystDataController::viewForObject action. The method accepted a parent
  object type parameter from the URL without validation and passed it to the
  Overmind-theme…
severity: medium
cvss: 4.8
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'
cwe:
  - CWE-20
  - CWE-79
  - CWE-116
vendor: MISP
product: MISP
affected:
  - MISP < 2.5.47
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T16:18:19.293'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95659'
references:
  - url: 'https://github.com/MISP/MISP/commit/23b879073'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T15:34:30.477077Z'
cvssSource: cna
ingestedAt: '2026-09-22T13:03:40.036Z'
epss: 0.0039
epssPercentile: 0.30251
---

## Overview

MISP contains a reflected cross-site scripting (XSS) vulnerability in the AnalystDataController::viewForObject action. The method accepted a parent object type parameter from the URL without validation and passed it to the Overmind-themed AnalystData thread view element, where it was interpolated into two translated strings and rendered into the HTML response without output encoding. An authenticated attacker who can induce a victim to navigate to a crafted URL can inject arbitrary JavaScript that executes in the victim's browser within the MISP application context. This may allow the attacker to read session data, manipulate the page, or perform actions on behalf of the victim. 

The vulnerability requires the victim to be authenticated to MISP and to actively visit the attacker-supplied URL. The affected component is the AnalystData controller and the Overmind theme's AnalystData thread element.

Version affected: <2.5.47

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
