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/project-zot/zot/pkg/api/
to version 2.1.0 or higher.
Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key due to the GetBlob()
function. An attacker can read images that the accessControl
policy denies if they have read access to any other second repository.
Notes:
This attack only allows accessing blobs, both config and layers, by digest. Manifests are not included.
This attack requires the attacker to know the name of a private image and its layer digests.
The attack may be mitigated by configuring dedupe
: false in the "storage" settings. dedupe
is enabled by default using the BoltDB cache driver.