The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Missing Authorization vulnerabilities in an interactive lesson.
Start learningA fix was pushed into the master branch but not yet published.
github.com/minio/minio is a high performance object storage server compatible with Amazon S3 APIs.
Affected versions of this package are vulnerable to Missing Authorization via the extractMetadataFromMime function. An attacker can make objects permanently unreadable by injecting crafted replication headers in a standard PutObject request, causing the server to map these headers to internal encryption metadata without proper verification. This results in objects being encrypted with non-existent keys, rendering them inaccessible through the S3 API.
s3:PutObject permission on a bucket.minio/minio) has been renamed/succeeded by minio/aistor/minio on Quay. The fix is available only in the new package starting from tag RELEASE.2026-03-26T21-24-40Z.This vulnerability can be mitigated by configuring a reverse proxy or load balancer to drop or reject any request containing X-Minio-Replication-Server-Side-Encryption-* headers that do not also include X-Minio-Source-Replication-Request. Additionally, auditing IAM policies to limit s3:PutObject grants to trusted principals can reduce the attack surface.