CVE-2025-39720
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
05/09/2025
Última modificación:
08/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ksmbd: fix refcount leak causing resource not released<br />
<br />
When ksmbd_conn_releasing(opinfo->conn) returns true,the refcount was not<br />
decremented properly, causing a refcount leak that prevents the count from<br />
reaching zero and the memory from being released.