PT-2026-64211 · Npm · Find-My-Way
CVE-2026-47219
·
Published
2026-07-23
·
Updated
2026-07-29
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
find-my-way versions prior to 9.7.0
Description
A remotely triggerable Denial of Service (DoS) exists when the software is used with Node's HTTP/2 server. The
lookup() function passes the req.method variable into the find() function, which then indexes this.trees[method]. Because this.trees is a standard object, specific HTTP/2 method values such as constructor, toString, or proto can resolve inherited object properties instead of returning undefined. The system subsequently treats these properties as router nodes, leading to a crash when accessing currentNode.prefix.length.Recommendations
Update to version 9.7.0.
Validate that the HTTP method is valid before processing.
Avoid using the software with HTTP/2 servers.
Exploit
Fix
DoS
RCE
Prototype Pollution
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Find-My-Way