Double free in Linux kernel - CVE-2026-63907
Published: July 20, 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 the uio_pci_generic_sva driver when handling a failing probe path or driver removal. A local user can trigger device initialization failure or driver removal to cause a denial of service.
The issue affects memory allocated with devm_kzalloc() that is also freed automatically by device resource management.