Snyk has a published code exploit for this vulnerability.
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 Improper Privilege Management vulnerabilities in an interactive lesson.
Start learningA fix was pushed into the master
branch but not yet published.
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 Privilege Management due to the inheritance of permissions during the creation of an access key. An attacker can escalate privileges and override s3
permissions to gain more permissive access by creating a new access key that inherits admin:*
actions from the parent key.
Explicitly deny admin actions on access keys.