PatchSiren cyber security CVE debrief
CVE-2026-73284 rustfs CVE debrief
CVE-2026-73284 is a vulnerability in RustFS, a distributed object storage system built in Rust. The AddServiceAccount function 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.
- Vendor
- rustfs
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for systems using RustFS, especially those using versions prior to 1.0.0-beta.11, should assess the impact of this vulnerability and verify exposure. This includes operators managing RustFS deployments, platform administrators, vulnerability management teams, and security teams that need to prioritize remediation efforts and ensure that appropriate compensating controls are in place for exposed systems.
Why it matters
CVE-2026-73284 is a high-severity vulnerability in RustFS that allows attackers to potentially gain unauthorized access and escalate privileges. Defenders should prioritize verifying exposure and assessing the impact on their systems, especially those using RustFS versions prior to 1.0.0-beta.11.
- Potential unauthorized access to sensitive data
- Possible privilege escalation for attackers
- Required verification of RustFS versions and configurations
- Need for prompt remediation to prevent potential attacks
Technical summary
The AddServiceAccount function 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 allows potential attackers to gain unauthorized access and escalate privileges. Defenders should prioritize verifying exposure and assessing the impact on their systems, especially those using RustFS versions prior to 1.0.0-beta.11. The vulnerability has a high CVSS score of 8.8, indicating its severity.
Defensive priority
Defenders should prioritize verifying exposure and assessing the impact of this vulnerability on their systems, especially those using RustFS versions prior to 1.0.0-beta.11.
Recommended defensive actions
- Verify RustFS version and check if it is prior to 1.0.0-beta.11
- Assess the impact of this vulnerability on your systems
- Apply the fix by upgrading to version 1.0.0-beta.11 or later
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details about the vulnerability, including its description, CVSS score, and affected versions. However, the exact scope of affected systems and potential impact require further verification.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73284 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73284
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73284 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73284
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/rustfs/rustfs/commit/9866f68d86482b3de7e0058a908727c3815e72b9
-
Source reference
Unverified legacy reference
URL: https://github.com/rustfs/rustfs/pull/5141
-
Source reference
Unverified legacy reference
URL: https://github.com/rustfs/rustfs/releases/tag/1.0.0-beta.11
-
Source reference
Unverified legacy reference
URL: https://github.com/rustfs/rustfs/security/advisories/GHSA-5354-r3w2-34m8
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.