Red Hat Security Advisory: libvirt security, bug fix, and enhancement update
🔗 CVE IDs covered (1)
📋 Description
CVE-2026-63622 — libvirt: swtpm privilege escalation via symlink following
🎯 Affected products200
- Red Hat CodeReady Linux Builder EUS (v.9.6)
- Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-0:10.10.0-7.18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-0:10.10.0-7.18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-0:10.10.0-7.18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-0:10.10.0-7.18.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-0:10.10.0-7.18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-0:10.10.0-7.18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-0:10.10.0-7.18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-0:10.10.0-7.18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-0:10.10.0-7.18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-debuginfo-0:10.10.0-7.18.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)
- libvirt-client-debuginfo-0:10.10.0-7.18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-debuginfo-0:10.10.0-7.18.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)
- libvirt-client-debuginfo-0:10.10.0-7.18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-debuginfo-0:10.10.0-7.18.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)
- libvirt-client-debuginfo-0:10.10.0-7.18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-debuginfo-0:10.10.0-7.18.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)
- libvirt-client-debuginfo-0:10.10.0-7.18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-qemu-0:10.10.0-7.18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-qemu-0:10.10.0-7.18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-client-qemu-0:10.10.0-7.18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-daemon-0:10.10.0-7.18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-daemon-0:10.10.0-7.18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-daemon-0:10.10.0-7.18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-daemon-0:10.10.0-7.18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-daemon-common-0:10.10.0-7.18.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-daemon-common-0:10.10.0-7.18.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-daemon-common-0:10.10.0-7.18.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- libvirt-daemon-common-0:10.10.0-7.18.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)
- +170 more not shown
✅ Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 Workaround: If virtual Trusted Platform Module (vTPM) functionality is not required, remove the <tpm> device definition from the domain XML configuration to prevent the vulnerable code path from being reached. To check if a domain uses vTPM: ``` virsh dumpxml <domain> | grep -A5 '<tpm' ``` To remove it, edit the domain XML and delete the <tpm> block. This prevents libvirt from spawning swtpm processes and from calling virFileChownFiles() on the swtpm state directory during domain startup. Domains that require vTPM for guest OS functionality cannot use this mitigation and should prioritize applying the upstream fix.