CVE-2026-43401
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
08/05/2026
Última modificación:
21/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request()<br />
<br />
The update_cpu_qos_request() function attempts to initialize the &#39;freq&#39;<br />
variable by dereferencing &#39;cpudata&#39; before verifying if the &#39;policy&#39;<br />
is valid.<br />
<br />
This issue occurs on systems booted with the "nosmt" parameter, where<br />
all_cpu_data[cpu] is NULL for the SMT sibling threads. As a result,<br />
any call to update_qos_requests() will result in a NULL pointer<br />
dereference as the code will attempt to access pstate.turbo_freq using<br />
the NULL cpudata pointer.<br />
<br />
Also, pstate.turbo_freq may be updated by intel_pstate_get_hwp_cap()<br />
after initializing the &#39;freq&#39; variable, so it is better to defer the<br />
&#39;freq&#39; until intel_pstate_get_hwp_cap() has been called.<br />
<br />
Fix this by deferring the &#39;freq&#39; assignment until after the policy and<br />
driver_data have been validated.<br />
<br />
[ rjw: Added one paragraph to the changelog ]
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.18 (incluyendo) | 6.18.19 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.9 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



