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

CVE-2026-74523

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

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> qede: sync udp_tunnel ports outside qede_lock in the recovery path<br /> <br /> A TX timeout on a qede NIC that has VXLAN/GENEVE tunnel ports<br /> configured wedges the rtnetlink control plane of the whole machine:<br /> <br /> NETDEV WATCHDOG: ens6f1 (qede): transmit queue 2 timed out 10226 ms<br /> [qede_tx_timeout:586(ens6f1)]TX timeout on queue 2!<br /> [qede_recovery_handler:2665(ens6f0)]Starting a recovery process<br /> <br /> The recovery path deadlocks on the driver&amp;#39;s own mutex:<br /> <br /> qede_sp_task<br /> rtnl_lock()<br /> mutex_lock(&amp;edev-&gt;qede_lock) sync_table == qede_udp_tunnel_sync<br /> mutex_lock(&amp;edev-&gt;qede_lock)