CVE-2025-39856
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/09/2025
Última modificación:
19/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: ethernet: ti: am65-cpsw-nuss: Fix null pointer dereference for ndev<br />
<br />
In the TX completion packet stage of TI SoCs with CPSW2G instance, which<br />
has single external ethernet port, ndev is accessed without being<br />
initialized if no TX packets have been processed. It results into null<br />
pointer dereference, causing kernel to crash. Fix this by having a check<br />
on the number of TX packets which have been processed.