CVE-2026-47219
Last modified
CVE-2026-47219 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.46% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| delvedor | find-my-way | < 9.7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-47219?
How severe is CVE-2026-47219?
How do I fix CVE-2026-47219?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-47210vm2 is an open source vm/sandbox for Node.js. Prior to versi…9.8
- CVE-2026-47211Ouroboros is a local-first runtime for AI coding agents that…8.4
- CVE-2026-47212Symfony is a PHP framework for web and console applications …5.3
- CVE-2026-47213Boxlite is a sandbox service that allows users to create lig…6.5
- CVE-2026-47214Docling simplifies document processing by parsing diverse fo…7.1
- CVE-2026-47216Typesense is a fast, typo-tolerant search engine. Prior to v…8.7
- CVE-2026-4722Privilege escalation in the IPC component. This vulnerabilit…8.8
- CVE-2026-47220Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-47221Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-47222NanaZip is the 7-Zip derivative intended for the modern Wind…5.4
- CVE-2026-47223NanaZip is the 7-Zip derivative intended for the modern Wind…5.4
- CVE-2026-47224NanaZip is the 7-Zip derivative intended for the modern Wind…4.3
Are you affected by CVE-2026-47219?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
