Double free in Linux kernel - CVE-2026-43097
Published: May 7, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to double free in hv_pci_probe error path when handling a failed probe after storing the emulated PCI domain number. A local user can trigger a device probe failure to cause a denial of service.
The issue triggers an kernel warning because the same ID is freed twice during cleanup.