Description
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.
Published: 2026-08-12
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

RustFS’s AddServiceAccount handler accepts a user-specified target_user after only verifying that the caller has CreateServiceAccountAdminAction. The handler then creates a new service account and marks it as a root‑parent by setting is_owner, effectively granting the caller full ownership privileges. Because of this lack of proper ownership validation, an attacker can create service accounts with root‑parent status, enabling them to acquire full control over store resources. The weakness is categorized as CWE-269, Privilege Escalation.

Affected Systems

The vulnerable product is rustfs:rustfs, the distributed object storage system written in Rust. Versions prior to 1.0.0‑beta.11 contain the flaw; the issue is fixed in that release and any newer releases.

Risk and Exploitability

The CVSS score of 8.8 marks this flaw as high severity. EPSS data is not available, and the vulnerability is not listed in CISA’s KEV catalog, but the potential for an attacker already capable of invoking the AddServiceAccount handler to create root‑parent service accounts remains significant. The likely attack vector is via the exposed handler/API which, once accessed by an authorized (or compromised) administrator, allows creation of privileged accounts without further checks. A compromised admin credential or an attacker with access to the administration interface could exploit this to gain full control of the storage system.

Generated by OpenCVE AI on August 13, 2026 at 00:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rustfs to version 1.0.0‑beta.11 or later.
  • Restrict the AddServiceAccount API endpoint to verified administrators and enforce strict access controls.
  • Review and monitor account creation logs for suspicious root‑parent service account activity.

Generated by OpenCVE AI on August 13, 2026 at 00:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
First Time appeared Rustfs
Rustfs rustfs
Vendors & Products Rustfs
Rustfs rustfs

Wed, 12 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Description 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.
Title RustFS: AddServiceAccount Handler Allows Creation of Root-Parent Service Accounts
Weaknesses CWE-269
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-12T22:12:16.460Z

Reserved: 2026-08-11T19:42:11.449Z

Link: CVE-2026-73284

cve-icon Vulnrichment

Updated: 2026-08-12T22:09:11.936Z

cve-icon NVD

Status : Received

Published: 2026-08-12T15:18:31.437

Modified: 2026-08-12T23:17:23.970

Link: CVE-2026-73284

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T00:15:04Z

Weaknesses
  • CWE-269

    Improper Privilege Management