The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade @hono/node-server
to version 1.4.1 or higher.
@hono/node-server is a Node.js Adapter for Hono
Affected versions of this package are vulnerable to Path Traversal via the serveStatic
function. An attacker can access restricted directories on the server by crafting a URL that includes directory traversal characters such as "..".
Note: Modern web browsers and a latest curl command resolve double dots on the client side, so it does not affect you if the user uses them. However, problems may occur if accessed by a client that does not resolve them.