SCA: security update for github.com/seaweedfs/seaweedfs (GHSA-87fv-vqqr-m4jr)

critical Tenable Self-Hosted Container Security Plugin ID 445854

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-73080)

Solution

Update the github.com/seaweedfs/seaweedfs library and its related packages to version 0.0.0-20260512171120-69da20bdaec9 or later.

See Also

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

Plugin Details

Severity: Critical

ID: 445854

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/11/2026

Updated: 8/11/2026

Risk Information

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.3

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:P/A:N

CVSS Score Source: CVE-2026-73080

CVSS v3

Risk Factor: Critical

Base Score: 9.3

Temporal Score: 8.1

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/11/2026

Vulnerability Publication Date: 8/11/2026

Reference Information

CVE: CVE-2026-73080

cwe: CWE-918