Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Nsa | Emissary | 6.4.0 |
Related Weaknesses (CWE)
References
- https://github.com/NationalSecurityAgency/emissary/blob/30c54ef16c6eb6ed09604a92ExploitThird Party Advisory
- https://github.com/NationalSecurityAgency/emissary/security/advisories/GHSA-ph73PatchThird Party Advisory
- https://github.com/NationalSecurityAgency/emissary/blob/30c54ef16c6eb6ed09604a92ExploitThird Party Advisory
- https://github.com/NationalSecurityAgency/emissary/security/advisories/GHSA-ph73PatchThird Party Advisory
FAQ
What is CVE-2021-32647?
CVE-2021-32647 is a vulnerability with a CVSS score of 8.0 (HIGH). 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/NationalSec...
How severe is CVE-2021-32647?
CVE-2021-32647 has been rated HIGH with a CVSS base score of 8.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-32647?
Check the references section above for vendor advisories and patch information. Affected products include: Nsa Emissary.