CVE-2026-31645
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/04/2026
Última modificación:
24/04/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: lan966x: fix page pool leak in error paths<br />
<br />
lan966x_fdma_rx_alloc() creates a page pool but does not destroy it if<br />
the subsequent fdma_alloc_coherent() call fails, leaking the pool.<br />
<br />
Similarly, lan966x_fdma_init() frees the coherent DMA memory when<br />
lan966x_fdma_tx_alloc() fails but does not destroy the page pool that<br />
was successfully created by lan966x_fdma_rx_alloc(), leaking it.<br />
<br />
Add the missing page_pool_destroy() calls in both error paths.



