CVE-2026-27607 PUBLISHED

RustFS's Missing Post Policy Validation leads to Arbitrary Object Write

Assigner: GitHub_M
Reserved: 20.02.2026 Published: 25.02.2026 Updated: 25.02.2026

RustFS is a distributed object storage system built in Rust. In versions 1.0.0-alpha.56 through 1.0.0-alpha.82, RustFS does not validate policy conditions in presigned POST uploads (PostObject), allowing attackers to bypass content-length-range, starts-with, and Content-Type constraints. This enables unauthorized file uploads exceeding size limits, uploads to arbitrary object keys, and content-type spoofing, potentially leading to storage exhaustion, unauthorized data access, and security bypasses. Version 1.0.0-alpha.83 fixes the issue.

Metrics

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

Product Status

Vendor rustfs
Product rustfs
Versions
  • Version >= 1.0.0-alpha.56, < 1.0.0-alpha.83 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE
  • CWE-863: Incorrect Authorization CWE