CVE-2026-7120

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

Configuration 1 (hide)

cpe:2.3:a:fastify:fastify-static:*:*:*:*:*:*:*:*

History

28 Jul 2026, 17:05

Type Values Removed Values Added
CPE cpe:2.3:a:fastify:fastify-static:*:*:*:*:*:*:*:*
First Time Fastify
Fastify fastify-static
References () https://cna.openjsf.org/security-advisories.html - () https://cna.openjsf.org/security-advisories.html - Vendor Advisory
References () https://github.com/fastify/fastify-static/security/advisories/GHSA-8pvw-jcv7-9cmj - () https://github.com/fastify/fastify-static/security/advisories/GHSA-8pvw-jcv7-9cmj - Vendor Advisory

23 Jul 2026, 04:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-23 04:16

Updated : 2026-07-28 17:05


NVD link : CVE-2026-7120

Mitre link : CVE-2026-7120

CVE.ORG link : CVE-2026-7120


JSON object : View

Products Affected

fastify

  • fastify-static
CWE
CWE-180

Incorrect Behavior Order: Validate Before Canonicalize