CVE-2026-72064
Last modified
CVE-2026-72064 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: mana: Sync page pool RX frags for CPU MANA allocates RX buffers from page pool fragments when frag_count is greater than 1. In that case the buffers remain DMA mapped by page pool and the RX completion path does not call dma_unmap_single(). EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: mana: Sync page pool RX frags for CPU MANA allocates RX buffers from page pool fragments when frag_count is greater than 1. In that case the buffers remain DMA mapped by page pool and the RX completion path does not call dma_unmap_single(). As a result, the implicit sync-for-CPU normally performed by dma_unmap_single() is missing before the packet data is passed to the networking stack. This breaks RX on configurations which require explicit DMA syncing, for example when booted with swiotlb=force. Fix this by recording the page pool page and DMA sync offset when the RX buffer is allocated, and syncing the received packet range for CPU access before handing the RX buffer to the stack.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 730ff06d3f5cc2ce0348414b78c10528b767d4a3, < bc650dd5ce6434286b96e2b26a41af81f679cc7c; >= 730ff06d3f5cc2ce0348414b78c10528b767d4a3, < c72a0f09c57f92113df69f9b902d11c9e4b132f5 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72064?
How severe is CVE-2026-72064?
How do I fix CVE-2026-72064?
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-72059In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7206A security flaw has been discovered in dubydu sqlite-mcp up …7.3
- CVE-2026-72060In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72061In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72062In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72063In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72065In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72066In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72067In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72068In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72069In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72070In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72064?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
