CVE-2026-6414
MEDIUM5.9EPSS 0.02%@fastify/static vulnerable to route guard bypass via encoded path separators
發布日:2026/4/16修改日:2026/4/16
描述
### Impact `@fastify/static` v9.1.0 and earlier decodes percent-encoded path separators (`%2F`) before filesystem resolution, but Fastify's router treats them as literal characters. This creates a routing mismatch: route guards on `/admin/*` do not match `/admin%2Fsecret.html`, but @fastify/static decodes it to `/admin/secret.html` and serves the file. Applications that rely on route-based middleware or guards to protect files served by @fastify/static can be bypassed with encoded path separators. ### Patches Upgrade to `@fastify/static` >= 9.1.1. ### Workarounds None. Upgrade to the patched version.
受影響套件(1)
- npm/@fastify/static>= 8.0.0, < 9.1.1
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM5.9 | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N |
參考連結(6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-6414
- PATCHhttps://github.com/fastify/fastify-static
- WEBhttps://cna.openjsf.org/security-advisories.html
- WEBhttps://github.com/fastify/fastify-static/security/advisories/GHSA-x428-ghpx-8j92
- WEBhttps://github.com/fastify/middie/security/advisories/GHSA-cxrg-g7r8-w69p
- WEBhttps://github.com/honojs/hono/security/advisories/GHSA-q5qw-h33p-qvwr