---
id: CVE-2026-73080
title: SeaweedFS is a distributed storage system
summary: >-
  SeaweedFS is a distributed storage system. Prior to 4.24,
  VolumeServer.FetchAndWriteNeedle in weed/server/volume_grpc_remote.go fetches
  a caller-supplied remote endpoint through
  weed/remote_storage/s3/s3_storage_client.go and writes the …
severity: critical
cvss: 9.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N'
cwe:
  - CWE-918
vendor: seaweedfs
product: github.com/seaweedfs/seaweedfs
affected:
  - github.com/seaweedfs/seaweedfs < 0.0.0-20260512171120-69da20bdaec9
patched:
  - github.com/seaweedfs/seaweedfs 0.0.0-20260512171120-69da20bdaec9
published: '2026-08-11'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:46:02.457'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73080'
references:
  - url: >-
      https://github.com/seaweedfs/seaweedfs/commit/69da20bdaec923e5a43d8aa71bf3c0a2051fc019
    label: security-advisories@github.com
  - url: 'https://github.com/seaweedfs/seaweedfs/pull/9441'
    label: security-advisories@github.com
  - url: 'https://github.com/seaweedfs/seaweedfs/releases/tag/4.24'
    label: security-advisories@github.com
  - url: >-
      https://github.com/seaweedfs/seaweedfs/security/advisories/GHSA-87fv-vqqr-m4jr
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-87fv-vqqr-m4jr'
tags:
  - nvd
  - ghsa
  - go
epss: 0.00384
epssPercentile: 0.32332
aliases:
  - GHSA-87fv-vqqr-m4jr
ecosystem: go
ingestedAt: '2026-08-11T16:47:04.280Z'
---

## Overview

SeaweedFS is a distributed storage system. Prior to 4.24, VolumeServer.FetchAndWriteNeedle in weed/server/volume_grpc_remote.go fetches a caller-supplied remote endpoint through weed/remote_storage/s3/s3_storage_client.go and writes the response into a needle. The RPC performs no authentication and no target validation, allowing anyone who can reach a volume server's gRPC port to cause requests to arbitrary hosts, including loopback, link-local, RFC 1918, and cloud metadata endpoints such as 169.254.169.254, and read the response. On cloud deployments, this can disclose instance metadata and IAM credentials and reach otherwise unexposed internal services. The volume server gRPC plane is unauthenticated by default, and configuring documented JWT signing keys does not protect this RPC. This issue is fixed in version 4.24.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-73080)

Affected packages:

- `github.com/seaweedfs/seaweedfs < 0.0.0-20260512171120-69da20bdaec9`

Patched in:

- `github.com/seaweedfs/seaweedfs 0.0.0-20260512171120-69da20bdaec9`

Source: https://github.com/advisories/GHSA-87fv-vqqr-m4jr
