CVE Catalog

CVE-2026-7120

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

14th percentile - higher than 14% of all known CVEs

Summary

In @fastify/static before version 10.1.2, the allowedPath callback is evaluated before normalizing dot segments and duplicate path separators. An unauthenticated attacker can bypass allowedPath restrictions by requesting non-canonical paths, allowing files intended to be denied to be served.

Risk Assessment

An attacker can access static files that should be protected by allowedPath rules, potentially disclosing sensitive data.

Recommendation

Update @fastify/static to version 10.1.2 or later.

Other vulnerabilities in @fastify/static

See all
Original NVD description (English source)

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

Vulnerability data from NVD (NIST) · CISA KEV · EPSS