CVE-2026-90387
Last modified
CVE-2026-90387 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 79636caad3618e2b38457f6e298c9b31ba82b489, < 68bf3ebd8e7020dae58e8aa14c7d482738bff9a8; >= 79636caad3618e2b38457f6e298c9b31ba82b489, < 45507dcb0847e96add4455274b12df0eca6590b4; >= 79636caad3618e2b38457f6e298c9b31ba82b489, < 35e0103177826430b5df888b1506239d41e76ab5; >= 79636caad3618e2b38457f6e298c9b31ba82b489, < c1f4d7763cdf1b9e0d35c14aa6f52d0512a36319; >= 79636caad3618e2b38457f6e298c9b31ba82b489, < 57d29044d0f29a76c6ec0c112c8c7371d5608dc7 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90387?
How severe is CVE-2026-90387?
How do I fix CVE-2026-90387?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90381In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90382In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90383In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90384In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90385In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90386In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90388In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90389In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9039A configuration weakness in the device’s remote management s…8.6
- CVE-2026-90390In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90391In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90392In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90387?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
