CVE-2026-43102
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
06/05/2026
Última modificación:
06/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: airoha: Fix memory leak in airoha_qdma_rx_process()<br />
<br />
If an error occurs on the subsequents buffers belonging to the<br />
non-linear part of the skb (e.g. due to an error in the payload length<br />
reported by the NIC or if we consumed all the available fragments for<br />
the skb), the page_pool fragment will not be linked to the skb so it will<br />
not return to the pool in the airoha_qdma_rx_process() error path. Fix the<br />
memory leak partially reverting commit &#39;d6d2b0e1538d ("net: airoha: Fix<br />
page recycling in airoha_qdma_rx_process()")&#39; and always running<br />
page_pool_put_full_page routine in the airoha_qdma_rx_process() error<br />
path.



