CVE-2025-24015
Deno's AES GCM authentication tags are not verified
Summary
Remediation
Upgrade to the fixed version using your package manager.
cargo update -p deno --precise 2.1.7
cargo update -p deno_node --precise 0.125.0
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (2)
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-347Improper Verification of Cryptographic SignatureMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 7.5 score means for each attack dimension.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P
References
- https://github.com/denoland/deno/security/advisories/GHSA-2x3r-hwv5-p32xWEB
- https://nvd.nist.gov/vuln/detail/CVE-2025-24015ADVISORY
- https://github.com/denoland/deno/commit/0d1beedWEB
- https://github.com/denoland/deno/commit/0d1beed2e3633d71d5e288e0382b85be361ec13dWEB
- https://github.com/denoland/deno/commit/4f27d7cdc02e3edfb9d36275341fb8185d6e99edWEB
- https://github.com/denoland/deno/commit/a4003a5292bd0affefad3ecb24a8732886900f67WEB
- https://github.com/denoland/denoPACKAGE
Frequently Asked Questions
- What is CVE-2025-24015?
- Deno's AES GCM authentication tags are not verified This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.5/10).
- How do I check if my project is affected by CVE-2025-24015?
- CVE-2025-24015 affects deno and deno_node. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2025-24015 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2026-22864HIGH
Deno has an incomplete fix for command-injection prevention on Windows — case-insensitive extension bypass
- CVE-2024-27936HIGH
Deno's deno_runtime vulnerable to interactive permission prompt spoofing via improper ANSI stripping
- CVE-2023-22499HIGH
Deno is vulnerable to race condition via interactive permission prompt spoofing
- 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
- CVE-2024-27935HIGH
Deno's Node.js Compatibility Runtime has Cross-Session Data Contamination
- CVE-2025-48935MEDIUM
Deno has --allow-read / --allow-write permission bypass in `node:sqlite`
- CVE-2026-49411MEDIUM
Deno: Node TCPWrap numeric hostname aliases bypass --deny-net resolved-IP deny checks
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies