CVE-2025-68333
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
22/12/2025
Última modificación:
26/02/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
sched_ext: Fix possible deadlock in the deferred_irq_workfn()<br />
<br />
For PREEMPT_RT=y kernels, the deferred_irq_workfn() is executed in<br />
the per-cpu irq_work/* task context and not disable-irq, if the rq<br />
returned by container_of() is current CPU&#39;s rq, the following scenarios<br />
may occur:<br />
<br />
lock(&rq->__lock);<br />
<br />
lock(&rq->__lock);<br />
<br />
This commit use IRQ_WORK_INIT_HARD() to replace init_irq_work() to<br />
initialize rq->scx.deferred_irq_work, make the deferred_irq_workfn()<br />
is always invoked in hard-irq context.
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.12 (incluyendo) | 6.12.68 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.17.12 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:6.18:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.18:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.18:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.18:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.18:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.18:rc6:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



