CVE-2026-90012

Source
https://cve.org/CVERecord?id=CVE-2026-90012
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90012.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90012
Downstream
Published
2026-09-16T10:33:19Z
Modified
2026-09-18T03:48:34Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
spi: Fix DMA mapping ownership on partial map failure
Details

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

spi: Fix DMA mapping ownership on partial map failure

If RX mapping fails after TX mapping succeeds, __spi_map_msg() unmaps TX but leaves tx_sg_mapped set. If TX mapping fails on a later transfer, mappings created for earlier transfers remain active.

In both cases, cur_{tx,rx}_dma_dev have not yet been updated because they are assigned only after every transfer has been mapped. The subsequent spi_unmap_msg() may therefore unmap the TX mapping again or release earlier mappings using a NULL or stale device. Using a NULL device can trigger an oops. An empty SG table does not prevent the NULL dereference because dma_unmap_sg_attrs() accesses the device before checking the entry count.

Publish both mapping devices before mapping starts and unwind all failures through __spi_unmap_msg(). This clears the mapping flags and releases each mapping once with the device that created it.

Publishing the devices before the loop also refreshes them when no transfer needs mapping. No mapping flag is set in that case, so current users do not use the pointers as mapping owners.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90012.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e289df82344fecc104ad8326b9ab6da612b9c899
Fixed
cc8354213ad6bd5fb8cc05a3fa3701188d086626
Fixed
a38051fa2ddedbc8ec15292c55e276880ec5b9a4
Fixed
5def8b6aaad44603740786262b95b6f77df52a1c
Fixed
367cea239fc93094e5c16a72724800e0358f5c46

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90012.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90012.json"