๐Ÿ” CVE Alert

CVE-2026-15074

HIGH 7.5

@fastify/static vulnerable to route guard bypass via path traversal

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

@fastify/static up to and including version 10.1.0 fails to reject dot-dot path segments in request pathnames before the file-resolution stage. This is a bypass of the earlier fix for CVE-2026-6414, which only covered encoded forward slashes. Because the underlying send library normalizes dot segments before applying its own path-traversal guard, an unauthenticated attacker can bypass any route-scoped middleware and read files inside the static root that live under the guarded URL prefix. The bypass does not allow access outside the configured static root by itself, it defeats route-guard filtering only. The issue is patched in @fastify/static 10.1.1.

CWE CWE-22
Vendor @fastify/static
Product @fastify/static
Published Jul 23, 2026
Stay Ahead of the Next One

Get instant alerts for @fastify/static @fastify/static

Be the first to know when new high vulnerabilities affecting @fastify/static @fastify/static are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

@fastify/static / @fastify/static
0 < 10.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/fastify-static/security/advisories/GHSA-83w8-p2f5-377r cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” imssm99 mcollina UlisesGascon