CVE-2025-24015

HIGH EPSS 15.0%
Published Jun 3, 20251y ago · Modified Jun 17, 20262w ago
7.7 CVSS 4.0
High
Find Similar
Published Jun 3, 2025 1y ago
Last Modified Jun 17, 2026 2w ago

Description

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.

CVSS Details

Base Score
7.7
Exploitability
Impact
Vector string
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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
15.0% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-347

Affected Products 1

VendorProductVersionRange
denodeno*≥1.46.0  –  <2.1.7

References 4

  • github.com https://github.com/denoland/deno/commit/0d1beed
    Patch
  • github.com https://github.com/denoland/deno/commit/4f27d7cdc02e3edfb9d36275341fb8185d6e99ed
    Patch
  • github.com https://github.com/denoland/deno/commit/a4003a5292bd0affefad3ecb24a8732886900f67
    Patch
  • github.com https://github.com/denoland/deno/security/advisories/GHSA-2x3r-hwv5-p32x
    ExploitPatchVendor Advisory

Remediation

  • github.com https://github.com/denoland/deno/commit/0d1beed
    Patch
  • github.com https://github.com/denoland/deno/commit/4f27d7cdc02e3edfb9d36275341fb8185d6e99ed
    Patch
  • github.com https://github.com/denoland/deno/commit/a4003a5292bd0affefad3ecb24a8732886900f67
    Patch
  • github.com https://github.com/denoland/deno/security/advisories/GHSA-2x3r-hwv5-p32x
    ExploitPatchVendor Advisory