CVE-2026-73265
Received Received - Intake

RustFS Authorization Bypass via s3:GetObject Misuse

Vulnerability report for CVE-2026-73265, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-12

Last updated on: 2026-08-12

Assigner: GitHub, Inc.

Description

RustFS is a distributed object storage system built in Rust. RustFS authorizes explicit versionId reads in GetObject, CopyObject sources, and UploadPartCopy sources with s3:GetObject instead of s3:GetObjectVersion, allowing principals without historical-version permission to disclose known historical object content. This issue is fixed in version 1.0.0-beta.11.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-12
Last Modified
2026-08-12
Generated
2026-08-12
AI Q&A
2026-08-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
rustfs rustfs to 1.0.0-beta.10 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-73265 is a vulnerability in RustFS, a distributed object storage system. It involves incorrect authorization checks when handling S3 requests with an explicit versionId parameter. RustFS authorizes versioned reads using s3:GetObject instead of s3:GetObjectVersion, allowing principals without historical-version permission to access known historical object content.

Detection Guidance

Detecting this vulnerability requires checking if RustFS versions prior to 1.0.0-beta.11 are running and verifying authorization logic for versioned object reads. Inspect logs for requests with versionId parameters and check if s3:GetObject permissions are incorrectly granting access to historical versions. No specific commands are provided in the resources.

Impact Analysis

This vulnerability allows unauthorized disclosure of historical object content to principals authorized only for s3:GetObject but not s3:GetObjectVersion. It also enables copying of disclosed historical content to authorized destinations via CopyObject or UploadPartCopy operations.

Mitigation Strategies

Upgrade RustFS to version 1.0.0-beta.11 or later immediately. Review and update IAM policies to ensure s3:GetObjectVersion permissions are explicitly required for versioned reads. Remove any permissive policy mappings between s3:GetObjectVersion and s3:GetObject.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73265. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart