<?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>Find-My-Way (&lt;= 9.6.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/find-my-way--9.6.0/</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>Thu, 23 Jul 2026 19:35:25 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/find-my-way--9.6.0/feed.xml" rel="self" type="application/rss+xml"/><item><title>Denial of Service Vulnerability in find-my-way Node.js Router</title><link>https://feed.craftedsignal.io/briefs/2026-07-dos-find-my-way/</link><pubDate>Thu, 23 Jul 2026 19:35:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-dos-find-my-way/</guid><description>A remotely triggerable Denial of Service (DoS) vulnerability exists in the 'find-my-way' router when used with Node.js HTTP/2 servers. Malicious HTTP/2 method values, such as 'constructor' or '__proto__', can be passed to the 'lookup()' function, which then indexes these values against internal data structures. This leads to a crash when the code attempts to access properties of these unexpected values, such as 'currentNode.prefix.length', causing the server to become unavailable. Users are advised to upgrade to version 9.7.0 or validate HTTP methods before processing.</description><content:encoded><![CDATA[<p>A high-severity Denial of Service (DoS) vulnerability, identified as CVE-2026-47219, affects the <code>find-my-way</code> Node.js router versions up to 9.6.0 when used in conjunction with HTTP/2 servers. This vulnerability allows remote attackers to trigger a server crash by sending HTTP/2 requests with specially crafted method names. The <code>find-my-way</code> router, commonly used in Node.js applications, misinterprets certain HTTP method values (e.g., <code>constructor</code>, <code>__proto__</code>, <code>toString</code>) due to a flaw in its <code>lookup()</code> and <code>find()</code> functions. This leads to an attempt to access properties on unintended JavaScript objects, causing the application to terminate unexpectedly. This vulnerability poses a significant risk to the availability of affected web services, making them susceptible to remote DoS attacks.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker sends a specially crafted HTTP/2 request to a Node.js server running <code>find-my-way</code> versions up to 9.6.0.</li>
<li>The request includes a malicious HTTP method name, such as <code>constructor</code> or <code>__proto__</code>, within the HTTP/2 method field.</li>
<li>The <code>find-my-way</code> router receives this request and processes the <code>req.method</code> value using its internal <code>lookup()</code> and <code>find()</code> functions.</li>
<li>The <code>find()</code> function attempts to use the malicious method string (e.g., <code>constructor</code>) to index <code>this.trees[method]</code>.</li>
<li>Due to JavaScript's prototype chain behavior, this lookup resolves to an unexpected inherited object property instead of an intended router node.</li>
<li>The router code then attempts to access properties, such as <code>currentNode.prefix.length</code>, on this non-router object.</li>
<li>This action results in an unhandled exception and crashes the Node.js application, leading to a Denial of Service.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-47219 leads to a complete Denial of Service for the affected Node.js HTTP/2 server. Each malicious request can cause the application to crash, rendering the service unavailable to legitimate users. There is no information regarding the number of specific victims or sectors targeted, but any organization using <code>find-my-way</code> with Node.js HTTP/2 is potentially vulnerable. The primary consequence is the disruption of service, which can lead to reputational damage, financial loss, and interruption of critical operations for businesses reliant on these applications.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all instances of the <code>find-my-way</code> package to version 9.7.0 or higher to mitigate CVE-2026-47219.</li>
<li>Deploy the Sigma rule included in this brief to your SIEM and monitor web server logs for anomalous HTTP method names to detect attempts at exploiting CVE-2026-47219.</li>
<li>As a temporary workaround, validate HTTP methods before processing them with <code>find-my-way</code> if immediate upgrade to version 9.7.0 is not feasible.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>denial-of-service</category><category>nodejs</category><category>http2</category><category>vulnerability</category></item></channel></rss>