CVE-2026-22863
Published: 15 January 2026
Summary
CVE-2026-22863 is a high-severity Missing Cryptographic Step (CWE-325) vulnerability in Deno Deno. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 0.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated exploitation of crypto flaw in public-facing Deno runtime enables T1190; explicit support for brute-force and stream analysis attacks maps to T1110.
NVD Description
Deno is a JavaScript, TypeScript, and WebAssembly runtime. Before 2.6.0, node:crypto doesn't finalize cipher. The vulnerability allows an attacker to have infinite encryptions. This can lead to naive attempts at brute forcing, as well as more refined attacks with the…
more
goal to learn the server secrets. This vulnerability is fixed in 2.6.0.
Deeper analysisAI
CVE-2026-22863 affects Deno, a runtime for JavaScript, TypeScript, and WebAssembly, specifically versions prior to 2.6.0. The vulnerability resides in the node:crypto module, which fails to properly finalize ciphers. This flaw, classified under CWE-325 (Missing Required Cryptographic Step), enables infinite encryptions without proper termination, as scored at CVSS 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact from network-based exploitation with low complexity and no privileges required.
Remote attackers without authentication can exploit this vulnerability by repeatedly invoking encryption operations that do not finalize. This allows naive brute-force attempts or more sophisticated attacks aimed at disclosing server secrets through analysis of the unending encryption streams.
Deno addressed the issue in version 2.6.0, as detailed in the release notes and security advisory GHSA-5379-f5hf-w38v. Security practitioners should upgrade to 2.6.0 or later to mitigate the risk, ensuring proper cipher finalization in node:crypto usage.
Details
- CWE(s)