CVE-2026-7374

Red Hat · KubeVirt

A flaw in KubeVirt's `virt-handler` allows an authenticated user to hijack privileged connections, potentially leading to full cluster compromise.

Executive summary

A critical symlink validation vulnerability in KubeVirt allows an authenticated user to gain full control over the node and the entire cluster.

Vulnerability

The virt-handler component fails to properly validate symlinks when connecting to virtual machine console sockets. An authenticated user can replace the console socket with a symlink to the host's container runtime socket, hijacking the privileged connection.

Business impact

With a CVSS score of 9.9, this vulnerability is extremely severe. It allows an authenticated user with limited namespace permissions to break out of their container, access the host's runtime, and potentially gain full administrative control over the entire Kubernetes cluster.

Remediation

Immediate Action: Update virt-handler to the latest version that includes proper symlink validation for console sockets.

Proactive Monitoring: Monitor for unusual symlink creation activities within the cluster and review system logs for unauthorized access attempts to the container runtime socket.

Compensating Controls: Use security policies to limit the capabilities of users and ensure that sensitive host sockets are not accessible to non-privileged containers.

Exploitation status

Public Exploit Available: True

Analyst recommendation

This is a high-stakes vulnerability for Kubernetes environments. Cluster administrators must update virt-handler immediately and review cluster security policies to prevent unauthorized exploitation of this symlink validation flaw.