CVE-2025-62506

MinIO is a high-performance object storage system. In all versions prior to RELEASE.2025-10-15T17-29-55Z, a privilege escalation vulnerability allows service accounts and STS (Security Token Service) accounts with restricted session policies to bypass their inline policy restrictions when performing operations on their own account, specifically when creating new service accounts for the same user. The vulnerability exists in the IAM policy validation logic where the code incorrectly relied on the DenyOnly argument when validating session policies for restricted accounts. When a session policy is present, the system should validate that the action is allowed by the session policy, not just that it is not denied. An attacker with valid credentials for a restricted service or STS account can create a new service account for itself without policy restrictions, resulting in a new service account with full parent privileges instead of being restricted by the inline policy. This allows the attacker to access buckets and objects beyond their intended restrictions and modify, delete, or create objects outside their authorized scope. The vulnerability is fixed in version RELEASE.2025-10-15T17-29-55Z.
Configurations

No configuration.

History

23 Oct 2025, 19:15

Type Values Removed Values Added
References
  • () https://github.com/minio/minio/discussions/21655 -
  • () https://github.com/minio/minio/issues/21647 -
  • () https://news.ycombinator.com/item?id=45684035 -

16 Oct 2025, 22:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-10-16 22:15

Updated : 2025-10-23 19:15


NVD link : CVE-2025-62506

Mitre link : CVE-2025-62506

CVE.ORG link : CVE-2025-62506


JSON object : View

Products Affected

No product.

CWE
CWE-863

Incorrect Authorization