CVE-2026-80723
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
28/08/2026
Última modificación:
28/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
of: reserved_mem: prevent OOB when too many dynamic regions are defined<br />
<br />
On boot, fdt_scan_reserved_mem() saves each dynamically-placed<br />
/reserved-memory subnode into a local array of size<br />
MAX_RESERVED_REGIONS.<br />
<br />
If the device tree defines more than MAX_RESERVED_REGIONS<br />
dynamically-placed regions, fdt_scan_reserved_mem() writes past the<br />
end of the local array.<br />
<br />
Add a bounds check that logs an error and skips the excess regions,<br />
restoring the original behavior.



