CVE-2026-7120 PUBLISHED

@fastify/static vulnerable to Authorization Bypass via Non-Canonical URL Paths

Assigner: openjs
Reserved: 26.04.2026 Published: 23.07.2026 Updated: 23.07.2026

@fastify/static evaluates the allowedPath callback before normalizing dot segments and duplicate path separators in the pathname used for file resolution. Versions up to and including 10.1.1 are affected. An unauthenticated attacker can bypass allowedPath restrictions by requesting equivalent non-canonical pathnames, causing files that were intended to be denied to be served anyway. The bypass does not allow access outside the configured static root by itself, it defeats path-based filtering only. The issue is patched in @fastify/static 10.1.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CVSS Score: 5.3

Product Status

Vendor @fastify/static
Product @fastify/static
Versions Default: unaffected
  • affected from 0 to 10.1.2 (excl.)
  • Version 10.1.2 is unaffected

Credits

  • yuki-matsuhashi finder
  • mcollina remediation developer
  • UlisesGascon remediation reviewer

References

Problem Types

  • CWE-180: Incorrect Behavior Order: Validate Before Canonicalize CWE