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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupExecution 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H1.36Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8HighVector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/NationalSecurityAgency/emissary/security/advisories/GHSA-ph73-7v9r-wg32CVE reference · x_refsource_CONFIRM
- https://github.com/NationalSecurityAgency/emissary/blob/30c54ef16c6eb6ed09604a929939fb9f66868382/src/main/java/emissary/server/mvc/internal/CreatePlaceAction.java#L36CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
