SeaweedFS: Improper authorization in the S3Tables / Iceberg REST management API lets a low-privileged S3 user enumerate administrator-owned table buckets
Medium4.3CVE-2026-55873 · Published Aug 28, 2026 · updated Sep 2, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| github.com/seaweedfs/seaweedfs Go | >= 0.0.0-20260128085517-09bb90e8dc16, < 0.0.0-20260614205536-b13463880c1f | 0.0.0-20260614205536-b13463880c1f |
Details and references
### Summary SeaweedFS routes requests signed with SigV4 service `s3tables` to the S3Tables management API. Authorization on that path collapsed account-less S3 identities into the shared `admin` account and failed open, so a user holding only ordinary S3 `Read` credentials , and no S3Tables-specific permission , could invoke S3Tables management operations such as `GET /buckets` and enumerate administrator-owned table bucket inventory (names and ARNs). The same handler backs the Iceberg REST catalog, which was affected by the same flaw. ### Impact An authenticated low-privileged S3 user can cross the boundary between ordinary S3 object access and S3Tables management. Confirmed impact is disclosure of administrator-owned table bucket inventory (bucket names and ARNs); in shared or multi-tenant deployments this can reveal tenant naming and operational structure. ### Affected versions SeaweedFS `>= 4.08, < 4.34` (the S3Tables management API was introduced in 4.08). ### Patched versions Fixed in **4.34** (#9961). Administrator status is now decided by the `ACTION_ADMIN` capability rather than by a collapsed `admin` account id, S3Tables authorization no longer defaults to allow, and the tautological ListTableBuckets gate was removed. Related hardening of the same root cause landed in #9962, #9963, and #9971. ### Workaround No configuration workaround , upgrade to 4.34 or later. ### Credit Reported by **TA-MU-TA**.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-863
- Also known as
- BIT-seaweedfs-2026-55873, CVE-2026-55873, GO-2026-6329
- github.com/seaweedfs/seaweedfs/security/advisories/GHSA-hgpf-8634-g44c
- nvd.nist.gov/vuln/detail/CVE-2026-55873
- github.com/seaweedfs/seaweedfs/pull/9961
- github.com/seaweedfs/seaweedfs/commit/b13463880c1fa62e255c058a9228b63cc95b4b36
- github.com/seaweedfs/seaweedfs
- github.com/seaweedfs/seaweedfs/releases/tag/4.34
More seaweedfs advisories
All| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Aug 28 | SeaweedFS: Path traversal in the S3 gateway X-Amz-Copy-Source header allows cross-bucket object read CVE-2026-55874High7.7fixed in 0.0.0-20260612000715-b44cf51fe931 | High7.7 | 0.0.0-20260612000715-b44cf51fe931 |
| Sep 2 | SeaweedFS: Unauthenticated filer IAM gRPC service grants S3 administrative control CVE-2026-72920Critical9.8fixed in 0.0.0-20260512171108-5e8f99f40a8a | Critical9.8 | 0.0.0-20260512171108-5e8f99f40a8a |
| Sep 2 | SeaweedFS: Filer JWT allowed_prefixes literal prefix match allows cross-tenant access to sibling paths CVE-2026-72921High8.1fixed in 0.0.0-20260512171048-05ed5c9ae8a2 | High8.1 | 0.0.0-20260512171048-05ed5c9ae8a2 |
| Aug 12 | SeaweedFS: Path traversal in the S3 and Iceberg REST gateways allows cross-bucket access CVE-2026-54917Highfixed in 0.0.0-20260526080459-dd1b4287899e | High | 0.0.0-20260526080459-dd1b4287899e |
| Aug 11 | SeaweedFS: Unauthenticated SSRF with response read-back via VolumeServer.FetchAndWriteNeedle CVE-2026-73080Critical9.3fixed in 0.0.0-20260512171120-69da20bdaec9 | Critical9.3 | 0.0.0-20260512171120-69da20bdaec9 |
| May 162025 | SeaweedFS Vulnerable to SQL Injection CVE-2024-40120Medium6.5fixed in 0.0.0-20240625155419-9ac102336200 | Medium6.5 | 0.0.0-20240625155419-9ac102336200 |