Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @fastify/static
  4. ›
  5. CVE-2026-6414

CVE-2026-6414: @fastify/static vulnerable to route guard bypass via encoded path separators

April 16, 2026

@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.

References

  • cna.openjsf.org/security-advisories.html
  • github.com/advisories/GHSA-x428-ghpx-8j92
  • github.com/fastify/fastify-static
  • github.com/fastify/fastify-static/security/advisories/GHSA-x428-ghpx-8j92
  • github.com/fastify/middie/security/advisories/GHSA-cxrg-g7r8-w69p
  • github.com/honojs/hono/security/advisories/GHSA-q5qw-h33p-qvwr
  • nvd.nist.gov/vuln/detail/CVE-2026-6414

Code Behaviors & Features

Detect and mitigate CVE-2026-6414 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 8.0.0 before 9.1.1

Fixed versions

  • 9.1.1

Solution

Upgrade to version 9.1.1 or above.

Impact 5.9 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-177: Improper Handling of URL Encoding (Hex Encoding)

Source file

npm/@fastify/static/CVE-2026-6414.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 18 Apr 2026 00:17:27 +0000.