CVE-2026-72064

Source
https://cve.org/CVERecord?id=CVE-2026-72064
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72064.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72064
Downstream
Published
2026-08-15T05:52:18.069Z
Modified
2026-08-18T03:56:37.048663056Z
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
net: mana: Sync page pool RX frags for CPU
Details

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 fragcount is greater than 1. In that case the buffers remain DMA mapped by page pool and the RX completion path does not call dmaunmapsingle(). As a result, the implicit sync-for-CPU normally performed by dmaunmap_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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72064.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
730ff06d3f5cc2ce0348414b78c10528b767d4a3
Fixed
bc650dd5ce6434286b96e2b26a41af81f679cc7c
Fixed
c72a0f09c57f92113df69f9b902d11c9e4b132f5

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
7.1.5

Database specific

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