Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/seaweedfs/seaweedfs
  4. ›
  5. CVE-2026-72920

CVE-2026-72920: SeaweedFS: Unauthenticated filer IAM gRPC service grants S3 administrative control

September 2, 2026

The filer registered the IAM gRPC service (SeaweedIdentityAccessManagement) with no authentication. Any client able to reach the filer gRPC port could invoke IAM RPCs — CreateUser, CreateAccessKey, PutUserPolicy, and related calls — to mint credentials and grant itself S3 administrative privileges. This fully compromises the confidentiality, integrity, and availability of stored objects.

No credentials are required, and enabling the documented JWT signing keys does not close it: the IAM gRPC service was not gated by that mechanism. Even under mTLS, the listener-level allowed_commonNames ACL applies to the port rather than to individual RPCs, so any cluster mesh certificate could reach these administrative calls.

References

  • github.com/advisories/GHSA-2v6v-25fm-p4fg
  • github.com/seaweedfs/seaweedfs/commit/5e8f99f40a8abc7b449aefd260516443377041c7
  • github.com/seaweedfs/seaweedfs/pull/9442
  • github.com/seaweedfs/seaweedfs/releases/tag/4.24
  • github.com/seaweedfs/seaweedfs/security/advisories/GHSA-2v6v-25fm-p4fg
  • nvd.nist.gov/vuln/detail/CVE-2026-72920

Code Behaviors & Features

Detect and mitigate CVE-2026-72920 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.0.0-20260512171108-5e8f99f40a8a

Fixed versions

  • 0.0.0-20260512171108-5e8f99f40a8a

Solution

Upgrade to version 0.0.0-20260512171108-5e8f99f40a8a or above.

Impact 9.8 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-306: Missing Authentication for Critical Function

Source file

go/github.com/seaweedfs/seaweedfs/CVE-2026-72920.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 10 Sep 2026 00:18:51 +0000.