Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-55189 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

RustFS is a distributed object storage system built in Rust. From 1.0.0-alpha.1 until 1.0.0-beta.9, when the FTP frontend is enabled, the FTP read and probe handlers dispatch directly to the storage backend without ever calling the IAM authorization function that the FTP write/list handlers (and the entire HTTP S3 path) use. As a result, any user who can authenticate to the FTP listener — including a user whose IAM policy contains an explicit Deny on s3:GetObject — can read (RETR) and stat (SIZE/MDTM) any object in any bucket, and probe any bucket (CWD), completely regardless of their IAM policy. This vulnerability is fixed in 1.0.0-beta.9.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-862Missing Authorization[email protected]
CWE-863Incorrect Authorization[email protected]

Affected Products

ProductVersions
RustFS
>= 1.0.0-alpha.1, <= 1.0.0-beta.8 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: >= 1.0.0-beta.9moderate effort
  • Workaround:low effort

    Disable the FTP frontend by setting RUSTFS_FTP_ENABLE and RUSTFS_FTPS_ENABLE to false.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-55189
NVD Published Date:
Jun 26, 2026
NVD Last Modified:
Jun 29, 2026
Source:
[email protected]
CVE-2026-55189 Details - Not Deferred