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/moby/moby/daemon/containerd
to version 24.0.9, 25.0.2 or higher.
Affected versions of this package are vulnerable to Origin Validation Error via the image build process. An attacker with knowledge of the Dockerfile in use could poison the cache by inducing the pull of a specially crafted image that would be considered a valid cache candidate for certain build steps.
Note:
Version 23.0+ users are only affected if they explicitly opted out of Buildkit DOCKER_BUILDKIT=0
environment variable or are using the /build
API endpoint, which uses the classic builder by default.
Use --no-cache
or use Buildkit
if possible DOCKER_BUILDKIT=1
, it's default on 23.0+ assuming that the buildx
plugin is installed.
Use Version = types.BuilderBuildKit
or NoCache = true
in ImageBuildOptions
for ImageBuild
call.