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 k8s.io/kubernetes/pkg/features
to version 1.7.14, 1.8.9, 1.9.4 or higher.
k8s.io/kubernetes/pkg/features is a features package part of Kubernetes.
Affected versions of this package are vulnerable to Symlink Attack due to a symlink race. Every synchronization iteration, the Atomic Writer is looking for files that shouldn't be in a volume, and when it finds it is added to a list. When the search is done it deletes the files in the list. Because the deletion doesn't occur during the finding of the file, a malicious container can set up conditions to change the file selected for deletion with a symlink leading to a different file, which will be deleted.