Snyk has a proof-of-concept or detailed explanation of how to exploit 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 applicationsUpgrade github.com/containers/buildah/internal/volumes
to version 1.24.7, 1.26.7, 1.27.4, 1.29.3, 1.31.5, 1.32.3, 1.33.7, 1.34.2, 1.35.1 or higher.
Affected versions of this package are vulnerable to Privilege Context Switching Error due to a flaw in the handling of Containerfile configurations. Specifically, a malicious Containerfile can use a dummy image with a symbolic link to the root filesystem as a mount source. This allows the mount operation to mount the host root filesystem inside the RUN
step, granting the commands within RUN
read-write access to the host filesystem. Consequently, this leads to unauthorized modifications or full control over the host system from within the container during the build process.
This vulnerability can be mitigated by enabling SELinux, which restricts the container to limited read-only access.