Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-58372 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')[email protected]

Affected Products

ProductVersions
SeaweedFS
< 4.30

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 4.30moderate effort
  • Mitigation:moderate effort

    Place a reverse proxy in front of the SeaweedFS gateway that normalizes the request path and rejects requests whose path contains `..`, `%2e%2e`, or backslash sequences.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-58372
NVD Published Date:
Jun 30, 2026
NVD Last Modified:
Jul 14, 2026
Source:
[email protected]
CVE-2026-58372 Details - Not Deferred