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 applicationsLearn about Insecure Permissions vulnerabilities in an interactive lesson.
Start learningUpgrade k8s.io/kubernetes/pkg/kubelet/kuberuntime
to version 1.14.3, 1.13.7 or higher.
k8s.io/kubernetes/pkg/kubelet/kuberuntime is a package that contains an implementation of kubecontainer.
Affected versions of this package are vulnerable to Insecure Permissions. Containers for pods that do not specify an explicit runAsUser
will attempt to run as uid 0 (root) on container restart, or if the image was previously pulled to the node. This behaviour also occurs if mustRunAsNonRoot: true
setting is used.