CVE Catalog

CVE-2025-68926

Critical
Published: Translated: NVD NIST

Summary

RustFS is a distributed object storage system built in Rust. In versions prior to 1.0.0-alpha.78, RustFS implements gRPC authentication using a hardcoded static token `"rustfs rpc"` that is publicly exposed in the source code repository, hardcoded on both client and server sides, non-configurable with no mechanism for token rotation, and universally valid across all RustFS deployments. Any attacker with network access to the gRPC port can authenticate using this publicly known token and execute privileged operations including data destruction, policy manipulation, and cluster configuration changes. Version 1.0.0-alpha.78 contains a fix for the issue.

Risk Assessment

The risk for the organization is the possibility of full takeover of the RustFS cluster by an unauthorized attacker, potentially leading to data loss, integrity compromise, and service disruption.

Recommendation

It is recommended to immediately update RustFS to version 1.0.0-alpha.78 or later and implement access control mechanisms for the gRPC port.

Original NVD description (English source)

RustFS is a distributed object storage system built in Rust. In versions prior to 1.0.0-alpha.78, RustFS implements gRPC authentication using a hardcoded static token `"rustfs rpc"` that is publicly exposed in the source code repository, hardcoded on both client and server sides, non-configurable with no mechanism for token rotation, and universally valid across all RustFS deployments. Any attacker with network access to the gRPC port can authenticate using this publicly known token and execute privileged operations including data destruction, policy manipulation, and cluster configuration changes. Version 1.0.0-alpha.78 contains a fix for the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS