CVE-2026-45039
CWE-798Published: May 28, 2026· Updated: May 29, 2026
Official Description
RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, the internode RPC layer authenticates every request with an HMAC-SHA256 signature using a shared secret. The function that produces this secret, get_shared_secret() in crates/ecstore/src/rpc/http_auth.rs, falls back to the public, source-tree-embedded DEFAULT_SECRET_KEY = "rustfsadmin" when neither the RUSTFS_RPC_SECRET environment variable nor the global S3 secret key has been configured. This vulnerability is fixed in 1.0.0-beta.2.
Risk Analysis
This critical vulnerability in RustFS, a distributed object storage system, allows an unauthenticated remote attacker to bypass authentication. The system defaults to a publicly known shared secret key if not explicitly configured, enabling unauthorized access to the system. With a CVSS score of 9.8, this flaw poses a severe risk to data confidentiality, integrity, and availability.
No public exploit is known for this remotely exploitable vulnerability. The attack complexity is low, making it easier to exploit if an attacker discovers a method.
Upgrade RustFS to version 1.0.0-beta.2 or later. Ensure that the RUSTFS_RPC_SECRET environment variable or the global S3 secret key is configured with a strong, unique secret to prevent fallback to the default key.
Technical Analysis
CVE-2026-45039 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.
The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.
A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 9.8.
CVSS v3.1 Vector Breakdown
Affected Vendors & Products
Exploit & PoC Resources
All References (1)
Quick Facts
Related CVEs (CWE-798)
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2026-45039 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts