THREAT OPS › Threat News › [NVD] CVE-2026-80617 (CRITICAL 9.8) — In the Linux kernel, the following vulnerability has been resolved:
net: airoha: fix foe_check_time allocation size
foe_check_time is declared as u16 pointer but was allocated with
only ppe_num_entries bytes instead of ppe_num_entries * sizeof(u16).
When airoha_ppe_foe_verify_
[NVD] CVE-2026-80617 (CRITICAL 9.8) — In the Linux kernel, the following vulnerability has been resolved: net: airoha: fix foe_check_time allocation size foe_check_time is declared as u16 pointer but was allocated with only ppe_num_entries bytes instead of ppe_num_entries * sizeof(u16). When airoha_ppe_foe_verify_
CVE-2026-80617 CVSS: 9.8 CRITICAL Published: 2026-08-28T08:16:45.723
In the Linux kernel, the following vulnerability has been resolved:
net: airoha: fix foe_check_time allocation size
foe_check_time is declared as u16 pointer but was allocated with only ppe_num_entries bytes instead of ppe_num_entries * sizeof(u16).
When airoha_ppe_foe_verify_entry() is called with hash >= ppe_num_entries/2,
Indicators of compromise
- CVE-2026-80617cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-80617