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 applicationsUpgrade github.com/minio/minio/cmd
to version RELEASE.2025-04-03T14-56-28Z or higher.
github.com/minio/minio/cmd is an open source object storage server compatible with Amazon S3 APIs.
Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature for unsigned-trailer uploads. An attacker can upload arbitrary objects to buckets by using any secret, provided they have prior WRITE permissions and knowledge of the access-key and bucket name.
This can be mitigated by rejecting requests with x-amz-content-sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER
for now at LB layer, and asking application users to use STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER
.