CVE-2026-64124

Source
https://cve.org/CVERecord?id=CVE-2026-64124
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64124.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64124
Downstream
Published
2026-07-19T15:40:21.879Z
Modified
2026-07-21T03:47:56.856587776Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
net: devmem: reject dma-buf bind with non-page-aligned size or SG length
Details

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

net: devmem: reject dma-buf bind with non-page-aligned size or SG length

netdevmembinddmabuf() trusts dmabuf->size and sgdmalen() to be PAGESIZE multiples without checking:

  • txvec is sized dmabuf->size / PAGESIZE, and netdevmemgetniovat() only bounds-checks virtaddr < dmabuf->size before indexing txvec[virtaddr / PAGESIZE]. With size = N*PAGESIZE + r (1 <= r < PAGESIZE), sendmsg() at iovbase = N*PAGESIZE passes the bound check and reads tx_vec[N] -- one past.

  • owner->area.numniovs = len / PAGESIZE while genpooladdowner() covers the full byte len, so a non-page-multiple non-final sg desyncs numniovs from the gen_pool region for every later sg, on both RX and TX.

dma-buf does not require page-aligned sizes, so the bind path has to enforce what its own indexing assumes. Reject both with -EINVAL.

The size check is TX-only (only tx_vec is sized off dmabuf->size); the SG-length check covers both directions.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64124.json",
    "cna_assigner": "Linux"
}
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
bd61848900bff597764238f3a8ec67c815cd316e
Fixed
134c517dfa63203287b2aad6558017f42435a02e
Fixed
d5008e4e4ee6b739256b796702a7d1aae1b5c3b4
Fixed
4eb82ba543421e9e38cc14e4e82058b78850df50

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.16.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.11

Database specific

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