Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-64124

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
20/07/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: devmem: reject dma-buf bind with non-page-aligned size or SG length<br /> <br /> net_devmem_bind_dmabuf() trusts dmabuf-&gt;size and sg_dma_len() to be<br /> PAGE_SIZE multiples without checking:<br /> <br /> - tx_vec is sized dmabuf-&gt;size / PAGE_SIZE, and<br /> net_devmem_get_niov_at() only bounds-checks virt_addr size<br /> before indexing tx_vec[virt_addr / PAGE_SIZE]. With size =<br /> N*PAGE_SIZE + r (1 size); the<br /> SG-length check covers both directions.