CVE-2026-6410
MEDIUM EPSS 39.4%
Published Apr 16, 20262mo ago · Modified Jun 17, 20261w ago
5.3 CVSS 3.1
Published Apr 16, 2026 2mo ago
Last Modified Jun 17, 2026 1w ago
Description
@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. A remote unauthenticated attacker can obtain directory listings for arbitrary directories accessible to the Node.js process, disclosing directory and file names. File contents are not disclosed. Upgrade to @fastify/static 9.1.1 to fix this issue. As a workaround, disable directory listing by removing the list option from the plugin configuration.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity None
Availability None
Threat Intelligence
EPSS Exploit Probability
39.4% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-22 Path Traversal Resource Mgmt
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| fastify | fastify-static | * | ≥8.0.0 – <9.1.1 |
References 2
- cna.openjsf.org https://cna.openjsf.org/security-advisories.html
- github.com https://github.com/fastify/fastify-static/security/advisories/GHSA-pr96-94w5-mx2h
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.