CVE-2026-49991 PUBLISHED

RustFS Snowball Auto-Extract: Path Traversal allows cross-bucket object injection

Assigner: GitHub_M
Reserved: 02.06.2026 Published: 26.06.2026 Updated: 26.06.2026

RustFS is a distributed object storage system built in Rust. In 1.0.0-beta.4, authenticated users with only PutObject permission on their own bucket can exploit a path traversal vulnerability in the Snowball auto-extract feature to write arbitrary objects into other users' buckets, completely breaking multi-tenant isolation. The vulnerability chains three flaws: No ../ sanitization in tar entry key normalization; IAM wildcard matching uses raw (uncleaned) paths; and Filesystem path cleaning resolves ../ across bucket boundaries.

Metrics

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

Product Status

Vendor rustfs
Product rustfs
Versions
  • Version 1.0.0-beta.4 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE
  • CWE-862: Missing Authorization CWE