CVE-2026-47136 PUBLISHED

RustFS: Unauthenticated RustFS console license endpoint exposes license metadata

Assigner: GitHub_M
Reserved: 18.05.2026 Published: 28.05.2026 Updated: 28.05.2026

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, the RustFS console endpoint GET /rustfs/console/license returns parsed license metadata without requiring authentication. The endpoint is registered on the console listener and returns JSON containing license information such as the license subject and expiration timestamp. Any client that can reach the console listener can query this endpoint without credentials. This vulnerability is fixed in 1.0.0-beta.2.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor rustfs
Product rustfs
Versions
  • Version < 1.0.0-beta.2 is affected

References

Problem Types

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE
  • CWE-306: Missing Authentication for Critical Function CWE