CVE-2026-97423
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/09/2026
Última modificación:
25/09/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
cxl/region: Validate partition index before array access<br />
<br />
construct_region() reads cxled->part and uses it to index<br />
cxlds->part[] without checking for a negative value. If the<br />
partition was never resolved, part remains at its initial value<br />
of -1, causing an out-of-bounds array access.<br />
<br />
Add a guard to return -EBUSY when part is negative.<br />
<br />
The check was dropped during a merge.


