CVE-2026-54917
Last modified
CVE-2026-54917 is a critical-severity vulnerability rated 10/10 on the CVSS scale. SeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables. Prior to 4.30, the S3 API gateway and the Iceberg REST catalog gateway construct their routers with mux.NewRouter().SkipClean(true). EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
SeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables. Prior to 4.30, the S3 API gateway and the Iceberg REST catalog gateway construct their routers with mux.NewRouter().SkipClean(true). With path cleaning disabled, a .. segment inside the URL survives routing, so a request such as `GET /bucket-A/../evil-bucket/key`, is matched as bucket=bucket-A, object=../evil-bucket/key. The captured object key is then joined into a filer path with util.JoinPath (S3) / path.Join (Iceberg), which collapse the .. server-side, so the actual read or write lands in evil-bucket. This vulnerability is fixed in 4.30.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Seaweedfs | Seaweedfs | < 4.30 |
References
- https://github.com/seaweedfs/seaweedfs/pull/9687Issue Tracking, Mitigation
- https://github.com/seaweedfs/seaweedfs/security/advisories/GHSA-w62w-66v9-vvgvExploit, Patch, Vendor Advisory
- https://github.com/seaweedfs/seaweedfs/security/advisories/GHSA-w62w-66v9-vvgvExploit, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-54917?
How severe is CVE-2026-54917?
How do I fix CVE-2026-54917?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54906concurrent-ruby is a modern concurrency tools for Ruby. Prio…9.8
- CVE-2026-54908Pion DTLS is a Go implementation of Datagram Transport Layer…6.3
- CVE-2026-54909pion/stun is a Go implementation of STUN. Prior to 3.1.3, XO…5.3
- CVE-2026-5491DriveLock Directory Traversal Information Disclosure Vulnera…7.5
- CVE-2026-54910FileBrowser Quantum is a free, self-hosted, web-based file m…7.7
- CVE-2026-54911UltraJSON is a fast JSON encoder and decoder written in pure…6.5
- CVE-2026-54919cpp-httplib is a C++11 single-file header-only cross platfor…7.4
- CVE-2026-5492DriveLock Directory Traversal Information Disclosure Vulnera…6.5
- CVE-2026-5493Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bou…7.8
- CVE-2026-5494Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bou…7.8
- CVE-2026-5495Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bou…7.8
- CVE-2026-5496Labcenter Electronics Proteus PDSPRJ File Parsing Type Confu…7.8
Are you affected by CVE-2026-54917?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
