---
id: CVE-2026-95682
title: >-
  MISP contains a stored cross-site scripting (XSS) vulnerability in the admin
  email composition screen
summary: >-
  MISP contains a stored cross-site scripting (XSS) vulnerability in the admin
  email composition screen. The MISP.org organization name setting was
  interpolated directly into a JavaScript string literal using an unescaped PHP
  echo: var org…
severity: medium
cvss: 4.8
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'
cwe:
  - CWE-79
vendor: MISP
product: MISP
affected:
  - MISP >= unspecified < 2.5.47
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T16:18:22.660'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95682'
references:
  - url: 'https://github.com/MISP/MISP/commit/5d6ace65e'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T15:31:00.583552Z'
cvssSource: cna
ingestedAt: '2026-09-22T14:04:19.584Z'
epss: 0.00418
epssPercentile: 0.35746
---

## Overview

MISP contains a stored cross-site scripting (XSS) vulnerability in the admin email composition screen. The MISP.org organization name setting was interpolated directly into a JavaScript string literal using an unescaped PHP echo: var org = "<?php echo $org;?>";. Because the value was placed inside a double-quoted JavaScript string without any encoding, an organization name containing a double-quote character (or a backslash) could terminate the string literal and inject arbitrary JavaScript into the page. The injected script would execute in the context of any authenticated user who subsequently loads the admin email page, potentially allowing session hijacking, data exfiltration, or privileged actions performed on behalf of the victim.

Exploitation requires the ability to set or modify the MISP.org organization name and a second authenticated user visiting the affected admin email view.

The vulnerability is a classic instance of insufficient output encoding in a JavaScript context.

## Remediation

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