CVE-2026-80617
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 />
net: airoha: fix foe_check_time allocation size<br />
<br />
foe_check_time is declared as u16 pointer but was allocated with<br />
only ppe_num_entries bytes instead of ppe_num_entries * sizeof(u16).<br />
<br />
When airoha_ppe_foe_verify_entry() is called with hash >= ppe_num_entries/2,<br />
it writes beyond the allocated buffer, causing heap buffer overflow and<br />
potential kernel crash.



