You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.
Description
ECMA-262 is the language specification for the scripting language ECMAScript. A problem in the ECMAScript (JavaScript) specification of async generators, introduced by a May 2021 spec refactor, may lead to mis-implementation in a way that could present as a security vulnerability, such as type confusion and pointer dereference.
The internal async generator machinery calls regular promise resolver functions on IteratorResult (`{ done, value }`) objects that it creates, assuming that the IteratorResult objects will not be then-ables. Unfortunately, these IteratorResult objects inherit from `Object.prototype`, so these IteratorResult objects can be made then-able, triggering arbitrary behaviour, including re-entering the async generator machinery in a way that violates some internal invariants.
The ECMAScript specification is a living standard and the issue has been addressed at the time of this advisory's public disclosure. JavaScript engine implementors should refer to the latest specification and update their implementations to comply with the `AsyncGenerator` section.
## References
- https://github.com/tc39/ecma262/commit/1e24a286d0a327d08e1154926b3ee79820232727
- https://bugzilla.mozilla.org/show_bug.cgi?id=1901411
- https://github.com/boa-dev/boa/security/advisories/GHSA-f67q-wr6w-23jq
- https://bugs.webkit.org/show_bug.cgi?id=275407
- https://issues.chromium.org/issues/346692561
- https://www.cve.org/CVERecord?id=CVE-2024-7652
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
New CVE Received from GitHub, Inc.8/15/2024 3:15:20 PM
Action
Type
Old Value
New Value
Added
Description
ECMA-262 is the language specification for the scripting language ECMAScript. A problem in the ECMAScript (JavaScript) specification of async generators, introduced by a May 2021 spec refactor, may lead to mis-implementation in a way that could present as a security vulnerability, such as type confusion and pointer dereference.
The internal async generator machinery calls regular promise resolver functions on IteratorResult (`{ done, value }`) objects that it creates, assuming that the IteratorResult objects will not be then-ables. Unfortunately, these IteratorResult objects inherit from `Object.prototype`, so these IteratorResult objects can be made then-able, triggering arbitrary behaviour, including re-entering the async generator machinery in a way that violates some internal invariants.
The ECMAScript specification is a living standard and the issue has been addressed at the time of this advisory's public disclosure. JavaScript engine implementors should refer to the latest specification and update their implementations to comply with the `AsyncGenerator` section.
## References
- https://github.com/tc39/ecma262/commit/1e24a286d0a327d08e1154926b3ee79820232727
- https://bugzilla.mozilla.org/show_bug.cgi?id=1901411
- https://github.com/boa-dev/boa/security/advisories/GHSA-f67q-wr6w-23jq
- https://bugs.webkit.org/show_bug.cgi?id=275407
- https://issues.chromium.org/issues/346692561
- https://www.cve.org/CVERecord?id=CVE-2024-7652
Added
CVSS V3.1
GitHub, Inc. AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Added
CWE
GitHub, Inc. CWE-248
Added
CWE
GitHub, Inc. CWE-476
Added
CWE
GitHub, Inc. CWE-843
Added
Reference
GitHub, Inc. https://bugs.webkit.org/show_bug.cgi?id=275407 [No types assigned]
Added
Reference
GitHub, Inc. https://bugzilla.mozilla.org/show_bug.cgi?id=1901411 [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/boa-dev/boa/security/advisories/GHSA-f67q-wr6w-23jq [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/tc39/ecma262/commit/1e24a286d0a327d08e1154926b3ee79820232727 [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/tc39/ecma262/commit/4cb5a6980e20be76c648f113c4cc762342172df3 [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/tc39/ecma262/pull/2413 [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/tc39/ecma262/security/advisories/GHSA-g38c-wh3c-5h9r [No types assigned]
Added
Reference
GitHub, Inc. https://issues.chromium.org/issues/346692561 [No types assigned]
Added
Reference
GitHub, Inc. https://tc39.es/ecma262/#sec-asyncgenerator-objects [No types assigned]
Added
Reference
GitHub, Inc. https://www.cve.org/CVERecord?id=CVE-2024-7652 [No types assigned]
Quick Info
CVE Dictionary Entry: CVE-2024-43357 NVD
Published Date: 08/15/2024 NVD
Last Modified: 06/17/2026
Source: GitHub, Inc.