CVE-2026-15074
- EPSS 0.45%
- Veröffentlicht 23.07.2026 03:01:47
- Zuletzt bearbeitet 28.07.2026 17:02:14
@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...
CVE-2026-7120
- EPSS 0.22%
- Veröffentlicht 23.07.2026 02:48:35
- Zuletzt bearbeitet 28.07.2026 17:05:24
@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 allowe...
CVE-2026-6410
- EPSS 0.51%
- Veröffentlicht 16.04.2026 13:29:08
- Zuletzt bearbeitet 23.04.2026 19:31:39
@fastify/static versions 8.0.0 through 9.1.0 allow path traversal when directory listing is enabled via the list option. The dirList.path() function resolves directories outside the configured static root using path.join() without a containment check...
CVE-2026-6414
- EPSS 0.41%
- Veröffentlicht 16.04.2026 13:16:52
- Zuletzt bearbeitet 23.04.2026 19:41:18
@fastify/static versions 8.0.0 through 9.1.0 decode percent-encoded path separators (%2F) before filesystem resolution, while Fastify's router treats them as literal characters. This mismatch allows attackers to bypass route-based middleware or guard...
CVE-2021-22963
- EPSS 1.17%
- Veröffentlicht 14.10.2021 15:15:08
- Zuletzt bearbeitet 21.11.2024 05:51:01
A redirect vulnerability in the fastify-static module version < 4.2.4 allows remote attackers to redirect users to arbitrary websites via a double slash // followed by a domain: http://localhost:3000//google.com/%2e%2e.The issue shows up on all the f...
CVE-2021-22964
- EPSS 1.02%
- Veröffentlicht 14.10.2021 15:15:08
- Zuletzt bearbeitet 21.11.2024 05:51:01
A redirect vulnerability in the `fastify-static` module version >= 4.2.4 and < 4.4.1 allows remote attackers to redirect Mozilla Firefox users to arbitrary websites via a double slash `//` followed by a domain: `http://localhost:3000//a//youtube.com/...