CVE-2026-53278
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
26/06/2026
Última modificación:
08/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
arm_mpam: Check whether the config array is allocated before destroying it<br />
<br />
__destroy_component_cfg() is called to free the configuration array.<br />
It uses the embedded &#39;garbage&#39; structure, which means the array has<br />
to be allocated.<br />
<br />
If __destroy_component_cfg() is called from mpam_disable() before the<br />
configuration was ever allocated, then a NULL pointer is dereferenced.<br />
<br />
Check for this case and return early if the configuration is not<br />
allocated.<br />
<br />
__destroy_component_cfg() also frees the mbwu_state as this is allocated<br />
by __allocate_component_cfg(). As the mbwu_state is allocated after<br />
comp->cfg is set, and is also under mpam_list_lock, only the first<br />
pointer needs checking.
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.19 (incluyendo) | 7.0.10 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



