CVE-2026-54917
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedSeaweedFS 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceSeaweedFS prior to 4.30 has a path traversal vulnerability where the S3 API and Iceberg REST catalog gateways use mux.NewRouter().SkipClean(true), disabling URL path cleaning. This allows `..` sequences in URLs like `/bucket-A/../evil-bucket/key` to survive routing, and server-side path joining functions collapse the `..`, enabling unauthorized access to arbitrary buckets.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 4.30CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify SeaweedFS versionRun 'weed version' or check the binary/version file that came with your installationAffected if version is below 4.30 and S3 or Iceberg gateway is in use
-
Confirm S3 API gateway is enabledCheck if port 8333 or 8334 is listening, or inspect configuration for s3.gateway sectionAffected if S3 gateway is exposed and SeaweedFS version is below 4.30
-
Confirm Iceberg REST catalog is enabledInspect configuration for iceberg.gateway or check if port 8088 is responding to Iceberg REST API requestsAffected if Iceberg REST catalog is enabled and SeaweedFS version is below 4.30
-
Review router configuration for SkipCleanIf you have access to source code or configuration, check if SkipClean(true) is set on HTTP routers used by S3 or Iceberg gatewaysAffected if SkipClean is explicitly set to true on S3 or Iceberg HTTP routers
You are affected if you run SeaweedFS version below 4.30 with either the S3 API gateway or Iceberg REST catalog gateway enabled, and requests can reach these services from clients or you host multi-tenant bucket access.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped4.30
Upgrade SeaweedFS to version 4.30 or later, which enables path cleaning in the router configuration.
4.30
- Backup your current SeaweedFS data and configuration files
- Stop the running SeaweedFS instance
- Download SeaweedFS version 4.30 or later from the official GitHub releases (https://github.com/seaweedfs/seaweedfs/releases)
- Replace the existing SeaweedFS binary with the new version
- Restart the SeaweedFS service
- Verify that the S3 API gateway and Iceberg REST catalog gateway are functioning correctly
- Test that path traversal attempts like /bucket-A/../evil-bucket/key are properly rejected
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-54917 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-54917 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data