CVE-2026-64124

Linux · Kernel

A boundary checking error in the Linux kernel network devmem implementation allows for out-of-bounds access during dma-buf binding.

Executive summary

A boundary checking vulnerability in the Linux kernel network devmem subsystem could allow a local attacker to achieve privilege escalation or system compromise.

Vulnerability

The net_devmem_bind_dmabuf function fails to properly validate page-aligned sizes, leading to out-of-bounds indexing in the tx_vec structure. This vulnerability requires low privileges (authenticated) to execute.

Business impact

The CVSS score of 8.8 reflects the high potential for full system compromise, including the ability to break out of containers or gain elevated privileges. This poses a severe risk to multi-tenant environments and secure system boundaries.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.35, 7.0.11, 7.1, or later, as recommended by the upstream fix.

Proactive Monitoring: Monitor for suspicious system calls related to dma-buf or network memory operations that deviate from standard baseline behavior.

Compensating Controls: Use kernel hardening features such as restricting access to sensitive network features and implementing strict container security policies (e.g., seccomp profiles).

Exploitation status

Public Exploit Available: false

Analyst recommendation

Due to the high severity and potential for privilege escalation, patching is the highest priority. Administrators must ensure all production kernels are updated to the secure versions listed to mitigate the risk of local exploitation.