Skip to content

chore(deps): update dependency @hono/node-server to v1.19.13 [security] - #191

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/npm-hono-node-server-vulnerability
Apr 8, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/npm-hono-node-server-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@hono/node-server 1.19.121.19.13 age confidence

GitHub Vulnerability Alerts

CVE-2026-39406

Summary

A path handling inconsistency in serveStatic allows protected static files to be accessed by using repeated slashes (//) in the request path.

When route-based middleware (e.g., /admin/*) is used for authorization, the router may not match paths containing repeated slashes, while serveStatic resolves them as normalized paths. This can lead to a middleware bypass.

Details

The routing layer and serveStatic handle repeated slashes differently.

For example:

  • /admin/secret.txt => matches /admin/*
  • //admin/secret.txt => may not match /admin/*

This inconsistency allows a request such as:

GET //admin/secret.txt

to bypass middleware registered on /admin/* and access protected files.

Impact

An attacker can access static files that are intended to be protected by route-based middleware by using repeated slashes in the request path.

This can lead to unauthorized access to sensitive files under the static root.

This issue affects applications that rely on serveStatic together with route-based middleware for access control.


Release Notes

honojs/node-server (@​hono/node-server)

v1.19.13

Compare Source


Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) April 8, 2026 05:18
@renovate
renovate Bot force-pushed the renovate/npm-hono-node-server-vulnerability branch from d5938a0 to 7f6fc7b Compare April 8, 2026 06:50
@renovate
renovate Bot merged commit 5bf6fe4 into main Apr 8, 2026
3 checks passed
@renovate
renovate Bot deleted the renovate/npm-hono-node-server-vulnerability branch April 8, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant