CVE-2026-68466
mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeout
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.
INFO
Published Date :
Aug. 15, 2026, 6:19 a.m.
Last Modified :
Aug. 17, 2026, 6:17 a.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | HIGH | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
Solution
- Return -ETIMEDOUT on DMA completion timeout.
- Terminate DMA channel before unmapping scatterlist.
- Ensure DMA transfers do not access buffer after error.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-68466.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-68466 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-68466
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-68466 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-68466 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 17, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '307e4f4c1d4e1575b3495ecc6e41aa2adc40f491', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'c367af37ce7238c96c6071337149099467160746', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '623c4d8e740debb4af28981e3d4e209f9d0260a4', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'bd4a622786f92e1f183f7557ab89dd32891cef60', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '8f5c3ee53a5dc1a0f7cfd780485f2c8b5d17f91d', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'cf7258f57d18026b8f77c0e80ff1805e9caf7250', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'cb2031f8b226efbd13735c07b075e5f14ec11f6d', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '17a8ce84964f243c8f89dc7353ac7e8d3137bc74', 'versionType': 'git'}], 'programFiles': ['drivers/mtd/nand/raw/lpc32xx_slc.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '3.7'}, {'status': 'unaffected', 'version': '0', 'lessThan': '3.7', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc4', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/mtd/nand/raw/lpc32xx_slc.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '307e4f4c1d4e1575b3495ecc6e41aa2adc40f491', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'c367af37ce7238c96c6071337149099467160746', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '623c4d8e740debb4af28981e3d4e209f9d0260a4', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'bd4a622786f92e1f183f7557ab89dd32891cef60', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '8f5c3ee53a5dc1a0f7cfd780485f2c8b5d17f91d', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'cf7258f57d18026b8f77c0e80ff1805e9caf7250', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'cb2031f8b226efbd13735c07b075e5f14ec11f6d', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '17a8ce84964f243c8f89dc7353ac7e8d3137bc74', 'versionType': 'git'}], 'programFiles': ['drivers/mtd/nand/raw/lpc32xx_slc.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '3.7'}, {'status': 'unaffected', 'version': '0', 'lessThan': '3.7', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/mtd/nand/raw/lpc32xx_slc.c'], 'defaultStatus': 'affected'}] -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 15, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '307e4f4c1d4e1575b3495ecc6e41aa2adc40f491', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'c367af37ce7238c96c6071337149099467160746', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '623c4d8e740debb4af28981e3d4e209f9d0260a4', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'bd4a622786f92e1f183f7557ab89dd32891cef60', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '8f5c3ee53a5dc1a0f7cfd780485f2c8b5d17f91d', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'cf7258f57d18026b8f77c0e80ff1805e9caf7250', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': 'cb2031f8b226efbd13735c07b075e5f14ec11f6d', 'versionType': 'git'}, {'status': 'affected', 'version': '2944a44da09e46b6db2fd2c3334f242b09e05c43', 'lessThan': '17a8ce84964f243c8f89dc7353ac7e8d3137bc74', 'versionType': 'git'}], 'programFiles': ['drivers/mtd/nand/raw/lpc32xx_slc.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '3.7'}, {'status': 'unaffected', 'version': '0', 'lessThan': '3.7', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc4', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/mtd/nand/raw/lpc32xx_slc.c'], 'defaultStatus': 'affected'}] 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. Added Reference https://git.kernel.org/stable/c/17a8ce84964f243c8f89dc7353ac7e8d3137bc74 Added Reference https://git.kernel.org/stable/c/307e4f4c1d4e1575b3495ecc6e41aa2adc40f491 Added Reference https://git.kernel.org/stable/c/623c4d8e740debb4af28981e3d4e209f9d0260a4 Added Reference https://git.kernel.org/stable/c/8f5c3ee53a5dc1a0f7cfd780485f2c8b5d17f91d Added Reference https://git.kernel.org/stable/c/bd4a622786f92e1f183f7557ab89dd32891cef60 Added Reference https://git.kernel.org/stable/c/c367af37ce7238c96c6071337149099467160746 Added Reference https://git.kernel.org/stable/c/cb2031f8b226efbd13735c07b075e5f14ec11f6d Added Reference https://git.kernel.org/stable/c/cf7258f57d18026b8f77c0e80ff1805e9caf7250