CVE-2023-28445
Deno improperly handles resizable ArrayBuffer
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p Deno --precise 1.32.1
cargo update -p deno_runtime --precise 0.103.0
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)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| Deno | crates.io | 1.32.0 | 1.32.1 |
| deno_runtime | crates.io | 0.102.0 | 0.103.0 |
| serde_v8 | crates.io | 0.87.0 | 0.88.0 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 9.9 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
References
- https://github.com/denoland/deno/security/advisories/GHSA-c25x-cm9x-qqgxWEB
- https://nvd.nist.gov/vuln/detail/CVE-2023-28445ADVISORY
- https://github.com/denoland/deno/pull/18395WEB
- https://github.com/denoland/deno/pull/18452WEB
- https://github.com/denoland/denoPACKAGE
- https://github.com/denoland/deno/releases/tag/v1.32.1WEB
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
Exploitation is straightforward and causes maximum impact. Patch immediately.
Also Known As
Related CVEs
- CVE-2026-22863CRITICAL
Deno node:crypto doesn't finalize cipher
- CVE-2024-34346HIGH
Deno permission escalation vulnerability via open of privileged files with missing `--deny` flag
- CVE-2025-24015HIGH
Deno's AES GCM authentication tags are not verified
- CVE-2024-27934HIGH
*const c_void / ExternalPointer unsoundness leading to use-after-free
- CVE-2026-32260HIGH
Deno vulnerable to command Injection via incomplete shell metacharacter blocklist in node:child_process
- CVE-2024-27936HIGH
Deno's deno_runtime vulnerable to interactive permission prompt spoofing via improper ANSI stripping
- CVE-2023-33966HIGH
Missing "--allow-net" permission check for built-in Node modules
- CVE-2023-28446HIGH
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