CVE-2026-52979
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
14/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: psp: check for device unregister when creating assoc<br />
<br />
psp_assoc_device_get_locked() obtains a psp_dev reference via<br />
psp_dev_get_for_sock() (which uses psp_dev_tryget() under RCU);<br />
it then acquires psd->lock and drops the reference. Before<br />
the lock is taken, psp_dev_unregister() can run to completion:<br />
take psd->lock, clear out state, unlock, drop the registration<br />
reference.<br />
<br />
The expectation is that the lock prevents device unregistration,<br />
but much like with netdevs special care has to be taken when<br />
"upgrading" a reference to a locked device. Add the missing<br />
check if device is still alive. psp_dev_is_registered() exists<br />
already but had no callers, which makes me wonder if I either<br />
forgot to add this or lost the check during refactoring...
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:*:*:*:*:*:*:*:* | 6.18 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



