PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-73287 rustfs CVE debrief

CVE-2026-73287 is a vulnerability in RustFS, a distributed object storage system built in Rust. The issue allows authenticated FTPS users to create buckets without the necessary authorization, specifically the s3:CreateBucket permission. This is due to the FtpsDriver::mkd function in crates/protocols/src/ftps/driver.rs calling storage.create_bucket without proper authorization checks. The vulnerability is fixed in version 1.0.0-beta.12.

Vendor
rustfs
Product
Unknown
CVSS
MEDIUM 5.4
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 RustFS deployments, particularly those using FTPS, should assess their exposure and verify their version of RustFS. They should also review their FTPS user permissions to prevent unauthorized bucket creation.

Why it matters

CVE-2026-73287 is a vulnerability in RustFS that allows authenticated FTPS users to create buckets without authorization. Defenders should verify their RustFS deployments and review FTPS user permissions to prevent unauthorized bucket creation.

  • Potential unauthorized bucket creation by authenticated FTPS users
  • Possible data exposure or integrity issues due to unauthorized bucket creation
  • Need to verify RustFS version and FTPS user permissions to prevent exploitation

Technical summary

The vulnerability is caused by the FtpsDriver::mkd function in crates/protocols/src/ftps/driver.rs calling storage.create_bucket without proper authorization checks for the s3:CreateBucket permission. This allows authenticated FTPS users to create buckets without the necessary permissions. Defenders should prioritize verifying their RustFS deployments to ensure they are using version 1.0.0-beta.12 or later and review their FTPS user permissions to prevent unauthorized bucket creation. The issue has been fixed in version 1.0.0-beta.12.

Defensive priority

Defenders should prioritize verifying their RustFS deployments to ensure they are using version 1.0.0-beta.12 or later. They should also review their FTPS user permissions to prevent unauthorized bucket creation.

Recommended defensive actions

  • Verify RustFS version and update to 1.0.0-beta.12 or later
  • Review FTPS user permissions to prevent unauthorized bucket creation
  • Monitor for suspicious bucket creation activity
  • Confirm whether affected RustFS deployments exist in managed environments and assign an owner for follow-up.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

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 deployments and the number of impacted users are not specified.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-73287 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-73287

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-73287 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73287

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

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.