Database/Kernel, userspace & hypervisor

Xen: x86 PV guest keeps a stale TLB entry to a freed page and can write it after scrubbing
Impact
An x86 PV guest can free a page while still holding a stale TLB mapping to it. Xen only issues the deferred TLB flush when the page is reused, but scrubbing can happen before that flush, leaving a window in which the guest writes into a page Xen believes is already clean. The practical effect is that the scrub guarantee between one guest and the next owner of that memory does not hold; Xen rates it confidentiality-only and low. This only applies to x86 PV guests - hosts that run HVM or PVH guests exclusively, which is the normal configuration for accelerator and modern datacenter workloads, are not affected.
Who can reach it
An unprivileged-to-administrative user inside an x86 PV guest. No access to the host or to other guests is required, but the deployment must still be running PV guests at all.
What to do
Apply the patches published with XSA-511 and reboot the host into the fixed hypervisor. Where PV guests are not required, disabling or converting them to PVH/HVM removes the exposure without a hypervisor update.
References
Related entries
- Linux kernel (drivers/iommu/amd): The AMD-Vi PPR (peripheral page request) notifier looked up the faulting PCI deviceCVE-2022-50505 · Linux kernel (drivers/iommu/amd)Medium
- Linux kernel (net/tls): Tls_sw_recvmsg takes a psock reference before acquiring the reader lock and returns withoutCVE-2024-35908 · Linux kernel (net/tls)Medium
- Linux kernel (drivers/pci): Every write to a device's reset_method sysfs attribute that contains no space leaks theCVE-2024-56745 · Linux kernel (drivers/pci)Medium
- Linux kernel (drivers/vfio/pci/pds): The pds VFIO variant driver shipped without a detach_ioas operation, so it had noCVE-2025-38625 · Linux kernel (drivers/vfio/pci/pds)Medium
- VMware Tools: A fully compromised ESXi host can force VMware Tools to skip host-to-guest authenticationCVE-2023-20867 · VMware ToolsLow
- OpenSSH: heap out-of-bounds read during GSSAPI indicator cleanup crashes the authentication pathCVE-2026-55654 · OpenSSH sshd (GSSAPI auth-indicator cleanup)Low
This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.