CVE-2026-64253
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
24/07/2026
Última modificación:
17/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
kernel/fork: clear PF_BLOCK_TS in copy_process()<br />
<br />
PF_BLOCK_TS is only set in blk_time_get_ns() when current->plug is<br />
non-NULL, and blk_finish_plug() clears it via __blk_flush_plug()<br />
before NULLing the plug pointer. copy_process() breaks the<br />
invariant by inheriting PF_BLOCK_TS from the parent while resetting<br />
the child&#39;s plug to NULL.<br />
<br />
Clear PF_BLOCK_TS alongside that assignment so callers can rely on<br />
"PF_BLOCK_TS set implies current->plug != NULL" and dereference<br />
current->plug unguarded.
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.9 (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



