Lucene search
+L

30 matches found

NVD
NVD
added 5 days ago11 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.00461EPSS
SaveExploits0References1
CVE
CVE
added 5 days ago44 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.00461EPSS
SaveExploits0References1
EUVD
EUVD
added 5 days ago3 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.00461EPSS
SaveExploits0References1
Cvelist
Cvelist
added 5 days ago35 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.00461EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago4 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 score0.00461EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/23 7:33 p.m.7 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.00461EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/23 7:33 p.m.8 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.00461EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2026/07/23 7:33 p.m.6 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.00461EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/23 12:0 a.m.17 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.00461EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.19 views

EUVD-2020-1460

Malware in sbrugna...

7.5CVSS7.7AI score0.01705EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/10/04 12:0 a.m.9 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.00674EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2024/09/18 6:47 p.m.20 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.00674EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/09/18 4:47 p.m.21 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.00674EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/18 4:47 p.m.94 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.00674EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/18 4:47 p.m.52 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.00674EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/18 4:47 p.m.35 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.3CVSS8.5AI score0.00674EPSS
SaveExploits0References5
vulnersOsv
vulnersOsv
added 2024/09/18 3:52 p.m.10 views

@667/restify (=9.0.0-1), @aeppic/install-build-server (>=2.0.0 <=2.44.0) +938 more potentially affected by CVE-2024-45813 via find-my-way (>=5.6.0 <=8.2.0)

find-my-way NPM version =5.6.0, =2.0.0, =3.0.0, =1.0.1, =1.0.0, =2.0.0, =0.0.0-dev.1739244769735, =0.0.0-dev.1739244769735, =2.0.0, =0.0.0-dev.1757040677030, =0.0.0-dev.1739244769735, =0.0.1, =1.6.0, =1.3.1, =3.0.7 and more Source cves: CVE-2024-45813 Source advisory: OSV:GHSA-RRR8-F88R-H8Q6...

5.3CVSS6.5AI score0.00674EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/09/18 3:52 p.m.52 views

find-my-way has a ReDoS vulnerability in multiparametric routes

Impact A bad regular expression is generated any time you have two parameters within a single segment, when adding a - at the end, like /:a-:b-. Patches Update to find-my-way v8.2.2 or v9.0.1. or subsequent versions. Workarounds No known workarounds. References - CVE-2024-45296 - Detailed blog po...

5.3CVSS6.5AI score0.00674EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/09/18 3:52 p.m.51 views

GHSA-RRR8-F88R-H8Q6 find-my-way has a ReDoS vulnerability in multiparametric routes

Impact A bad regular expression is generated any time you have two parameters within a single segment, when adding a - at the end, like /:a-:b-. Patches Update to find-my-way v8.2.2 or v9.0.1. or subsequent versions. Workarounds No known workarounds. References - CVE-2024-45296 - Detailed blog po...

8.7CVSS6.4AI score0.00674EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/09/18 12:0 a.m.8 views

find-my-way 安全漏洞

find-my-way is an NPM codebase from the Delvedor team that provides routing functionality. A security vulnerability exists in find-my-way, which stems from the fact that whenever there are two parameters in a single segment, an incorrect regular expression is generated, which may result in a deni...

5.3CVSS8.4AI score0.00674EPSS
SaveExploits0References4
Rows per page
Query Builder