Description
SeaweedFS is a distributed storage system for files and blobs. In versions from 3.88 through 4.39, the SFTP server evaluates configured path permissions with a literal string-prefix comparison, so a user scoped to a path is also granted the same access to any sibling path whose name merely begins with the same characters. A user granted access to /tenants/alice therefore also matches /tenants/alice-archive, /tenants/alice2, and similar siblings, because the check does not require a path-component boundary. An authenticated low-privilege SFTP user with a root home directory and narrow path permissions can thereby cross the configured ACL boundary to read another tenant's files, and to overwrite them if granted write, all through the documented SFTP service with its own valid credentials. This issue is fixed in version 4.40.
Published: 2026-08-26
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SeaweedFS SFTP servers from versions 3.88 through 4.39 evaluate file‑path permissions by performing a simple literal string‑prefix comparison. The check does not enforce a component boundary, so a user granted access to a specific path also inherits permission for any other path that merely begins with the same characters. As a result, an authenticated low‑privilege SFTP user who normally has limited access to /tenants/alice can also read and potentially overwrite files in /tenants/alice‑archive or /tenants/alice2. The vulnerability allows cross‑tenant data exposure and modification while using the legitimate credentials of the interactive SFTP client.

Affected Systems

The affected product is SeaweedFS, distributed across its open source implementation. The issue spans all releases from 3.88 to 4.39 inclusive. Users running any of those versions should consider the SFTP service as a vector for unauthorized data access. Version 4.40 and later contain a patch that corrects the prefix‑match logic so that only exact component matches grant access.

Risk and Exploitability

The CVSS score of 8.1 indicates high severity with a strong impact on confidentiality and integrity. The EPSS score is not available, but the lack of an EPSS point does not negate the potential for exploitation; the vulnerability remains functional and exploitable when an SFTP user is authenticated. The issue is not yet listed in the CISA KEV catalog, yet the attack surface is present in any SeaweedFS deployment that exposes the SFTP service to users with a root home directory. The likely attack vector is an authenticated low‑privilege SFTP user who performs file operations in a directory that shares a common prefix with another tenant’s path. Exploitation requires only legitimate credentials and no additional privilege escalation.

Generated by OpenCVE AI on August 26, 2026 at 23:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SeaweedFS to version 4.40 or later, which corrects the path‑ACL logic.
  • Re‑evaluate SFTP user home directories and restrict them so that users cannot access other tenant paths through root or relative paths.
  • Implement policy to verify that ACL checks use full component boundaries, e.g., by adding a service‑level enforcement or auditing that flags prefix‑match permissions before granting access.

Generated by OpenCVE AI on August 26, 2026 at 23:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description SeaweedFS is a distributed storage system for files and blobs. In versions from 3.88 through 4.39, the SFTP server evaluates configured path permissions with a literal string-prefix comparison, so a user scoped to a path is also granted the same access to any sibling path whose name merely begins with the same characters. A user granted access to /tenants/alice therefore also matches /tenants/alice-archive, /tenants/alice2, and similar siblings, because the check does not require a path-component boundary. An authenticated low-privilege SFTP user with a root home directory and narrow path permissions can thereby cross the configured ACL boundary to read another tenant's files, and to overwrite them if granted write, all through the documented SFTP service with its own valid credentials. This issue is fixed in version 4.40.
Title SeaweedFS: SFTP path ACL literal prefix match permits cross-tenant file read and overwrite
Weaknesses CWE-863
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-26T21:25:46.531Z

Reserved: 2026-08-20T19:24:11.617Z

Link: CVE-2026-77317

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T22:16:29.717

Modified: 2026-08-26T22:16:29.717

Link: CVE-2026-77317

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T23:30:12Z

Weaknesses