๐Ÿ” CVE Alert

CVE-2026-47219

HIGH 7.5

find-my-way is Vulnerable to DDoS with HTTP2

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

find-my-way is a framework-independent HTTP router that internally uses a Radix Tree and supports route parameters and wildcards. Versions prior to 9.7.0 are vulnerable to remotely triggerable DoS in find-my-way when it is used with Node's HTTP/2 server. The lookup() function 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. This issue has been fixed in version 9.0.7.

CWE CWE-20 CWE-248
Vendor delvedor
Product find-my-way
Published Jul 28, 2026
Stay Ahead of the Next One

Get instant alerts for delvedor find-my-way

Be the first to know when new high vulnerabilities affecting delvedor find-my-way are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

delvedor / find-my-way
< 9.7.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/delvedor/find-my-way/security/advisories/GHSA-c96f-x56v-gq3h