NULL pointer dereference in Linux kernel - CVE-2026-64169
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 improper handling of error pointers in the ep93xx SPI driver DMA channel setup logic when handling DMA setup failures during device probe or later driver cleanup paths. A local user can trigger DMA setup failure conditions to cause a denial of service.
The driver may later dereference an error pointer during subsequent probe error handling or driver unbind after falling back to PIO mode.