๐Ÿ” CVE Alert

CVE-2026-18427

HIGH 7.5

@fastify/static vulnerable to route guard bypass via non-canonical path segments

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

@fastify/static before version 10.1.3 contains an incomplete fix for a previous route guard bypass. The static file handler rejected only parent directory segments, but it did not canonicalize dot segments, duplicate slashes, encoded dots, or backslashes before route matching and before delegating to the send layer. As a result, an unauthenticated attacker could request a file protected by a route based guard using a non canonical path form that misses the guarded route yet resolves back onto the protected file, disclosing its contents. Applications that protect a subtree of the static root with a route based guard are affected, while applications relying on the allowedPath option are not. This is fixed in @fastify/static 10.1.3, which canonicalizes the pathname, including rejecting backslashes, on the path used for routing and serving.

CWE CWE-22 CWE-436
Vendor @fastify/static
Product @fastify/static
Published Aug 6, 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.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/fastify/fastify-static/security/advisories/GHSA-423g-23ch-w7c6 cna.openjsf.org: https://cna.openjsf.org/security-advisories.html

Credits

๐Ÿ” alimony mcollina UlisesGascon