PatchSiren cyber security CVE debrief
CVE-2026-13622 Red Hat CVE debrief
A symlink following vulnerability was found in KubeVirt's virt-handler migration proxy. During live migration, virt-handler dials Unix sockets inside the target virt-launcher pod via /proc/<pid>/root/ paths using net.Dial() without symlink protection. These socket paths reside in qemu-owned directories writable by the virt-launcher user. An attacker with namespace edit and pods/exec permissions can replace a migration proxy socket with a symlink to the host CRI-O socket. Because virt-handler runs as root in the host mount namespace, absolute symlink targets resolve against the host filesystem, and the bidirectional io.Copy proxy relays attacker-controlled bytes to the container runtime, enabling full node compromise.
- Vendor
- Red Hat
- Product
- Red Hat Container Native Virtualization 4.12
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-08-16
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-08-16
Who should care
KubeVirt users and administrators, Red Hat customers using KubeVirt, security teams responsible for containerized environments, and operators managing Kubernetes-based infrastructure should be aware of this vulnerability. They should assess their exposure and take necessary actions to mitigate the risk. This includes reviewing deployment configurations, restricting permissions, and implementing recommended patches or workarounds. Additionally, security teams should monitor for suspicious activity in KubeVirt environments and prioritize patching based on their risk assessment. Collaboration between development, operations, and security teams is crucial to address this vulnerability effectively and minimize potential impact on the organization. Affected teams should also verify their current configurations and ensure that compensating controls are in place while awaiting remediation. This vulnerability highlights the importance of robust security practices in containerized environments, including regular vulnerability assessments and proactive patch management. By taking these steps, organizations can reduce their risk exposure and protect their infrastructure from potential attacks. It is also recommended that they stay informed about updates from Red Hat and the KubeVirt community regarding this vulnerability and any available patches or mitigations. Effective communication and coordination among teams are essential to ensure a timely and comprehensive response to this security issue. Furthermore, organizations should consider implementing additional security measures, such as network segmentation and intrusion detection, to enhance their overall security posture and minimize the potential impact of a successful attack. By prioritizing this vulnerability and taking proactive steps, organizations can strengthen their defenses and reduce the likelihood of a successful exploit. This requires a coordinated effort from various teams within the organization, including IT, security, and development, to ensure a comprehensive and effective response to this security threat. The vulnerability's potential impact on the organization underscores the need for prompt action, a
Technical summary
The vulnerability exists in KubeVirt's virt-handler migration proxy, which fails to protect against symlink attacks when dialing Unix sockets. An attacker with specific permissions can exploit this to gain control of the node. This issue arises from the lack of symlink protection when virt-handler connects to Unix sockets inside the target virt-launcher pod. The vulnerability allows an attacker to replace a migration proxy socket with a symlink to the host CRI-O socket, potentially leading to full node compromise.
Defensive priority
High priority due to potential for full node compromise
Recommended defensive actions
- Inventory and assess KubeVirt deployments for exposure
- Restrict namespace edit and pods/exec permissions
- Implement symlink protection for virt-handler migration proxy
- Monitor for suspicious activity in KubeVirt environments
- Apply patches or updates from Red Hat as available
Evidence notes
Evidence from Red Hat security advisories and NVD detail suggests a high severity vulnerability exists in KubeVirt's virt-handler migration proxy. However, details on affected versions and patching are limited.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-12T21:17:35.630Z and has not been modified since then. The NVD entry is currently Awaiting Analysis.