Node.js WebCrypto Crash via 2GiB Input in subtle.encrypt
CVE-2026-48933 Published on June 26, 2026
A flaw in Node.js WebCrypto implementation can crash the process if the input of `subtle.encrypt()` is a multiple of 2GiB. This vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.
Vulnerability Analysis
CVE-2026-48933 can be exploited with network access, and does not require authorization privileges or user interaction. This vulnerability is considered to have a low attack complexity. The potential impact of an exploit of this vulnerability is considered to have no impact on confidentiality and integrity, and a high impact on availability.
Weakness Types
Integer Overflow or Wraparound
The software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control. An integer overflow or wraparound occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may wrap to become a very small or negative number. While this may be intended behavior in circumstances that rely on wrapping, it can have security consequences if the wrap is unexpected. This is especially the case if the integer overflow can be triggered using user-supplied inputs. This becomes security-critical when the result is used to control looping, make a security decision, or determine the offset or size in behaviors such as memory allocation, copying, concatenation, etc.
Allocation of Resources Without Limits or Throttling
The software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
Products Associated with CVE-2026-48933
Want to know whenever a new CVE is published for Red Hat products? stack.watch will email you.
Affected Versions
nodejs node:- Version 22.22.3, <= 22.22.3 is affected.
- Version 24.16.0, <= 24.16.0 is affected.
- Version 26.3.0, <= 26.3.0 is affected.
- Version 1:24.18.0-1.el10_2 and below * is unaffected.
- Version 1:22.23.1-2.el10_2 and below * is unaffected.
- Version 1:22.23.1-2.el10_0 and below * is unaffected.
- Version 8100020260630152626.6d880403 and below * is unaffected.
- Version 8100020260703140402.6d880403 and below * is unaffected.
- Version 9080020260626074955.rhel9 and below * is unaffected.
- Version 9080020260626075442.rhel9 and below * is unaffected.
- Version 22.23.1-1.hum1 and below * is unaffected.
- Version 24.18.0-0.1.hum1 and below * is unaffected.
- Version 26.4.0-1.2.hum1 and below * is unaffected.
- Version 25.9.0-1.1.hum1 and below * is unaffected.
- Version 20.20.2-1.hum1 and below * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.