Vulnerability Description
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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-49991?
CVE-2026-49991 is a vulnerability with a CVSS score of 8.6 (HIGH). 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 S...
How severe is CVE-2026-49991?
CVE-2026-49991 has been rated HIGH with a CVSS base score of 8.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-49991?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.