Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. find-my-way
  4. ›
  5. CVE-2026-47219

CVE-2026-47219: find-my-way: DDoS with HTTP2

July 23, 2026

Remotely triggerable DoS in find-my-way when it is used with Node’s HTTP/2 server.

The short version is that lookup() 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.

References

  • github.com/advisories/GHSA-c96f-x56v-gq3h
  • github.com/delvedor/find-my-way/commit/cfe3fd6168b5ac1594c0820fb83fce251a533fc1
  • github.com/delvedor/find-my-way/pull/434
  • github.com/delvedor/find-my-way/releases/tag/v9.7.0
  • github.com/delvedor/find-my-way/security/advisories/GHSA-c96f-x56v-gq3h
  • nvd.nist.gov/vuln/detail/CVE-2026-47219

Code Behaviors & Features

Detect and mitigate CVE-2026-47219 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 9.7.0

Fixed versions

  • 9.7.0

Solution

Upgrade to version 9.7.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

Source file

npm/find-my-way/CVE-2026-47219.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:18:42 +0000.