CVE-2025-38717
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-362
Ejecución concurrente utilizando recursos compartidos con una incorrecta sincronización (Condición de carrera)
Fecha de publicación:
04/09/2025
Última modificación:
25/11/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: kcm: Fix race condition in kcm_unattach()<br />
<br />
syzbot found a race condition when kcm_unattach(psock)<br />
and kcm_release(kcm) are executed at the same time.<br />
<br />
kcm_unattach() is missing a check of the flag<br />
kcm->tx_stopped before calling queue_work().<br />
<br />
If the kcm has a reserved psock, kcm_unattach() might get executed<br />
between cancel_work_sync() and unreserve_psock() in kcm_release(),<br />
requeuing kcm->tx_work right before kcm gets freed in kcm_done().<br />
<br />
Remove kcm->tx_stopped and replace it by the less<br />
error-prone disable_work_sync().
Impacto
Puntuación base 3.x
4.70
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.6 (incluyendo) | 6.12.43 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.15.11 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.16 (incluyendo) | 6.16.2 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



