CVE-2026-95665
Last modified
CVE-2026-95665 is a medium-severity vulnerability rated 5.1/10 on the CVSS scale. 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.
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.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-95665?
How severe is CVE-2026-95665?
How do I fix CVE-2026-95665?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-95657A vulnerability was determined in dgtlmoon Changedetection.i…3.5
- CVE-2026-95658MISP's WorkflowsController exposed the moduleStatelessExecut…6.9
- CVE-2026-95659MISP contains a reflected cross-site scripting (XSS) vulnera…4.8
- CVE-2026-9566A vulnerability was identified in teableio teable up to 1.9.…4.3
- CVE-2026-95660A security flaw has been discovered in Moonshot AI Kimi Code…6.3
- CVE-2026-95661MISP contains a reflected cross-site scripting (XSS) vulnera…5.1
- CVE-2026-95666Mattermost versions 11.9.x <= 11.9.1, 11.8.x <= 11.8.5, 11.7…4.3
- CVE-2026-95667The MISP installer scripts (for Debian 12, Debian 13, Ubuntu…6.9
- CVE-2026-9567A security flaw has been discovered in GPAC up to 2.4.0. Aff…3.3
- CVE-2026-95671In MISP, the CollectionsController add() method enforced the…5.3
- CVE-2026-95674In MISP, the queryEnrichment method in EventsController.php …5.3
- CVE-2026-95675D-Link DAP-1360 firmware version 6.14 and earlier contains a…9.8
Are you affected by CVE-2026-95665?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
