CVE-2026-90387

Source
https://cve.org/CVERecord?id=CVE-2026-90387
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90387.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90387
Downstream
Published
2026-09-17T16:09:22Z
Modified
2026-09-18T03:48:37Z
Summary
swiotlb: Preserve allocation virtual address for dynamic pools
Details

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

swiotlb: Preserve allocation virtual address for dynamic pools

swiotlb_alloc_tlb() can allocate from the DMA atomic pool when a decrypted pool is needed from atomic context. With CONFIG_DMA_DIRECT_REMAP, the atomic pool is backed by remapped virtual addresses, which are not the same as the direct-map addresses returned by phys_to_virt().

swiotlb_init_io_tlb_pool() currently reconstructs the pool virtual address from the physical start address. For atomic-pool backed allocations this stores the wrong address in pool->vaddr. Later, swiotlb_free_tlb() passes that address to dma_free_from_pool(), which will fail to recognize the chunk

Pass the virtual address returned by the allocation path into swiotlb_init_io_tlb_pool(), and store that address in pool->vaddr. This keeps the pool free path using the same virtual address as the allocator.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90387.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
79636caad3618e2b38457f6e298c9b31ba82b489
Fixed
68bf3ebd8e7020dae58e8aa14c7d482738bff9a8
Fixed
45507dcb0847e96add4455274b12df0eca6590b4
Fixed
35e0103177826430b5df888b1506239d41e76ab5
Fixed
c1f4d7763cdf1b9e0d35c14aa6f52d0512a36319
Fixed
57d29044d0f29a76c6ec0c112c8c7371d5608dc7

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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