CVE-2026-35582
published 2026-04-18CVE-2026-35582: Emissary is a P2P based data-driven workflow engine. In versions 8.42.0 and below, Executrix.getCommand() is vulnerable to OS command injection because it…
PriorityP357high8.8CVSS 3.1
AVLACLPRLUINSCCHIHAH
EPSS
0.86%
53.9th percentile
Emissary is a P2P based data-driven workflow engine. In versions 8.42.0 and below, Executrix.getCommand() is vulnerable to OS command injection because it interpolates temporary file paths into a /bin/sh -c shell command string without any escaping or input validation. The IN_FILE_ENDING and OUT_FILE_ENDING configuration keys flow directly into these paths, allowing a place author who can write or modify a .cfg file to inject arbitrary shell metacharacters that execute OS commands in the JVM process's security context. The framework already sanitizes placeName via an allowlist before embedding it in the same shell string, but applies no equivalent sanitization to file ending values. No runtime privileges beyond place configuration authorship, and no API or network access, are required to exploit this vulnerability. This is a framework-level defect with no safe mitigation available to downstream implementors, as Executrix provides neither escaping nor documented preconditions against metacharacters in file ending inputs. This issue has been fixed in version 8.43.0.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| nationalsecurityagency | emissary | < 8.43.0 | 8.43.0 |
| nsa | emissary | < 8.43.0 | 8.43.0 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
NSA Emissary up to 8.42.x Temporary File Executrix.getCommand os command injection (GHSA-3p24-9x7v-7789)
vuldb·2026-04-18·CVSS 8.8
CVE-2026-35582 [HIGH] NSA Emissary up to 8.42.x Temporary File Executrix.getCommand os command injection (GHSA-3p24-9x7v-7789)
A vulnerability marked as critical has been reported in NSA Emissary up to 8.42.x. Affected is the function Executrix.getCommand of the component Temporary File Handler. This manipulation causes os command injection.
The identification of this vulnerability is CVE-2026-35582. The attack can only be executed locally. There is no exploit available.
It is suggested to upgrade the affected component.
GHSA
Emissary has an OS Command Injection via Unvalidated IN_FILE_ENDING / OUT_FILE_ENDING in Executrix
ghsa·2026-04-13
CVE-2026-35582 [HIGH] CWE-116 Emissary has an OS Command Injection via Unvalidated IN_FILE_ENDING / OUT_FILE_ENDING in Executrix
Emissary has an OS Command Injection via Unvalidated IN_FILE_ENDING / OUT_FILE_ENDING in Executrix
### Summary
`Executrix.getCommand()` constructs shell commands by substituting temporary file paths directly into a `/bin/sh -c` string with no escaping. The `IN_FILE_ENDING` and `OUT_FILE_ENDING` configuration keys flow into those paths unmodified. A place author who sets either key to a shell metacharacter sequence achieves arbitrary OS command execution in the JVM's security context when the place processes any payload. No runtime privileges beyond place configuration authorship are required, and no API or network access is needed.
This is a **framework-level defect** — `Executrix` provides no escaping mechanism and no validation on file ending values. Downstream implementors have no sa
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2026-04-18
Published