SCA: security update for github.com/seaweedfs/seaweedfs (GHSA-w62w-66v9-vvgv)

high Tenable Self-Hosted Container Security Plugin ID 445900

Description

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

- SeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables. Prior
to 4.30, the S3 API gateway and the Iceberg REST catalog gateway construct their routers with
mux.NewRouter().SkipClean(true). With path cleaning disabled, a .. segment inside the URL survives
routing, so a request such as `GET /bucket-A/../evil-bucket/key`, is matched as bucket=bucket-A,
object=../evil-bucket/key. The captured object key is then joined into a filer path with util.JoinPath
(S3) / path.Join (Iceberg), which collapse the .. server-side, so the actual read or write lands in evil-
bucket. This vulnerability is fixed in 4.30. (CVE-2026-54917)

Solution

Update the github.com/seaweedfs/seaweedfs library and its related packages to version 0.0.0-20260526080459-dd1b4287899e or later.

See Also

https://github.com/advisories/GHSA-w62w-66v9-vvgv

Plugin Details

Severity: High

ID: 445900

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 8/13/2026

Updated: 8/18/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.8

Percentile: 57.75

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9.4

Temporal Score: 7.4

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

CVSS Score Source: CVE-2026-54917

CVSS v3

Risk Factor: Critical

Base Score: 10

Temporal Score: 9

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

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

CVSS v4

Risk Factor: High

Base Score: 7.8

Threat Score: 7.8

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 8/12/2026

Vulnerability Publication Date: 6/25/2026

Reference Information

CVE: CVE-2026-54917

cwe: CWE-22