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 Incorrect Privilege Assignment vulnerabilities in an interactive lesson.
Start learningUpgrade k8s.io/minikube
to version 1.30.0 or higher.
Affected versions of this package are vulnerable to Incorrect Privilege Assignment due to exposing a network port in minikube running on macOS with Docker driver that could enable unexpected remote access to the minikube container.
To continue using an existing cluster, users should change the default port mappings of the minikube container and restart the docker daemon.
Users can run the following command to know if they are affected. If the command returns 0.0.0.0 then users are affected by this vulnerability.
docker inspect --format='{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostIp}}' minikube