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

CVE-2026-80584

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

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> s390/qeth: validate user buffer length in SNMP and ARP query ioctls<br /> <br /> qeth_snmp_command() and qeth_l3_arp_query() allocate a buffer sized by<br /> a user-supplied length (udata_len) without checking a lower bound, then<br /> set udata_offset to a fixed non-zero value and pass both to a reply<br /> callback. The callback bounds-checks the copy with<br /> <br /> if ((udata_len - udata_offset)