Back to overview

CVE-2026-64303

Description
In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: terminate the RX channel on TX prepare failure path When dmaengine_prep_slave_sg() fails for the TX channel, the error path terminates the TX DMA channel but leaves the RX channel running. Since the RX channel was already submitted and issued prior to preparing the TX descriptor, returning -EINVAL causes the SPI core to unmap the DMA buffers while the RX DMA engine continues writing to them, leading to potential memory corruption or use-after-free. Terminate the RX channel before returning on the TX prepare failure path.

Metadata

CVE ID
CVE-2026-64303
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-25 08:49 UTC
Last updated
2026-07-25 08:49 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 09c04466ce7ea494993c0635ba5edb6d2222a806 < ad370d1c7a9a832f77b2341513cd31188c9443af, 09c04466ce7ea494993c0635ba5edb6d2222a806 < cce2063404b2341e7b2bbf85eddfcd70a31a0033, 09c04466ce7ea494993c0635ba5edb6d2222a806 < af39a2698f69b584d14a00cffe0f51a2caa15337, 09c04466ce7ea494993c0635ba5edb6d2222a806 < e65505d91fa036a238968e4c10744244d1b968c4 …
Linux Linux 5.2, 0 < 5.2, 5.10.261 ≤ 5.10.*, 5.15.212 ≤ 5.15.* …
Back to overview