Feed/CVE-2026-47219
CVE-2026-47219HIGHCVSS 7.5

find-my-way: DDoS with HTTP2

Published Jul 23, 2026·Updated Jul 29, 2026

NVD Description

### Impact Remotely triggerable DoS in find-my-way when it is used with Node's HTTP/2 server. The short version is that `lookup()` passes `req.method` into `find()`, and `find()` indexes `this.trees[method]`. Since `this.trees` is a normal object, HTTP/2 method values like constructor, `toString`, or `__proto__` can resolve inherited object properties instead of returning undefined. The code then treats that value like a router node and crashes when it reaches `currentNode.prefix.length`. ### Patches Upgrade to v9.7.0. ### Workarounds Do not use find-my-way with HTTP/2 servers, or validate that the http method is valid beforehand.

Affected Packages (1)

find-my-wayNPM
Fixed in = 9.6.0

CVSS Vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

View on NVD Search GitHub Search Google

Get alerted for CVEs like this

Register your stack and get notified within minutes when a matching CVE drops.

Start monitoring free