CVE-2026-80617: net: airoha: fix foe_check_time allocation size
Published Aug 28, 2026
·Updated
In the Linux kernel, the following vulnerability has been resolved:
net: airoha: fix foechecktime allocation size
foechecktime is declared as u16 pointer but was allocated with only ppenumentries bytes instead of ppenumentries sizeof(u16).
When airohappefoeverifyentry() is called with hash >= ppenumentries/2, it writes beyond the allocated buffer, causing heap buffer overflow and potential kernel crash.
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Linux kernelto a version that resolves this vulnerability.Fixed in resolved
Event History
Aug 28, 2026
CVE Published
via MITRE·06:48 AM
Data Sourced
via MITRE·06:48 AM
Description