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

CVE-2026-73080: SeaweedFS: Unauthenticated SSRF with response read-back via VolumeServer.FetchAndWriteNeedle

August 11, 2026

VolumeServer.FetchAndWriteNeedle fetches a caller-supplied remote endpoint and writes the response into a needle. Before 4.24 this RPC performed no authentication and no validation of the target, so anyone able to reach a volume server’s gRPC port could coerce the server into issuing requests to arbitrary hosts — including loopback, link-local, RFC 1918, and cloud metadata endpoints such as 169.254.169.254 — and read the response back. On cloud deployments this discloses instance metadata and IAM credentials, and can be used to reach otherwise-unexposed internal services (SSRF with response read-back).

The volume server gRPC plane is unauthenticated on a default deployment, so no credentials are required. Configuring the documented JWT signing keys does not close it, because that hardening does not apply to this RPC.

References

  • github.com/advisories/GHSA-87fv-vqqr-m4jr
  • github.com/seaweedfs/seaweedfs/commit/69da20bdaec923e5a43d8aa71bf3c0a2051fc019
  • github.com/seaweedfs/seaweedfs/pull/9441
  • github.com/seaweedfs/seaweedfs/releases/tag/4.24
  • github.com/seaweedfs/seaweedfs/security/advisories/GHSA-87fv-vqqr-m4jr
  • nvd.nist.gov/vuln/detail/CVE-2026-73080

Code Behaviors & Features

Detect and mitigate CVE-2026-73080 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-20260512171120-69da20bdaec9

Fixed versions

  • 0.0.0-20260512171120-69da20bdaec9

Solution

Upgrade to version 0.0.0-20260512171120-69da20bdaec9 or above.

Impact 9.3 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

Page generated Thu, 10 Sep 2026 00:20:03 +0000.