Skip to main content

Emissary CVE-2026-35571

| EUVDEUVD-2026-19724 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-04-07 GitHub_M GHSA-cpm7-cfpx-3hvp
4.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
4.8 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

4
Patch released
Apr 08, 2026 - 02:30 nvd
Patch available
EUVD ID Assigned
Apr 07, 2026 - 16:00 euvd
EUVD-2026-19724
Analysis Generated
Apr 07, 2026 - 16:00 vuln.today
CVE Published
Apr 07, 2026 - 15:26 nvd
MEDIUM 4.8

DescriptionGitHub 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.

CVE-2021-32639 CRITICAL POC
9.9 Jul 02

Emissary is a P2P-based, data-driven workflow engine. Rated critical severity (CVSS 9.9), this vulnerability is remotely

CVE-2021-32647 CRITICAL POC
9.1 Jun 01

Emissary is a P2P based data-driven workflow engine. Rated critical severity (CVSS 9.1), this vulnerability is remotely

CVE-2021-32096 HIGH POC
8.8 May 07

The ConsoleAction component of U.S. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, no authe

CVE-2021-32093 MEDIUM POC
6.5 May 07

The ConfigFileAction component of U.S. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low

CVE-2021-32092 MEDIUM POC
6.1 May 07

A Cross-site scripting (XSS) vulnerability in the DocumentAction component of U.S. Rated medium severity (CVSS 6.1), thi

CVE-2021-32094 HIGH
8.8 May 07

U.S. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch

CVE-2021-32095 HIGH
8.1 May 07

U.S. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, low attack complexity. No vendor patch

CVE-2026-35581 HIGH
7.2 Apr 07

Command injection in NSA Emissary P2P workflow engine (versions prior to 8.39.0) allows authenticated remote administrat

CVE-2021-32634 HIGH
7.2 May 21

Emissary is a distributed, peer-to-peer, data-driven workflow framework. Rated high severity (CVSS 7.2), this vulnerabil

CVE-2026-35583 MEDIUM
5.3 Apr 07

Emissary versions prior to 8.39.0 allow unauthenticated remote attackers to read arbitrary configuration files through p

Share

CVE-2026-35571 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy