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

CVE-2026-43078

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

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl<br /> <br /> When page reassignment was added to af_alg_pull_tsgl the original<br /> loop wasn&amp;#39;t updated so it may try to reassign one more page than<br /> necessary.<br /> <br /> Add the check to the reassignment so that this does not happen.<br /> <br /> Also update the comment which still refers to the obsolete offset<br /> argument.