Loading...
Skip to main content

CVE-2023-28445

CRITICAL

Deno improperly handles resizable ArrayBuffer

Published March 23, 2023Updated November 8, 2023Source: osv

Summary

### Impact [Resizable ArrayBuffers](https://github.com/tc39/proposal-resizablearraybuffer) passed to asynchronous native 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. ### Patches The problem has been resolved by disabling resizable ArrayBuffers temporarily in Deno 1.32.1. A future version of Deno will re-enable resizable ArrayBuffers with a proper fix. ### Workarounds Upgrade to Deno 1.32.1, or run with `--v8-flags=--no-harmony-rab-gsab` to disable resizable ArrayBuffers.

Remediation

Upgrade to the fixed version using your package manager.

Cargo
Update Deno to 1.32.1 or later
cargo update -p Deno --precise 1.32.1
Cargo
Update deno_runtime to 0.103.0 or later
cargo update -p deno_runtime --precise 0.103.0
Cargo
Update serde_v8 to 0.88.0 or later
cargo update -p serde_v8 --precise 0.88.0

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (3)

PackageEcosystemAffectedFixed In
Deno
crates.io
1.32.01.32.1
deno_runtime
crates.io
0.102.00.103.0
serde_v8
crates.io
0.87.00.88.0

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-125
    Out-of-bounds ReadMITRE
  • CWE-787
    Out-of-bounds WriteMITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.9 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Frequently Asked Questions

What is CVE-2023-28445?
Deno improperly handles resizable ArrayBuffer This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.9/10).
How do I check if my project is affected by CVE-2023-28445?
CVE-2023-28445 affects Deno, deno_runtime and serde_v8. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2023-28445 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.9

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-c25x-cm9x-qqgx

Related CVEs

  • CVE-2026-22863
    CRITICAL

    Deno node:crypto doesn't finalize cipher

  • CVE-2024-34346
    HIGH

    Deno permission escalation vulnerability via open of privileged files with missing `--deny` flag

  • CVE-2025-24015
    HIGH

    Deno's AES GCM authentication tags are not verified

  • CVE-2024-27934
    HIGH

    *const c_void / ExternalPointer unsoundness leading to use-after-free

  • CVE-2026-32260
    HIGH

    Deno vulnerable to command Injection via incomplete shell metacharacter blocklist in node:child_process

  • CVE-2024-27936
    HIGH

    Deno's deno_runtime vulnerable to interactive permission prompt spoofing via improper ANSI stripping

  • CVE-2023-33966
    HIGH

    Missing "--allow-net" permission check for built-in Node modules

  • CVE-2023-28446
    HIGH

    Interactive `run` permission prompt spoofing via improper ANSI neutralization

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies