CVE-2024-43357

HIGH EPSS 44.3%
Published Aug 15, 20241y ago · Modified Jun 17, 20262w ago
8.6 CVSS 3.1
High
Find Similar
Published Aug 15, 2024 1y ago
Last Modified Jun 17, 2026 2w ago

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

CVSS Details

Base Score
8.6
Exploitability
3.9
Impact
4.7
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability High

Threat Intelligence

EPSS Exploit Probability
44.3% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 3

CWE-248
CWE-476 NULL Pointer Dereference Memory Safety
CWE-843

References 10

  • bugs.webkit.org https://bugs.webkit.org/show_bug.cgi?id=275407
  • bugzilla.mozilla.org https://bugzilla.mozilla.org/show_bug.cgi?id=1901411
  • github.com https://github.com/boa-dev/boa/security/advisories/GHSA-f67q-wr6w-23jq
  • github.com https://github.com/tc39/ecma262/commit/1e24a286d0a327d08e1154926b3ee79820232727
  • github.com https://github.com/tc39/ecma262/commit/4cb5a6980e20be76c648f113c4cc762342172df3
  • github.com https://github.com/tc39/ecma262/pull/2413
  • github.com https://github.com/tc39/ecma262/security/advisories/GHSA-g38c-wh3c-5h9r
  • issues.chromium.org https://issues.chromium.org/issues/346692561
  • tc39.es https://tc39.es/ecma262/#sec-asyncgenerator-objects
  • cve.org https://www.cve.org/CVERecord?id=CVE-2024-7652

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.