CVE-2026-55838

RustFS is a distributed object storage system built in Rust. In 1.0.0-beta.7 and earlier, the real-time metrics endpoint at /rustfs/admin/v3/metrics is accessible to any valid IAM user regardless of their assigned policy. Every other admin handler in the codebase calls validate_admin_request to enforce admin-action IAM checks; the MetricsHandler skips this call entirely. A restricted IAM user whose policy grants only access to their own bucket can read server-wide operational metrics including disk I/O statistics, network throughput, scanner cycle timing, and cluster RPC state.
Configurations

No configuration.

History

27 Jun 2026, 04:17

Type Values Removed Values Added
References () https://github.com/rustfs/rustfs/security/advisories/GHSA-f5cv-v44x-2xgf - () https://github.com/rustfs/rustfs/security/advisories/GHSA-f5cv-v44x-2xgf -

26 Jun 2026, 20:20

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-26 20:17

Updated : 2026-06-27 04:17


NVD link : CVE-2026-55838

Mitre link : CVE-2026-55838

CVE.ORG link : CVE-2026-55838


JSON object : View

Products Affected

No product.

CWE
CWE-862

Missing Authorization