CVE-2023-53479
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
01/10/2025
Última modificación:
20/01/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
cxl/acpi: Fix a use-after-free in cxl_parse_cfmws()<br />
<br />
KASAN and KFENCE detected an user-after-free in the CXL driver. This<br />
happens in the cxl_decoder_add() fail path. KASAN prints the following<br />
error:<br />
<br />
BUG: KASAN: slab-use-after-free in cxl_parse_cfmws (drivers/cxl/acpi.c:299)<br />
<br />
This happens in cxl_parse_cfmws(), where put_device() is called,<br />
releasing cxld, which is accessed later.<br />
<br />
Use the local variables in the dev_err() instead of pointing to the<br />
released memory. Since the dev_err() is printing a resource, change the open<br />
coded print format to use the %pr format specifier.
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.0 (incluyendo) | 6.1.43 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.4.8 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:6.5:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.5:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.5:rc3:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



