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 applicationsThere is no fixed version for kubevirt.io/kubevirt/pkg/network/cache.
Affected versions of this package are vulnerable to UNIX Symbolic Link (Symlink) Following through the WriteToCachedFile function when handling network cache files in certain configurations. An attacker can overwrite specific host files and change their ownership by planting a symbolic link at the cache file path and obtaining exec access to the virt-launcher container. The written file content is limited to valid JSON following the network cache schema, and arbitrary byte injection is not possible. This is only exploitable if a cluster administrator has pre-configured a NetworkAttachmentDefinition with bridge-type binding and the attacker has exec access to the virt-launcher container.
This vulnerability can be mitigated by ensuring virtual machines use the default masquerade network binding mode, restricting pods/exec access on virt-launcher pods to trusted administrators, and reviewing NetworkAttachmentDefinition resources to limit bridge-type network interfaces.