Bug 2508254 (CVE-2026-47219) - CVE-2026-47219 find-my-way: find-my-way: Denial of Service vulnerability in HTTP/2 server
Summary: CVE-2026-47219 find-my-way: find-my-way: Denial of Service vulnerability in H...
Keywords:
Status: NEW
Alias: CVE-2026-47219
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-28 23:01 UTC by OSIDB Bzimport
Modified: 2026-08-25 21:27 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-28 23:01:32 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.