CVE-2026-63795
Gravedad CVSS v3.1:
CRÍTICA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
19/07/2026
Última modificación:
30/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
9p: avoid putting oldfid in p9_client_walk() error path<br />
<br />
When p9_client_walk() is called with clone set to false, fid aliases<br />
oldfid. If the walk subsequently fails after the request has been sent,<br />
the error path jumps to clunk_fid, which currently calls p9_fid_put(fid)<br />
unconditionally.<br />
<br />
This drops a reference to oldfid even though ownership of oldfid remains<br />
with the caller. If this is the last reference, oldfid can be clunked and<br />
destroyed while the caller still expects it to be valid. A later use or<br />
put of oldfid can then trigger a use-after-free or refcount underflow.<br />
<br />
Fix this by only putting fid in the clunk_fid error path when it does not<br />
alias oldfid, matching the existing guard in the error path below.<br />
<br />
This can be triggered when a multi-component walk is split into multiple<br />
p9_client_walk() calls and a later non-cloning walk fails. A reproducer<br />
and refcount warning logs are available on request.
Impacto
Puntuación base 3.x
10.00
Gravedad 3.x
CRÍTICA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.0 (incluyendo) | 6.1.177 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.144 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.95 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.38 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.1.3 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/1a3860d46e3eb47dbd60339783cdad7904486b9f
- https://git.kernel.org/stable/c/6dbe9443d9f5f7fb6d319a7b77108853ae6c6bea
- https://git.kernel.org/stable/c/99c379ca1e221c3d75c7c804ebbf4e5ee37a3070
- https://git.kernel.org/stable/c/a61bdcba4f64c2f90d01461913f429ab151f1ca6
- https://git.kernel.org/stable/c/a7656d368265d085ac9bb85ab31b0cdb72ad8c38
- https://git.kernel.org/stable/c/b84f46179c806450b89821221ea5bd9a1698aba8



