Lucene search
+L

375 matches found

Cvelist
Cvelist
added 2026/03/04 10:9 p.m.29 views

CVE-2026-29045 Hono: Arbitrary file access via serveStatic vulnerability

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using serveStatic together with route-based middleware protections e.g. app.use'/admin/', ..., inconsistent URL decoding allowed protected static resources to be accessed without...

7.5CVSS0.00501EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/03/04 8:5 p.m.5 views

Improper Handling of URL Encoding (Hex Encoding)

Overview @hono/node-server is a Node.js Adapter for Hono Affected versions of this package are vulnerable to Improper Handling of URL Encoding Hex Encoding via inconsistent URL decoding between the serveStatic process and route-based middleware protections. An attacker can access protected static...

7.5CVSS5.8AI score0.00327EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/03/04 8:5 p.m.22 views

@hono/node-server has authorization bypass for protected static paths via encoded slashes in Serve Static Middleware

Summary When using @hono/node-server's static file serving together with route-based middleware protections e.g. protecting /admin/, inconsistent URL decoding can allow protected static resources to be accessed without authorization. In particular, paths containing encoded slashes %2F may be...

7.5CVSS6AI score0.00327EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/03/04 8:5 p.m.3 views

GHSA-WC8C-QW6V-H7F6 @hono/node-server has authorization bypass for protected static paths via encoded slashes in Serve Static Middleware

Summary When using @hono/node-server's static file serving together with route-based middleware protections e.g. protecting /admin/, inconsistent URL decoding can allow protected static resources to be accessed without authorization. In particular, paths containing encoded slashes %2F may be...

7.5CVSS6AI score0.00327EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/03/04 7:48 p.m.13 views

Hono vulnerable to arbitrary file access via serveStatic vulnerability

Summary When using serveStatic together with route-based middleware protections e.g. app.use'/admin/', ..., inconsistent URL decoding allowed protected static resources to be accessed without authorization. The router used decodeURI, while serveStatic used decodeURIComponent. This mismatch allowe...

9.8CVSS6AI score0.00501EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/03/04 7:48 p.m.14 views

GHSA-Q5QW-H33P-QVWR Hono vulnerable to arbitrary file access via serveStatic vulnerability

Summary When using serveStatic together with route-based middleware protections e.g. app.use'/admin/', ..., inconsistent URL decoding allowed protected static resources to be accessed without authorization. The router used decodeURI, while serveStatic used decodeURIComponent. This mismatch allowe...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/03/04 12:0 a.m.19 views

Hono 安全漏洞

Hono is a web framework written in TypeScript for the Hono community. Versions of Hono prior to 4.12.4 contained security vulnerabilities. These vulnerabilities stemmed from inconsistent URL decoding when using serveStatic and routing-based middleware protections. This allowed paths containing...

9.8CVSS5.8AI score0.00501EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/03/04 12:0 a.m.10 views

PT-2026-23075

Name of the Vulnerable Software and Affected Versions Hono versions prior to 4.12.4 Description Hono is a Web application framework supporting various JavaScript runtimes. An inconsistency in URL decoding between the router decodeURI and serveStatic decodeURIComponent allowed protected static...

9.8CVSS5.9AI score0.00501EPSS
SaveExploits0References176
OSV
OSV
added 2026/03/02 8:14 p.m.6 views

GHSA-43GX-6GV6-3JCP Products.isurlinportal has possible open redirect when using more than 2 forward slashes

Impact A url /login?camefrom=////evil.example may redirect to an external website after login. Standard Plone is not affected, but if you have customised the login, for example with add-ons, you might be affected. You can try the url to check if you are affected or not. Patches The problem has be...

5.3CVSS5.8AI score0.00227EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/03/02 8:14 p.m.4 views

Open Redirect

Overview Products.isurlinportal is a replacement for isURLInPortal method in Plone. Affected versions of this package are vulnerable to Open Redirect via the login form. An attacker can cause users to be redirected to an external website by crafting a URL with more than two forward slashes in the...

8CVSS5.7AI score0.00227EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/02/28 2:47 a.m.10 views

EUVD-2026-9049

@fastify/middie has Improper Path Normalization when Using Path-Scoped Middleware...

8.2CVSS5.9AI score0.0039EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/02/27 9:24 p.m.5 views

Interpretation Conflict

Overview @fastify/middie is a Middleware engine for Fastify Affected versions of this package are vulnerable to Interpretation Conflict via the middleware matching engine when router options like ignoreDuplicateSlashes, useSemicolonDelimiter, or other trailing-slash normalization are enabled. An...

9.1CVSS6AI score0.0039EPSS
SaveExploits0References2
NVD
NVD
added 2026/02/27 7:16 p.m.11 views

CVE-2026-2880

A vulnerability in @fastify/middie versions 9.2.0 can result in authentication/authorization bypass when using path-scoped middleware for example, app.use'/secret', auth. When Fastify router normalization options are enabled such as ignoreDuplicateSlashes, useSemicolonDelimiter, and related...

9.1CVSS0.0039EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/02/27 6:25 p.m.3 views

CVE-2026-2880 @fastify/middie has an improper path normalization vulnerability

A vulnerability in @fastify/middie versions 9.2.0 can result in authentication/authorization bypass when using path-scoped middleware for example, app.use'/secret', auth. When Fastify router normalization options are enabled such as ignoreDuplicateSlashes, useSemicolonDelimiter, and related...

8.2CVSS5.9AI score0.0039EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/27 6:25 p.m.9 views

CVE-2026-2880 @fastify/middie has an improper path normalization vulnerability

A vulnerability in @fastify/middie versions 9.2.0 can result in authentication/authorization bypass when using path-scoped middleware for example, app.use'/secret', auth. When Fastify router normalization options are enabled such as ignoreDuplicateSlashes, useSemicolonDelimiter, and related...

8.2CVSS5.9AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/02/25 10:58 a.m.8 views

CVE-2025-11563

A flaw was found in wcurl. This vulnerability allows a remote attacker to manipulate the location where output files are saved. By crafting a malicious URL with percent-encoded slashes, the attacker can trick the wcurl command-line tool into writing files outside of the intended directory. This...

6.5CVSS5.6AI score0.00302EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/02/25 9:30 a.m.11 views

EUVD-2025-208109

URLs containing percent-encoded slashes / or \ can trick wcurl into saving the output file outside of the current directory without the user explicitly asking for it. This flaw only affects the wcurl command line tool...

4.6CVSS5.4AI score0.00302EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/02/25 9:17 a.m.7 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the handling of URLs containing percent-encoded slashes in the UNSAFEPERCENTENCODE parameter in wcurl wrapper. An attacker can cause files to be saved outside of the intended directory by supplying specially...

6.5CVSS6.5AI score0.00302EPSS
SaveExploits0References2
NVD
NVD
added 2026/02/25 8:16 a.m.13 views

CVE-2025-11563

URLs containing percent-encoded slashes / or \ can trick wcurl into saving the output file outside of the current directory without the user explicitly asking for it. This flaw only affects the wcurl command line tool...

4.6CVSS0.00302EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/25 8:16 a.m.9 views

UBUNTU-CVE-2025-11563

URLs containing percent-encoded slashes / or \ can trick wcurl into saving the output file outside of the current directory without the user explicitly asking for it. This flaw only affects the wcurl command line tool...

4.6CVSS5.8AI score0.00302EPSS
SaveExploits0References4
Rows per page
Query Builder