CVE-2026-47219

Source
https://cve.org/CVERecord?id=CVE-2026-47219
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-47219.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-47219
Aliases
Published
2026-07-28T22:14:31.279Z
Modified
2026-07-30T03:52:34.592553764Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
find-my-way is Vulnerable to DDoS with HTTP2
Details

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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/47xxx/CVE-2026-47219.json",
    "cwe_ids": [
        "CWE-20",
        "CWE-248"
    ]
}
References

Affected packages

Git / github.com/delvedor/find-my-way

Affected ranges

Type
GIT
Repo
https://github.com/delvedor/find-my-way
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "9.7.0"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

5.*
5.4.0
v0.*
v0.1.0
v0.2.0
v0.2.1
v0.2.2
v0.2.3
v0.2.4
v1.*
v1.0.0
v1.0.1
v1.1.0
v1.10.0
v1.10.1
v1.10.2
v1.10.3
v1.10.4
v1.12.0
v1.13.0
v1.14.0
v1.14.1
v1.15.0
v1.15.1
v1.15.2
v1.15.3
v1.15.4
v1.16.0
v1.17.0
v1.17.1
v1.18.0
v1.18.1
v1.2.0
v1.2.1
v1.3.0
v1.3.1
v1.4.0
v1.4.1
v1.5.0
v1.6.0
v1.6.1
v1.6.2
v1.7.0
v1.7.1
v1.8.0
v1.8.1
v1.8.2
v1.9.0
v1.9.1
v2.*
v2.0.0
v2.0.1
v2.1.0
v2.1.1
v2.1.2
v2.2.0
v2.2.1
v2.2.2
v3.*
v3.0.0
v3.0.1
v3.0.2
v3.0.3
v3.0.4
v3.0.5
v4.*
v4.0.0
v4.1.0
v4.2.0
v4.3.0
v4.3.1
v4.3.2
v4.3.3
v4.4.0
v5.*
v5.0.0
v5.1.0
v5.1.1
v5.2.0
v5.3.0
v5.4.1
v5.5.0
v5.5.1
v5.6.0
v6.*
v6.0.0
v6.1.0
v6.2.0
v6.3.0
v6.4.0
v7.*
v7.0.0
v7.0.1
v7.1.0
v7.2.0
v7.2.1
v7.3.0
v7.3.1
v7.4.0
v7.5.0
v7.6.0
v7.6.1
v7.6.2
v7.7.0
v8.*
v8.0.0
v8.1.0
v8.2.0
v9.*
v9.0.0
v9.0.1
v9.1.0
v9.3.0
v9.4.0
v9.5.0
v9.6.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-47219.json"