Severity by source
AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionGitHub Advisory
Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, Mustache navigation templates interpolated configuration-controlled link values directly into href attributes without URL scheme validation. An administrator who could modify the navItems configuration could inject javascript: URIs, enabling stored cross-site scripting (XSS) against other authenticated users viewing the Emissary web interface. This vulnerability is fixed in 8.39.0.
AnalysisAI
Stored cross-site scripting in Emissary prior to 8.39.0 allows authenticated administrators to inject malicious javascript: URIs into navigation item configuration, which are then rendered unsafely in href attributes viewed by other authenticated users. The vulnerability requires high-privilege administrative access to modify navItems configuration but affects all other users accessing the web interface, with confirmed fix available in version 8.39.0.
Technical ContextAI
Emissary uses Mustache templating to render navigation items from configuration-controlled data. The vulnerability stems from CWE-79 (Improper Neutralization of Input During Web Page Generation-Cross-site Scripting) where user-supplied or configuration-controlled link values are interpolated directly into HTML href attributes without URL scheme validation. An attacker with administrative privileges can inject javascript: protocol URIs (e.g., href='javascript:alert(document.cookie)') into the navItems configuration object. When other authenticated users view the Emissary web interface, their browsers execute the injected JavaScript in the context of the application origin. The fix involves validating that href values conform to safe URL schemes (http, https) before rendering them in templates, preventing javascript: and data: protocol injection.
RemediationAI
Vendor-released patch: Upgrade Emissary to version 8.39.0 or later, which includes URL scheme validation for href attributes in Mustache navigation templates. Organizations unable to upgrade immediately should audit all navItems configuration entries to remove or validate any navigation links, paying particular attention to entries containing javascript:, data:, or other non-standard URI schemes. Review access logs and authentication records to identify if any unauthorized configuration modifications occurred. Restrict administrative access to configuration systems to only trusted personnel and enable audit logging for configuration changes.
Emissary is a P2P-based, data-driven workflow engine. Rated critical severity (CVSS 9.9), this vulnerability is remotely
Emissary is a P2P based data-driven workflow engine. Rated critical severity (CVSS 9.1), this vulnerability is remotely
The ConsoleAction component of U.S. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authe
The ConfigFileAction component of U.S. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low
A Cross-site scripting (XSS) vulnerability in the DocumentAction component of U.S. Rated medium severity (CVSS 6.1), thi
U.S. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch
U.S. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, low attack complexity. No vendor patch
Command injection in NSA Emissary P2P workflow engine (versions prior to 8.39.0) allows authenticated remote administrat
Emissary is a distributed, peer-to-peer, data-driven workflow framework. Rated high severity (CVSS 7.2), this vulnerabil
Emissary versions prior to 8.39.0 allow unauthenticated remote attackers to read arbitrary configuration files through p
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-19724
GHSA-cpm7-cfpx-3hvp