Description
RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-rc.1, RustFS Object Lock enforcement in crates/ecstore/src/bucket/object_lock/objectlock_sys.rs lets check_object_lock_for_deletion, delete_prefix, and lifecycle and scanner sweeps treat ConfigNotFound, unreadable .metadata.bin data, or unparseable metadata as no lock configuration, allowing objects under COMPLIANCE retention to be deleted or expired. This issue is fixed in version 1.0.0-rc.1.
Published: 2026-08-12
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

RustFS is a distributed object storage system built in Rust. The vulnerability occurs in the object lock enforcement module, where the code treats missing or unreadable bucket metadata as if no lock configuration existed. This allows an attacker to delete or expire objects that are protected by COMPLIANCE retention rules, effectively bypassing the intended Write‑Once‑Read‑Many (WORM) protection. The flaw is a protection‑mechanism failure (CWE‑693) that can result in loss of compliant data and violations of regulatory requirements.

Affected Systems

The flaw affects any RustFS deployment running a version prior to 1.0.0‑rc.1. Versions of RustFS that include the ecstore crate before the 1.0.0‑rc.1 release are vulnerable. The fix is introduced in release 1.0.0‑rc.1 and later.

Risk and Exploitability

The vulnerability has a CVSS score of 6.1, indicating moderate severity. EPSS is not available, and the issue is not listed in CISA's KEV catalog. The likely attack vector is through any API that performs object deletion, lifecycle sweeps, or prefix deletions; systems that allow users or scripts to trigger these operations can exploit the flaw. Because the bug is a logical oversight that ignores metadata existence checks, the exploit does not require privileged code execution or exploitation of underlying storage layers—appropriate delete privileges on a bucket are sufficient.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade RustFS to release 1.0.0‑rc.1 or later, which corrects the object‑lock metadata validation logic.
  • Re‑validate any custom delete or lifecycle automation to enforce that bucket metadata is readable before proceeding with deletions.
  • Review application logs to ensure that objects protected under COMPLIANCE retention have not been prematurely deleted, and restore any missing data from backups if necessary.

Generated by OpenCVE AI on August 13, 2026 at 00:08 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. Prior to 1.0.0-rc.1, RustFS Object Lock enforcement in crates/ecstore/src/bucket/object_lock/objectlock_sys.rs lets check_object_lock_for_deletion, delete_prefix, and lifecycle and scanner sweeps treat ConfigNotFound, unreadable .metadata.bin data, or unparseable metadata as no lock configuration, allowing objects under COMPLIANCE retention to be deleted or expired. This issue is fixed in version 1.0.0-rc.1.
Title RustFS: Object Lock (WORM) protections are treated as absent when bucket metadata cannot be read, allowing retained objects to be deleted
Weaknesses CWE-693
CWE-754
References
Metrics cvssV4_0

{'score': 6.1, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

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

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

Link: CVE-2026-73288

cve-icon Vulnrichment

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

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-73288

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-693

    Protection Mechanism Failure

  • CWE-754

    Improper Check for Unusual or Exceptional Conditions