CVE-2026-95665
Deferred Deferred - Pending Action

Reflected XSS in MISP Event REST Search Export

Vulnerability report for CVE-2026-95665, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: CIRCL

Description

MISP contains a reflected cross-site scripting (XSS) vulnerability in the event REST search export confirmation form. The view template app/View/Events/ajax/eventRestSearchExportConfirmationForm.ctp renders a URL-supplied event ID list into a single-quoted JavaScript string literal using PHP's json_encode() without any hex-encoding flags. By default, json_encode() escapes double quotes and backslashes but does not escape single quotes. Because the JavaScript string is delimited by single quotes, an attacker can inject a single-quote character to terminate the string literal and execute arbitrary JavaScript in the victim's browser session. The vulnerability affects the Default and UiBeta themes, both of which render this view. The Overmind theme's own copy of the form already passed the value through an escaped data attribute and was not affected by this specific sink. Preconditions: the victim must be an authenticated MISP user and must actively open or navigate to the attacker-crafted URL. The attacker does not require an account or any prior access to the MISP instance. Security impact: successful exploitation allows execution of arbitrary JavaScript in the context of the MISP web application, potentially leading to session hijacking, unauthorized actions performed on behalf of the victim, exfiltration of sensitive data visible in the session, or further client-side attacks. The vulnerable component's own confidentiality, integrity, and availability are not directly compromised; the impact is on the underlying user session.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-22
Last Modified
2026-09-22
Generated
2026-09-22
AI Q&A
2026-09-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
misp misp to 3.0.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

MISP has a reflected cross-site scripting (XSS) vulnerability in the event REST search export confirmation form. The issue occurs because the event ID list is rendered into a JavaScript string literal using PHP's json_encode() without proper escaping for single quotes. This allows an attacker to inject a single quote to break out of the string and execute arbitrary JavaScript in the victim's browser.

Detection Guidance

To detect this vulnerability, inspect the MISP application logs for suspicious event ID lists in URLs that contain single quotes or JavaScript code. Check the eventRestSearchExportConfirmationForm.ctp template in both Default and UiBeta themes for improper escaping of event IDs. Look for requests to /events/ajax/eventRestSearchExportConfirmationForm with malformed event ID parameters.

Impact Analysis

An attacker could exploit this to execute arbitrary JavaScript in your MISP session. This may lead to session hijacking, unauthorized actions performed as you, theft of sensitive data visible in your session, or further client-side attacks. The attacker needs you to click a malicious link while you are logged into MISP.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, which may violate GDPR's data protection principles and HIPAA's security requirements for protected health information. Exploitation could result in data breaches, unauthorized data exfiltration, or session hijacking, all of which are critical compliance concerns under these regulations.

Mitigation Strategies

Apply the patch from the MISP GitHub commit ad4ff238d which hex-escapes event IDs using JSON_HEX_TAG|APOS|QUOT|AMP. Update both Default and UiBeta themes. Verify the Overmind theme is already protected. Monitor for unusual JavaScript execution in user sessions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-95665. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart