CVE Catalog

CVE-2026-95659

MediumCVSS 4.8
Published: Updated: Translated: NVD NIST

Summary

MISP contains a reflected XSS vulnerability in the AnalystDataController::viewForObject action. The method accepts a parent object type parameter from the URL without validation and passes it to the Overmind-themed AnalystData thread view element, where it is interpolated into two translated strings and rendered without output encoding. An authenticated attacker can induce a victim to visit a crafted URL, allowing arbitrary JavaScript execution in the victim's browser within the MISP context. Affected version: <2.5.47.

Risk Assessment

Injected script can allow reading session data, page manipulation, or actions on behalf of the victim. This requires victim authentication and clicking the link.

Recommendation

Update MISP to version 2.5.47 or later. Validate input parameters and encode output in views.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

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

Vulnerability data from NVD (NIST) · CISA KEV · EPSS