Double free in Linux kernel - CVE-2026-64447
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a double free and use-after-free in ipu7_isys_init() and ipu7_psys_init() when handling device initialization error paths. A local user can trigger device initialization failures to cause a denial of service.
The issue occurs in the error paths after device teardown frees pdata, and also affects return-value handling through dereference of an already-freed adev pointer.