Skip to content

Security/CVE RELEASE.2025-10-15T17-29-55Z

Latest

Choose a tag to compare

@harshavardhana harshavardhana released this 16 Oct 19:33
· 7 commits to master since this release

Security

A CVE was reported Privilege Escalation via Session Policy Bypass in Service Accounts and STS and fixed in this release,

All users are advised to download and upgrade their MinIO setup immediately.

To install the latest release

go install -v github.com/minio/minio@latest

OR

go install -v github.com/minio/[email protected]

For container environments, please clone the source and build the latest container.

git clone https://github.com/minio/minio
git checkout RELEASE.2025-10-15T17-29-55Z
TAG=myregistry.com/minio/minio:RELEASE.2025-10-15T17-29-55Z make docker

What's Changed

New Contributors

Full Changelog: RELEASE.2025-09-07T16-13-09Z...RELEASE.2025-10-15T17-29-55Z