PT-2026-61441 · Linux+1 · Linux Kernel+1
CVE-2026-64124
·
Published
2026-05-20
·
Updated
2026-09-07
CVSS v3.1
8.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the
net devmem bind dmabuf() function where the system trusts dmabuf->size and sg dma len() to be multiples of PAGE SIZE without verification. This leads to two primary problems: first, if the size is not page-aligned, sendmsg() can perform an out-of-bounds read on the tx vec array. Second, a non-page-multiple scatter-gather (SG) length causes a desynchronization between owner->area.num niovs and the general pool region for subsequent SG entries in both RX and TX directions. DMA-buf does not inherently require page-aligned sizes, meaning the bind path must explicitly enforce these constraints to prevent indexing errors.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Out of bounds Read
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu