Skip to main content

Emissary CVE-2026-35581

| EUVDEUVD-2026-19730 HIGH
OS Command Injection (CWE-78)
2026-04-07 GitHub_M GHSA-6c37-7w4p-jg9v
7.2
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.2 HIGH
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Re-analysis Queued
Apr 16, 2026 - 18:07 vuln.today
cvss_changed
Patch released
Apr 08, 2026 - 02:30 nvd
Patch available
EUVD ID Assigned
Apr 07, 2026 - 16:30 euvd
EUVD-2026-19730
Analysis Generated
Apr 07, 2026 - 16:30 vuln.today
CVE Published
Apr 07, 2026 - 15:56 nvd
HIGH 7.2

DescriptionGitHub Advisory

Emissary is a P2P based data-driven workflow engine. Prior to 8.39.0, the Executrix utility class constructed shell commands by concatenating configuration-derived values - including the PLACE_NAME parameter - with insufficient sanitization. Only spaces were replaced with underscores, allowing shell metacharacters (;, |, $, `, (, ), etc.) to pass through into /bin/sh -c command execution. This vulnerability is fixed in 8.39.0.

AnalysisAI

Command injection in NSA Emissary P2P workflow engine (versions prior to 8.39.0) allows authenticated remote administrators to execute arbitrary shell commands through unsanitized PLACE_NAME parameter values. The Executrix utility class passes configuration-derived values directly to /bin/sh -c with only space-to-underscore sanitization, enabling shell metacharacters (semicolons, pipes, backticks) to trigger command execution. CVSS 7.2 (High) reflects network accessibility with low attack complexity, though exploitation requires high-privilege administrator credentials (PR:H). No public exploit code identified at time of analysis, with EPSS data unavailable for this recent CVE. Vendor-released patch available in version 8.39.0 per GitHub security advisory.

Technical ContextAI

Emissary is the National Security Agency's open-source P2P data-driven workflow engine. The vulnerability resides in the Executrix utility class, which constructs shell commands through string concatenation using configuration parameters including PLACE_NAME. The affected component implements CWE-78 (OS Command Injection) by passing inadequately sanitized input to /bin/sh -c execution context. Only whitespace characters undergo transformation (spaces replaced with underscores), allowing dangerous shell metacharacters like semicolons (command chaining), pipes (command redirection), dollar signs (variable expansion), backticks (command substitution), and parentheses (subshell execution) to remain intact. The CPE identifier cpe:2.3:a:nationalsecurityagency:emissary:*:*:*:*:*:*:*:* confirms this affects the NSA's Emissary product line. Configuration-derived execution paths create persistent injection vectors since PLACE_NAME values typically originate from system configuration files that administrators control.

RemediationAI

Upgrade NSA Emissary to version 8.39.0 or later, which implements proper input sanitization for the PLACE_NAME parameter and other configuration-derived values passed to shell execution contexts. The vendor-released patch addresses the root cause by replacing dangerous string concatenation with parameterized command construction or comprehensive sanitization that neutralizes shell metacharacters beyond just spaces. Organizations should obtain the patched version from the official NSA GitHub repository and follow standard change management procedures for workflow engine updates. Review existing PLACE_NAME configuration values for any evidence of malicious metacharacter injection that may indicate prior exploitation attempts. If immediate patching is not feasible, implement compensating controls including strict validation of all Emissary configuration parameters, enhanced monitoring of administrative account activity within Emissary systems, and restriction of administrative access to trusted networks only. Consult the official security advisory at https://github.com/NationalSecurityAgency/emissary/security/advisories/GHSA-6c37-7w4p-jg9v for additional vendor-specific remediation guidance and implementation notes.

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

CVE-2026-35571 MEDIUM
4.8 Apr 07

Stored cross-site scripting in Emissary prior to 8.39.0 allows authenticated administrators to inject malicious javascri

Share

CVE-2026-35581 vulnerability details – vuln.today

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