2 matches found
EUVD-2026-48629
In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...
CVE-2026-64221
CVE-2026-64221 concerns the Linux kernel SPI TI-QSPI driver. The issue was a use-after-free that could occur after a DMA setup failure during probe, where the driver could fall back to PIO but might still reference a freed DMA channel. The fix ensures the DMA channel pointer is cleared if buffer ...