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/v2 to version 2.0.0-beta.14 or higher.
Affected versions of this package are vulnerable to UNIX Symbolic Link (Symlink) Following during docker cp mount setup before subsequent mount syscall. An attacker can overwrite arbitrary files on the host or cause denial of service by exploiting a race condition where a symlink is created at the mount destination path before the bind mount occurs, redirecting the mount to an unintended host location. This is only exploitable if a container has at least one volume mount, a process inside the container can rapidly create and swap symlinks at the mount destination, and an operator initiates a docker cp or calls the relevant archive API endpoints.
This vulnerability can be mitigated by only running containers from trusted images, avoiding the use of docker cp with untrusted running containers, and using authorization plugins to restrict access to the archive API endpoints.