LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32647: Post-authentication Remote Code Execution (RCE) in emissary:emissary

Emissary is a P2P based data-driven workflow engine. Affected versions of Emissary are vulnerable to post-authentication Remote Code Execution (RCE). The [`CreatePlace`](https://github.com/NationalSecurityAgency/emissary/blob/30c54ef16c6eb6ed09604a929939fb9f66868382/src/main/java/emissary/server/mvc/internal/CreatePlaceAction.java#L36) REST endpoint accepts an `sppClassName` parameter which is used to load an arbitrary class. This class is later instantiated using a constructor with the following signature: `<constructor>(String, String, String)`. An attacker may find a gadget (class) in the application classpath that could be used to achieve Remote Code Execution (RCE) or disrupt the application. Even though the chances to find a gadget (class) that allow arbitrary code execution are low, an attacker can still find gadgets that could potentially crash the application or leak sensitive data. As a work around disable network access to Emissary from untrusted sources.

HighCVSS 8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-32647 affects NSA Emissary 6.4.0. An authenticated attacker could abuse an internal REST endpoint to make the application load and instantiate unintended Java classes. Successful abuse could lead to remote code execution, application disruption, or sensitive data exposure, but the source notes arbitrary-code gadgets may be hard to find.

Executive priority

Treat this as high priority for any internet-reachable or broadly accessible Emissary deployment. Risk is lower when Emissary is isolated and tightly administered, but the impact justifies rapid inventory, access restriction, and vendor-guidance review.

Technical view

The CreatePlace REST endpoint accepts an sppClassName parameter used to load an arbitrary class, later instantiated through a String, String, String constructor. The issue is post-authentication, network reachable, high complexity, and high privilege according to CVSS 3.1 score 8.0.

Likely exposure

Exposure appears limited to deployments running Emissary 6.4.0 where the REST endpoint is reachable by authenticated users, especially from untrusted networks. The supplied sources do not identify other affected versions or products.

Exploitation context

The CVE is not listed as KEV in the supplied bundle, and no active exploitation evidence is provided. Exploitation requires authentication and a usable classpath gadget; the source says full RCE may be unlikely, but crashes or data leakage may still be possible.

Researcher notes

Key uncertainty is gadget availability in a given deployment classpath. The advisory supports post-auth arbitrary class loading and possible RCE, disruption, or data leakage, but does not prove universal arbitrary command execution or active exploitation.

Mitigation direction

  • Disable network access to Emissary from untrusted sources.
  • Restrict REST endpoint access to trusted authenticated administrators.
  • Check vendor advisory and release notes for fixed-version guidance.
  • Isolate affected Emissary 6.4.0 systems if patch status is unclear.
  • Monitor for unexpected CreatePlace endpoint activity.

Validation and detection

  • Inventory Emissary deployments and confirm whether version 6.4.0 is present.
  • Verify CreatePlace and related REST access are not exposed to untrusted networks.
  • Review authentication and authorization controls around administrative Emissary endpoints.
  • Check logs for unexpected CreatePlace use or unusual sppClassName values.
  • Document compensating controls where upgrade guidance is still being reviewed.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-74: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-32647 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H1.36Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8High
CVSS 3.1 vector shape for CVE-2021-32647Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
NationalSecurityAgencyemissary= 6.4.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-74 · source CWE mapping

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.