CVE-2026-53010
Gravedad CVSS v3.1:
CRÍTICA
Tipo:
CWE-416
Utilización después de liberación
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 />
ksmbd: fix use-after-free in smb2_open during durable reconnect<br />
<br />
In smb2_open, the call to ksmbd_put_durable_fd(fp) drops the reference<br />
to the durable file descriptor early during the durable reconnect<br />
process. If an error occurs subsequently (eg, ksmbd_iov_pin_rsp fails)<br />
or a scavenger accesses the file, it leads to a use-after-free when<br />
accessing fp properties (eg fp->create_time).<br />
<br />
Move the single put to the end of the function below err_out2 so fp<br />
stays valid until smb2_open returns.
Impacto
Puntuación base 3.x
9.80
Gravedad 3.x
CRÍTICA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6.32 (incluyendo) | 6.7 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.9 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



