CVE-2023-39532
published 2023-08-08CVE-2023-39532: SES is a JavaScript environment that allows safe execution of arbitrary programs in Compartments. In version 0.18.0 prior to 0.18.7, 0.17.0 prior to 0.17.1…
PriorityP260critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EPSS
1.23%
65.3th percentile
SES is a JavaScript environment that allows safe execution of arbitrary programs in Compartments. In version 0.18.0 prior to 0.18.7, 0.17.0 prior to 0.17.1, 0.16.0 prior to 0.16.1, 0.15.0 prior to 0.15.24, 0.14.0 prior to 0.14.5, an 0.13.0 prior to 0.13.5, there is a hole in the confinement of guest applications under SES that may manifest as either the ability to exfiltrate information or execute arbitrary code depending on the configuration and implementation of the surrounding host.
Guest program running inside a Compartment with as few as no endowments can gain access to the surrounding host’s dynamic import by using dynamic import after the spread operator, like `{...import(arbitraryModuleSpecifier)}`.
On the web or in web extensions, a Content-Security-Policy following ordinary best practices likely mitigates both the risk of exfiltration and execution of arbitrary code, at least limiting the modules that the attacker can import to those that are already part of the application. However, without a Content-Security-Policy, dynamic import can be used to issue HTTP requests for either communication through the URL or for the execution of code reachable from that origin.
Within an XS worker, an attacker can use the host’s module system to the extent that the host has been configured. This typically only allows access to module code on the host’s file system and is of limited use to an attacker.
Within Node.js, the attacker gains access to Node.js’s module system. Importing the powerful builtins is not useful except insofar as there are side-effects and tempered because dynamic import returns a promise. Spreading a promise into an object renders the promises useless. However, Node.js allows importing data URLs, so this is a clear path to arbitrary execution.
Versions 0.18.7, 0.17.1, 0.16.1, 0.15.24, 0.14.5, and 0.13.5 contain a patch for this issue. Some workarounds are available. On the web, providing a suitably constrained Content-Security-Policy mitigates m
Affected
18 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| agoric | ses | — | — |
| agoric | ses | — | — |
| agoric | ses | >= 0.13.0 < 0.13.5 | 0.13.5 |
| agoric | ses | >= 0.13.0 < 0.13.5 | 0.13.5 |
| agoric | ses | >= 0.14.0 < 0.14.5 | 0.14.5 |
| agoric | ses | >= 0.14.0 < 0.14.5 | 0.14.5 |
| agoric | ses | >= 0.15.0 < 0.15.24 | 0.15.24 |
| agoric | ses | >= 0.15.0 < 0.15.24 | 0.15.24 |
| agoric | ses | >= 0.16.0 < 0.16.1 | 0.16.1 |
| agoric | ses | >= 0.17.0 < 0.17.1 | 0.17.1 |
| agoric | ses | >= 0.18.0 < 0.18.7 | 0.18.7 |
| agoric | ses | >= 0.18.0 < 0.18.7 | 0.18.7 |
| endojs | endo | — | — |
| endojs | endo | — | — |
| endojs | endo | — | — |
| endojs | endo | — | — |
| endojs | endo | — | — |
| endojs | endo | — | — |
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.
GHSA
SES's dynamic import and spread operator provides possible path to arbitrary exfiltration and execution
ghsa·2023-08-09
CVE-2023-39532 [CRITICAL] CWE-20 SES's dynamic import and spread operator provides possible path to arbitrary exfiltration and execution
SES's dynamic import and spread operator provides possible path to arbitrary exfiltration and execution
### Impact
This is a hole in the confinement of guest applications under SES that may manifest as either the ability to exfiltrate information or execute arbitrary code depending on the configuration and implementation of the surrounding host.
Guest program running inside a Compartment with as few as no endowments can gain access to the surrounding host’s dynamic import by using dynamic import after the spread operator, like `{...import(arbitraryModuleSpecifier)}`.
On the web or in web extensions, a Content-Security-Policy following ordinary best practices likely mitigates both the risk of exfiltration and execution of arbitrary code, at least limiting the modules that the attacker c
OSV
SES's dynamic import and spread operator provides possible path to arbitrary exfiltration and execution
osv·2023-08-09
CVE-2023-39532 [CRITICAL] SES's dynamic import and spread operator provides possible path to arbitrary exfiltration and execution
SES's dynamic import and spread operator provides possible path to arbitrary exfiltration and execution
### Impact
This is a hole in the confinement of guest applications under SES that may manifest as either the ability to exfiltrate information or execute arbitrary code depending on the configuration and implementation of the surrounding host.
Guest program running inside a Compartment with as few as no endowments can gain access to the surrounding host’s dynamic import by using dynamic import after the spread operator, like `{...import(arbitraryModuleSpecifier)}`.
On the web or in web extensions, a Content-Security-Policy following ordinary best practices likely mitigates both the risk of exfiltration and execution of arbitrary code, at least limiting the modules that the attacker c
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2023-08-08
Published