CVE-2026-74404
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
15/08/2026
Última modificación:
15/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one<br />
<br />
Sashiko notes:<br />
<br />
> regarding the bounds check in snp_filter_reserved_mem_regions()<br />
> called via walk_iomem_res_desc(): does the check<br />
> if ((range_list->num_elements * 16 + 8) > PAGE_SIZE)<br />
> allow an off-by-one heap buffer overflow?<br />
><br />
> If range_list->num_elements is 255, 255 * 16 + 8 = 4088, which is Writing range->base (8 bytes) fills 4088-4095, but writing range->page_count<br />
> (4 bytes) would write to 4096-4099, overflowing the kzalloc-allocated<br />
> PAGE_SIZE buffer.<br />
<br />
Fix this by accounting for the entry about to be written to, in addition to<br />
the entries that are already allocated.



