Cyber Resilience

CVE-2026-44726

Deno 2.0.0 – 2.7.8

Public PoC
Published
23 June 2026
Modified
26 June 2026
Patch / advisory
CVSS Score v3.1 7.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0017 7th percentile
Risk Priority 53 floored blend · peak EPSS

Summary

CVE-2026-44726 is a high-severity Cleartext Transmission of Sensitive Information (CWE-319) vulnerability in Deno Deno. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Network Sniffing (T1040); ranked at the 7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SC-8 (Transmission Confidentiality and Integrity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Deno is a JavaScript, TypeScript, and WebAssembly runtime. From 2.0.0 until 2.7.8, a flaw in Deno's Node.js tls compatibility layer could cause a TLS client to transmit application data in plaintext after a connection retry. When `autoSelectFamily was enabled and…

more

the first address-family attempt failed, the socket reinitialization path reused a stale TLS upgrade hook that was bound to the original, failed handle. As a result, the replacement TCP connection was never upgraded to TLS, and any data the application wrote before the secureConnect event travelled over the network unencrypted. A network attacker positioned to cause the initial connection attempt to fail (for example, by dropping IPv6 traffic on a dual-stack host) could deterministically trigger the fallback path and observe or tamper with traffic that the application believed was TLS-protected. This vulnerability is fixed in 2.7.8.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1040 Network Sniffing Credential Access
Adversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-48934Same product: Deno Deno
CVE-2026-49859Same product: Deno Deno
CVE-2024-34346Same product: Deno Deno
CVE-2025-48935Same product: Deno Deno
CVE-2023-28446Same product: Deno Deno
CVE-2023-26103Same product: Deno Deno
CVE-2024-27931Same product: Deno Deno
CVE-2025-61785Same product: Deno Deno
CVE-2024-27933Same product: Deno Deno
CVE-2026-49411Same product: Deno Deno

Affected Assets

deno
deno
2.0.0 — 2.7.8

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

SC-8 directly requires protecting confidentiality of transmitted information, which structurally eliminates cleartext transmission of sensitive data.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.DS-02 full match
prevents

Encryption of data-in-transit directly prevents cleartext transmission while the control also addresses integrity and availability.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Specifying encryption and other security technology for network services prevents transmission of sensitive information in cleartext over potentially untrusted channels.

prevents

Mandating cryptographic protection and stronger authentication on public networks stops the transmission of plaintext sensitive information.

mitigates

Specifying communications-security requirements and secure remote-access methods (including encryption expectations) prevents the transmission of sensitive data in cleartext over home or public networks.

mitigates

Armoured conduits, electromagnetic shielding and locked enclosures make passive eavesdropping on unencrypted traffic traversing the cables more difficult, mitigating exposure of sensitive data in transit.

References