CVE-2026-64221

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/07/2026
Last modified:
30/07/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> spi: ti-qspi: fix use-after-free after DMA setup failure<br /> <br /> The driver falls back to PIO mode if DMA setup fails during probe.<br /> <br /> Make sure to clear the DMA channel pointer also if buffer allocation<br /> fails to avoid passing a pointer to the released channel to the DMA<br /> engine (or trying to free the channel a second time on late probe errors<br /> or driver unbind).<br /> <br /> This issue was flagged by Sashiko when reviewing a devres allocation<br /> conversion patch.