CVE-2026-73284 PUBLISHED

RustFS: AddServiceAccount Handler Allows Creation of Root-Parent Service Accounts

Assigner: GitHub_M
Reserved: 11.08.2026 Published: 12.08.2026 Updated: 12.08.2026

RustFS is a distributed object storage system built in Rust. RustFS AddServiceAccount in rustfs/src/admin/handlers/service_account.rs accepts an attacker-controlled target_user after only checking CreateServiceAccountAdminAction, passes it to new_service_account, and prepare_service_account_auth sets is_owner for the resulting root-parent service account. This issue is fixed in version 1.0.0-beta.11.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.8

Product Status

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

References

Problem Types

  • CWE-269: Improper Privilege Management CWE