CVE-2025-39925
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
01/10/2025
Última modificación:
14/01/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
can: j1939: implement NETDEV_UNREGISTER notification handler<br />
<br />
syzbot is reporting<br />
<br />
unregister_netdevice: waiting for vcan0 to become free. Usage count = 2<br />
<br />
problem, for j1939 protocol did not have NETDEV_UNREGISTER notification<br />
handler for undoing changes made by j1939_sk_bind().<br />
<br />
Commit 25fe97cb7620 ("can: j1939: move j1939_priv_put() into sk_destruct<br />
callback") expects that a call to j1939_priv_put() can be unconditionally<br />
delayed until j1939_sk_sock_destruct() is called. But we need to call<br />
j1939_priv_put() against an extra ref held by j1939_sk_bind() call<br />
(as a part of undoing changes made by j1939_sk_bind()) as soon as<br />
NETDEV_UNREGISTER notification fires (i.e. before j1939_sk_sock_destruct()<br />
is called via j1939_sk_release()). Otherwise, the extra ref on "struct<br />
j1939_priv" held by j1939_sk_bind() call prevents "struct net_device" from<br />
dropping the usage count to 1; making it impossible for<br />
unregister_netdevice() to continue.<br />
<br />
[mkl: remove space in front of label]
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.4 (incluyendo) | 6.16.8 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



