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

CVE-2026-46100

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
27/05/2026
Última modificación:
30/05/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> fs: afs: revert mmap_prepare() change<br /> <br /> Partially reverts commit 9d5403b1036c ("fs: convert most other<br /> generic_file_*mmap() users to .mmap_prepare()").<br /> <br /> This is because the .mmap invocation establishes a refcount, but<br /> .mmap_prepare is called at a point where a merge or an allocation failure<br /> might happen after the call, which would leak the refcount increment.<br /> <br /> Functionality is being added to permit the use of .mmap_prepare in this<br /> case, but in the interim, we need to fix this.