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 Improper Authentication vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for kubevirt.io/kubevirt/pkg/virt-handler/notify-server.
Affected versions of this package are vulnerable to Improper Authentication in the notify server process. An attacker can disrupt the lifecycle management of co-located virtual machines by sending forged domain lifecycle events through a legitimate Unix socket after gaining shell access inside a virt-launcher pod and knowing the victim's namespace and name. This is only exploitable if the attacker has shell access to a virt-launcher pod on the target node, knows the victim VMI's namespace and name, and the victim VM is scheduled on the same node.
This vulnerability can be mitigated by restricting pods/exec permission on virt-launcher pods via admission policies (such as Gatekeeper or Kyverno rules denying exec on pods with the kubevirt.io launcher label), using node affinity or dedicated node pools to isolate high-security tenant workloads from untrusted tenants, and monitoring for unexpected VMI state transitions via cluster alerting.