CVE-2023-28445
CWE-125Published: March 24, 2023· Updated: Jun 17, 2026
Official Description
Deno is a runtime for JavaScript and TypeScript that uses V8 and is built in Rust. Resizable ArrayBuffers passed to asynchronous functions that are shrunk during the asynchronous operation could result in an out-of-bound read/write. It is unlikely that this has been exploited in the wild, as the only version affected is Deno 1.32.0. Deno Deploy users are not affected. The problem has been resolved by disabling resizable ArrayBuffers temporarily in Deno 1.32.1. Deno 1.32.2 will re-enable resizable ArrayBuffers with a proper fix. As a workaround, run with `--v8-flags=--no-harmony-rab-gsab` to disable resizable ArrayBuffers.
Risk Analysis
Deno 1.32.0 is susceptible to out-of-bounds read/write operations when handling resizable ArrayBuffers. This critical flaw allows for remote code execution without user interaction.
There is no evidence of exploitation in the wild, and it is not in the CISA KEV. It is remotely exploitable.
Upgrade to Deno 1.32.1 or later, or use the workaround flag --v8-flags=--no-harmony-rab-gsab.
Technical Analysis
CVE-2023-28445 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.
The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.
A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 9.8.
CVSS v3.1 Vector Breakdown
Affected Vendors & Products
Exploit & PoC Resources
Official Patches & Advisories
All References (6)
Quick Facts
Related CVEs (CWE-125)
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2023-28445 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts