← Back to browse · API

CVE-2025-68926

Severity
CRITICAL
CVSS
9.8
EPSS
0.2903
Risk score
49.36
CISA KEV
No
PoC
No
Published
2025-12-30
Modified
2026-01-05
First seen
2026-08-07
Aliases
EUVD-2025-205801, GHSA-H956-RH7X-PPGJ
Products
rustfs:rustfs < 1.0.0-alpha.78
Sources
euvd EUVD-2025-205801

Description

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.

References