CVE-2025-24015
MEDIUMDeno 1.46.0-2.1.6 - Improper Verification of Cryptographic Signature in AES-GCM
Title source: llmDescription
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the guarantees expected from AES-GCM. Older versions of Deno correctly threw errors in such cases, as does Node.js. Without authentication tag verification, AES-GCM degrades to essentially CTR mode, removing integrity protection. Authenticated data set with set_aad is also affected, as it is incorporated into the GCM hash (ghash) but this too is not validated, rendering AAD checks ineffective. Version 2.1.7 includes a patch that addresses this issue.
References (4)
Core 4
Core References
Exploit, Patch, Vendor Advisory x_refsource_confirm
https://github.com/denoland/deno/security/advisories/GHSA-2x3r-hwv5-p32x
Patch x_refsource_misc
https://github.com/denoland/deno/commit/4f27d7cdc02e3edfb9d36275341fb8185d6e99ed
Patch x_refsource_misc
https://github.com/denoland/deno/commit/a4003a5292bd0affefad3ecb24a8732886900f67
Scores
CVSS v3
5.3
EPSS
0.0024
EPSS Percentile
14.9%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
yes
Technical Impact
partial
Details
CWE
CWE-347
Status
published
Products (3)
crates.io/deno
1.46.0 - 2.1.7crates.io
crates.io/deno_node
0.102.0 - 0.125.0crates.io
deno/deno
1.46.0 - 2.1.7
Published
Jun 03, 2025
Tracked Since
Feb 18, 2026