Vulnerability Description
RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, an anonymous ListObjectVersions request in rustfs/src/storage/access.rs that lacks a direct bucket-policy grant falls back to an s3:ListBucket check and returns before the policy_allowed path applies deny_anonymous_table_data_plane_if_needed and RestrictPublicBuckets, so a bucket that permits anonymous listing can continue exposing version listings after an operator enables the public-access control. The bypass affects GET /<bucket>?versions= and can disclose object version metadata even though equivalent GetObject requests are denied. This issue is fixed in version 1.0.0-beta.12.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/rustfs/rustfs/commit/92f83bfe155d8a3b9cdd903086e5b28d52339efb
- https://github.com/rustfs/rustfs/releases/tag/1.0.0-beta.12
- https://github.com/rustfs/rustfs/security/advisories/GHSA-x298-9x87-fvjq
- https://github.com/rustfs/rustfs/security/advisories/GHSA-x298-9x87-fvjq
FAQ
What is CVE-2026-73290?
CVE-2026-73290 is a vulnerability with a CVSS score of 5.3 (MEDIUM). RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.12, an anonymous ListObjectVersions request in rustfs/src/storage/access.rs that lacks a direct bucket-policy grant fal...
How severe is CVE-2026-73290?
CVE-2026-73290 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73290?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.