Description
In the Linux kernel, the following vulnerability has been resolved:

mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeout

lpc32xx_xmit_dma() waits for the DMA completion callback but ignores
wait_for_completion_timeout(). A timed out DMA transfer is therefore
unmapped and reported as successful to the NAND read/write path.

Return -ETIMEDOUT when the completion wait expires. Terminate the DMA
channel before unmapping the scatterlist so the timed out transfer cannot
continue to access the buffer after the error is returned.
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel mtd:rawnand:lpc32xx_slc driver incorrectly handles DMA transfer timeouts. The function lpc32xx_xmit_dma waits for a completion callback and ignores wait_for_completion_timeout, causing a timed‑out DMA transfer to remain mapped and the kernel to report success. The kernel then returns -ETIMEDOUT for the operation but the buffer may still be accessed, which can lead to kernel memory corruption or a panic. Based on the description, it is inferred that the flaw requires local or physical access to trigger the DMA timeout and can be exercised by code running with kernel privileges or a hardware attack that induces a timeout.

Affected Systems

All Linux kernel releases that include the mtd/rawnand driver for LPC32xx SLC NAND devices before the patch. Any system firmware or embedded platform running an unpatched Linux kernel that uses an LPC32xx SLC NAND device is potentially affected.

Risk and Exploitability

The flaw can lead to denial of service and kernel memory corruption. The EPSS score is <1%, indicating a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. No public exploits are known. Based on the description, it is inferred that the attacker requires local or physical access to the NAND hardware or kernel privileges to trigger the flaw. The impact is confined to the system kernel and could cause a kernel panic or data corruption if not mitigated.

Generated by OpenCVE AI on August 15, 2026 at 22:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the mtd:rawnand:lpc32xx_slc DMA timeout handling patch
  • If a kernel upgrade is not yet possible, prevent the driver from using the affected device by disabling or removing the lpc32xx SLC NAND entry in the system configuration
  • Monitor system logs for DMA timeout events and, if persistent errors occur, replace or reconfigure the NAND hardware to avoid the buggy driver

Generated by OpenCVE AI on August 15, 2026 at 22:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeout lpc32xx_xmit_dma() waits for the DMA completion callback but ignores wait_for_completion_timeout(). A timed out DMA transfer is therefore unmapped and reported as successful to the NAND read/write path. Return -ETIMEDOUT when the completion wait expires. Terminate the DMA channel before unmapping the scatterlist so the timed out transfer cannot continue to access the buffer after the error is returned.
Title mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeout
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-15T05:51:25.212Z

Reserved: 2026-07-30T09:28:09.396Z

Link: CVE-2026-68466

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:19:34.530

Modified: 2026-08-15T06:19:34.530

Link: CVE-2026-68466

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T22:15:04Z

Weaknesses

No weakness.