CVE-2026-64303
Received Received - Intake

SPI DMA RX Channel Termination Failure in Linux Kernel

Vulnerability report for CVE-2026-64303, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-25

Last updated on: 2026-07-25

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-07-25
Generated
2026-07-25
AI Q&A
2026-07-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability in the spi: fsl-lpspi driver. When preparing a DMA transfer fails for the TX channel, the RX channel is left running. This causes the SPI core to unmap DMA buffers while the RX DMA engine continues writing to them, leading to potential memory corruption or use-after-free issues.

Detection Guidance

This vulnerability is specific to the Linux kernel's spi: fsl-lpspi driver and does not have network-based detection methods. Detection requires checking the kernel version and the presence of the vulnerable code path in the driver. Use commands like 'uname -a' to check the kernel version and 'dmesg | grep fsl-lpspi' to inspect driver logs for errors related to DMA channel termination failures.

Impact Analysis

This vulnerability could lead to system instability, crashes, or security issues due to memory corruption. An attacker with local access might exploit it to execute arbitrary code or cause denial-of-service conditions on affected systems.

Mitigation Strategies

Immediate mitigation involves updating the Linux kernel to a patched version where this issue is resolved. Check your distribution's security updates or apply the kernel patch directly from the Linux kernel source. If updating is not immediately possible, disable the fsl-lpspi driver if not in use to reduce attack surface.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64303. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart