CVE-2026-58372 Details
Description
SeaweedFS before 4.34 contains a path traversal vulnerability in the S3 gateway DeleteMultipleObjectsHandler that allows authenticated S3 principals with write access to a single bucket to delete arbitrary objects in other tenants' buckets by supplying object keys containing ../ sequences in the DeleteObjects XML request body. Attackers can bypass authorization controls through a confused deputy condition, as the validateRequestPath middleware only inspects URL-captured path variables and never examines request-body keys, allowing the filer path to collapse directory traversal sequences and resolve deletions outside the authorized bucket.
A path traversal vulnerability has been identified in SeaweedFS versions prior to 4.34, specifically within the S3 gateway's DeleteMultipleObjectsHandler. This vulnerability allows authenticated S3 principals with write access to a single bucket to delete arbitrary objects in other tenants' buckets. The issue arises from the handling of object keys in the DeleteObjects XML request body, which can be manipulated to include ../ sequences, bypassing authorization controls and causing unauthorized deletions.
Users can upgrade to SeaweedFS version 4.30 or later, where this vulnerability has been fixed. Instructions for downloading the latest version can be found in the SeaweedFS release notes.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 30, 2026CISA-ADP
Assessed Jun 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/seaweedfs/seaweedfs/security/advisories/GHSA-w62w-66v9-vvgv | CISA-ADP | AdvisoryBundleExploitRemedyVendor |
| https://github.com/geo-chen/oss/blob/main/seaweedfs.md | [email protected] | ExploitTechnical Analysis |
| https://github.com/seaweedfs/seaweedfs/commit/0345658ea8e7c6a3948ad190634b00866ec244c9 | [email protected] | Source CodeVendor |
| https://github.com/seaweedfs/seaweedfs/pull/9931 | [email protected] | Source CodeVendor |
| https://github.com/seaweedfs/seaweedfs/releases/tag/4.34 | [email protected] | Release NotesVendor |
| https://github.com/seaweedfs/seaweedfs/security/advisories/GHSA-w62w-66v9-vvgv | [email protected] | AdvisoryBundleExploitRemedyVendor |
| https://www.vulncheck.com/advisories/seaweedfs-cross-bucket-object-deletion-via-deleteobjects-request-body-keys | [email protected] | AdvisoryBundleRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| SeaweedFS | < 4.30 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 14, 2026 | CVE Modified | [email protected] |
| Jun 30, 2026 | CVE Modified | CISA-ADP |
| Jun 30, 2026 | New CVE Received | [email protected] |
Volerion