Lucene search
+L

35 matches found

RedhatCVE
RedhatCVE
added 2026/08/19 6:25 p.m.12 views

CVE-2026-47219

A flaw was found in find-my-way, a routing module for Node.js. A remote attacker could exploit this vulnerability when find-my-way is used with Node's HTTP/2 server. By sending specially crafted HTTP/2 method values, an attacker can cause the application to crash, leading to a Denial of Service...

7.5CVSS5.5AI score0.00263EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/04 2:52 p.m.11 views

CLSA-2026-1785291246 TuxCare security update for find-my-way (2 CVEs)

TuxCare rebuilt find-my-way to address 2 CVEs. Fixed in 9.6.0-tuxcare.1...

7.5CVSS6.7AI score0.02416EPSS
SaveExploits0
NVD
NVD
added 2026/07/28 11:17 p.m.21 views

CVE-2026-47219

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...

7.5CVSS0.00263EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/28 10:14 p.m.44 views

CVE-2026-47219 find-my-way is Vulnerable to DDoS with HTTP2

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...

7.5CVSS0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/28 10:14 p.m.11 views

CVE-2026-47219 find-my-way is Vulnerable to DDoS with HTTP2

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...

7.5CVSS5.8AI score
SaveExploits0References3
EUVD
EUVD
added 2026/07/28 10:14 p.m.16 views

EUVD-2026-50084

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...

7.5CVSS5.8AI score0.00263EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/28 10:14 p.m.9 views

CVE-2026-47219

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...

7.5CVSS5.8AI score0.00263EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/28 10:14 p.m.144 views

CVE-2026-47219

CVE-2026-47219 : The vulnerability affects the find-my-way HTTP router. Versions before 9.7.0 are susceptible to remotely triggerable DoS when used with Node's HTTP/2 server. The issue arises because lookup() passes req.method to find(), and find() indexes this.trees[method]. Since this.trees is ...

7.5CVSS5.8AI score0.00263EPSS
SaveExploits0References1
vulnersOsv
vulnersOsv
added 2026/07/23 7:33 p.m.12 views

@depup/prisma (7.9.0-depup.0), @depup/prisma__dev (0.24.14-depup.40) +22 more potentially affected by CVE-2026-47219 via find-my-way (>=9.3.0, <=9.6.0)

find-my-way NPM version =9.3.0, =1.0.3-alpha.0b30e6d.0, =11.1.11, =7.8.0-lossless.12, =0.1.4, =0.2.2, =1.10.0, =11.1.0, =0.7.0, =0.8.0 and more Source cves: CVE-2026-47219 Source advisory: SNYK:JS-FINDMYWAY-18313040...

7.5CVSS5.3AI score0.00263EPSS
SaveExploits0
Patchstack
Patchstack
added 2026/07/23 7:33 p.m.10 views

NPM: find-my-way: DDoS with HTTP2

NPM: find-my-way: DDoS with HTTP2 vulnerability discovered by ? in WordPress Npm find-my-way versions = 9.6.0...

7.5CVSS5.3AI score0.00263EPSS
SaveExploits0References5Affected Software1
vulnersOsv
vulnersOsv
added 2026/07/23 7:33 p.m.11 views

@depup/prisma (7.9.0-depup.0), @depup/prisma__dev (0.24.14-depup.40) +22 more potentially affected by CVE-2026-47219 via find-my-way (>=9.3.0, <=9.6.0)

find-my-way NPM version =9.3.0, =1.0.3-alpha.0b30e6d.0, =11.1.11, =7.8.0-lossless.12, =0.1.4, =0.2.2, =1.10.0, =11.1.0, =0.7.0, =0.8.0 and more Source cves: CVE-2026-47219 Source advisory: OSV:GHSA-C96F-X56V-GQ3H...

7.5CVSS5.3AI score0.00263EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/07/23 7:33 p.m.14 views

find-my-way: DDoS with HTTP2

Impact 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.treesmethod. Since this.trees is a normal object, HTTP/2 method values like constructor, toString, or proto can resolve...

7.5CVSS5.5AI score0.00263EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/23 7:33 p.m.17 views

GHSA-C96F-X56V-GQ3H find-my-way: DDoS with HTTP2

Impact 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.treesmethod. Since this.trees is a normal object, HTTP/2 method values like constructor, toString, or proto can resolve...

7.5CVSS5.6AI score0.00263EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/23 12:00 a.m.29 views

PT-2026-64211

Name of the Vulnerable Software and Affected Versions find-my-way versions prior to 9.7.0 Description A remotely triggerable Denial of Service DoS exists when the software is used with Node's HTTP/2 server. The lookup function passes the req.method variable into the find function, which then...

7.5CVSS5.9AI score0.00263EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.22 views

EUVD-2020-1460

Malware in sbrugna...

7.5CVSS7.7AI score0.01726EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/10/04 12:00 a.m.16 views

The vulnerability of the HTTP router Find my Way, related to the use of a regular expression c with inefficient computational complexity, allows a hacker to trigger a Denial-of-Service attack (ReDos).

The vulnerability of the HTTP router Find my Way is related to the use of a regular expression with inefficient computational complexity. Exploiting this vulnerability can allow a remote attacker to trigger a denial-of-service attack ReDos...

5.3CVSS7.2AI score0.00675EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2024/09/18 6:47 p.m.23 views

CVE-2024-45813

A regular expression denial of service ReDoS flaw was found in find-my-way. A bad regular expression is generated any time one has two parameters within a single segment, when adding a - at the end, such as /:a-:b-. This issue may cause a denial of service in some instances. Mitigation Mitigation...

7.5CVSS6.6AI score0.00675EPSS
SaveExploits0References6
CVE
CVE
added 2024/09/18 4:47 p.m.103 views

CVE-2024-45813

CVE-2024-45813 affects the find-my-way HTTP router. A bad regular expression is generated when two parameters exist within a single segment, notably with a trailing dash (e.g., ":/a-:b-"). This can lead to a Denial of Service in some cases. Affected versions require upgrade to find-my-way v8.2.2 ...

5.3CVSS6.9AI score0.00675EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/18 4:47 p.m.24 views

CVE-2024-45813 ReDoS vulnerability in multiparametric routes in find-my-way

find-my-way is a fast, open source HTTP router, internally using a Radix Tree aka compact Prefix Tree, supports route params, wildcards, and it's framework independent. A bad regular expression is generated any time one has two parameters within a single segment, when adding a - at the end, like...

5.3CVSS6.8AI score0.00675EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/18 4:47 p.m.60 views

CVE-2024-45813 ReDoS vulnerability in multiparametric routes in find-my-way

find-my-way is a fast, open source HTTP router, internally using a Radix Tree aka compact Prefix Tree, supports route params, wildcards, and it's framework independent. A bad regular expression is generated any time one has two parameters within a single segment, when adding a - at the end, like...

5.3CVSS0.00675EPSS
SaveExploits0References3
Rows per page
Query Builder