fix(deps): update dependency @hono/node-server to ^1.19.14 [security]#2727
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @hono/node-server to ^1.19.14 [security]#2727renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/npm-hono-node-server-vulnerability
branch
from
July 22, 2026 00:08
477bdeb to
fae94b8
Compare
renovate
Bot
force-pushed
the
renovate/npm-hono-node-server-vulnerability
branch
from
July 22, 2026 00:38
fae94b8 to
9158487
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.13.0→^1.19.14^1.8.0→^1.19.14Node.js Adapter for Hono: Path traversal in
serve-staticon Windows via encoded backslash (%5C)GHSA-frvp-7c67-39w9
More information
Details
The same as the
honocore Path traversal inserve-staticon Windows via encoded backslash (%5C).Summary
On Windows hosts, an encoded backslash (
%5C) in the request path decodes to\, which the Windows path resolver treats as a separator.serve-staticthen resolves a single URL segment such asadmin\secret.txtinto a nested file under the root and serves it, letting an attacker read static files meant to be protected behind prefix-mounted middleware. Directory escape (..) remains blocked.Details
The router splits paths only on
/, so/admin%5Csecret.txtis one segment and middleware on/admin/*does not run. Theserve-staticguard rejects./..and consecutive separators but lets a lone\through; on Windows the file resolver re-splits it into the protected subtree.This affects Windows hosts serving static files via the Node, Bun, or Deno adapters that guard a static subtree with prefix-mounted middleware.
Impact
An unauthenticated attacker can read static files under a middleware-guarded prefix on Windows hosts. The read stays within the configured root; escape outside the root is not possible.
Severity
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
honojs/node-server (@hono/node-server)
v1.19.14Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.13...v1.19.14
v1.19.13Compare Source
Security Fix
Fixed an issue in Serve Static Middleware where inconsistent handling of repeated slashes (
//) between the router and static file resolution could allow middleware to be bypassed. Users of Serve Static Middleware are encouraged to upgrade to this version.See GHSA-92pp-h63x-v22m for details.
v1.19.12Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.11...v1.19.12
v1.19.11Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.10...v1.19.11
v1.19.10Compare Source
Security Fix
Fixed an authorization bypass in Serve Static Middleware caused by inconsistent URL decoding (
%2Fhandling) between the router and static file resolution. Users of Serve Static Middleware are encouraged to upgrade to this version.See GHSA-wc8c-qw6v-h7f6 for details.
v1.19.9Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.8...v1.19.9
v1.19.8Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.7...v1.19.8
v1.19.7Compare Source
What's Changed
configVersionto bun.lock by @yusukebe in #291New Contributors
Full Changelog: honojs/node-server@v1.19.6...v1.19.7
v1.19.6Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.5...v1.19.6
v1.19.5Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.4...v1.19.5
v1.19.4Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.3...v1.19.4
v1.19.3Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.2...v1.19.3
v1.19.2Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.1...v1.19.2
v1.19.1Compare Source
What's Changed
packageManagerfield inpackage.jsonby @yusukebe in #275Full Changelog: honojs/node-server@v1.19.0...v1.19.1
v1.19.0Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.18.2...v1.19.0
v1.18.2Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.18.1...v1.18.2
v1.18.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.18.0...v1.18.1
v1.18.0Compare Source
What's Changed
res.bodyby @usualoma in #262v24for CI by @yusukebe in #263Full Changelog: honojs/node-server@v1.17.1...v1.18.0
v1.17.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.17.0...v1.17.1
v1.17.0Compare Source
What's Changed
server_socket.test.tstoserver-socket.test.tsby @yusukebe in #256Full Changelog: honojs/node-server@v1.16.0...v1.17.0
v1.16.0Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.15.0...v1.16.0
v1.15.0Compare Source
What's Changed
rewriteRequestPathby @yusukebe in #247Full Changelog: honojs/node-server@v1.14.4...v1.15.0
v1.14.4Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.14.3...v1.14.4
v1.14.3Compare Source
What's Changed
RequestErrorname properly by @yusukebe in #243Full Changelog: honojs/node-server@v1.14.2...v1.14.3
v1.14.2Compare Source
What's Changed
headers,status, andok, and then drop thegetInternalBodyfunction. by @usualoma in #242Full Changelog: honojs/node-server@v1.14.1...v1.14.2
v1.14.1Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.14.0...v1.14.1
v1.14.0Compare Source
What's Changed
responseViaCacheby @yusukebe in #234New Contributors
Full Changelog: honojs/node-server@v1.13.8...v1.14.0
v1.13.8Compare Source
What's Changed
incoming.rawBodyif available by @usualoma in #223New Contributors
Full Changelog: honojs/node-server@v1.13.7...v1.13.8
v1.13.7Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.6...v1.13.7
v1.13.6Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.5...v1.13.6
v1.13.5Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.4...v1.13.5
v1.13.4Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.3...v1.13.4
v1.13.3Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.2...v1.13.3
v1.13.2Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.1...v1.13.2
v1.13.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.0...v1.13.1
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.