CVE-2023-28446
Interactive `run` permission prompt spoofing via improper ANSI neutralization
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p deno --precise 1.31.2
cargo update -p deno_runtime --precise 1.31.2
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (2)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| deno | crates.io | All versions | 1.31.2 |
| deno_runtime | crates.io | All versions | 1.31.2 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-150
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 8.8 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
References
- https://github.com/denoland/deno/security/advisories/GHSA-vq67-rp93-65qfWEB
- https://nvd.nist.gov/vuln/detail/CVE-2023-28446ADVISORY
- https://github.com/denoland/denoPACKAGE
- https://github.com/denoland/deno/blob/7d13d65468c37022f003bb680dfbddd07ea72173/runtime/js/40_process.js#L175WEB
- https://github.com/denoland/deno/releases/tag/v1.31.2WEB
Frequently Asked Questions
- What is CVE-2023-28446?
- Interactive `run` permission prompt spoofing via improper ANSI neutralization This vulnerability has been assigned a severity rating of HIGH (CVSS score: 8.8/10).
- How do I check if my project is affected by CVE-2023-28446?
- CVE-2023-28446 affects deno and deno_runtime. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2023-28446 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2026-22863CRITICAL
Deno node:crypto doesn't finalize cipher
- CVE-2023-28445CRITICAL
Deno improperly handles resizable ArrayBuffer
- 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-27933HIGH
Deno arbitrary file descriptor close via `op_node_ipc_pipe()` leading to permission prompt bypass
- 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
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies