<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Plaintext — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/plaintext/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 27 May 2026 19:52:28 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/plaintext/feed.xml" rel="self" type="application/rss+xml"/><item><title>Deno TLS Plaintext Injection Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-05-deno-tls-plaintext/</link><pubDate>Wed, 27 May 2026 19:52:28 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-deno-tls-plaintext/</guid><description>A vulnerability in Deno's Node.js tls compatibility layer (versions 2.0.0 to 2.7.7) allows a network attacker to intercept and tamper with plaintext application data transmitted over a supposedly TLS-protected connection when `autoSelectFamily` is enabled and the initial connection attempt fails, leading to potential information disclosure and data manipulation.</description><content:encoded><![CDATA[<p>Deno, a modern runtime for JavaScript and TypeScript, contains a flaw within its Node.js tls compatibility layer that can lead to plaintext transmission of sensitive data. Specifically, when using the <code>node:tls</code> or <code>node:https</code> APIs with the default <code>autoSelectFamily</code> option enabled, a failed initial connection attempt can cause a subsequent retry to occur without proper TLS negotiation. This occurs because the socket reinitialization process reuses a stale TLS upgrade hook associated with the original, unsuccessful handle. An attacker who can manipulate network conditions to induce this initial failure can then observe or modify the data transmitted by the client application. This vulnerability affects Deno versions 2.0.0 through 2.7.7 and poses a significant risk to applications relying on TLS for secure communication. The vulnerability is tracked as CVE-2026-44726.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The victim application initiates a TLS connection using <code>node:tls</code> or <code>node:https</code> with <code>autoSelectFamily</code> enabled.</li>
<li>The application resolves the target hostname to multiple IP addresses, including an unreachable address (e.g., IPv6 address).</li>
<li>The initial connection attempt to the unreachable address fails (e.g., due to dropped IPv6 traffic).</li>
<li>Deno&rsquo;s tls compatibility layer attempts to retry the connection using a different resolved IP address (e.g., IPv4).</li>
<li>The socket reinitialization process reuses a stale TLS upgrade hook from the failed connection attempt.</li>
<li>The subsequent TCP connection is established without being upgraded to TLS.</li>
<li>The victim application writes data to the socket before the <code>secureConnect</code> event is triggered. This data includes sensitive information like API keys and card numbers.</li>
<li>The attacker intercepts the plaintext data transmitted over the unencrypted TCP connection.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows a network attacker to observe and potentially tamper with data that the victim application believes is protected by TLS. This can lead to the disclosure of sensitive information such as API keys, authentication tokens, and financial data like credit card numbers. The proof-of-concept demonstrates the exposure of an <code>Authorization</code> header containing a secret bearer token and card details. Applications that transmit sensitive data over TLS using vulnerable versions of Deno are at risk. The number of potential victims is difficult to estimate, but any application using the affected Deno versions with <code>node:tls</code> or <code>node:https</code> is susceptible.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Deno to version 2.7.8 or later to patch CVE-2026-44726.</li>
<li>Monitor network traffic for connections to unexpected destinations without TLS negotiation to identify potential exploitation attempts based on the attack chain described above.</li>
<li>Consider disabling <code>autoSelectFamily</code> in <code>node:tls</code> and <code>node:https</code> if upgrading is not immediately feasible. This will prevent the vulnerable connection retry behavior, although it may impact connectivity in certain network environments.</li>
<li>Implement the &ldquo;Detect Deno Plaintext TLS Communication&rdquo; Sigma rule to identify potentially vulnerable Deno processes attempting to communicate without proper TLS encryption.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>deno</category><category>tls</category><category>plaintext</category><category>vulnerability</category></item></channel></rss>