CVE-2026-80617
9.8Linux · Kernel
A heap buffer overflow vulnerability in the Linux kernel airoha network driver allows unauthenticated attackers to cause a kernel crash or potentially execute arbitrary code.
Executive summary
A heap buffer overflow in the Linux kernel airoha driver poses a critical risk of system instability and potential code execution, requiring immediate kernel updates.
Vulnerability
The vulnerability exists due to an incorrect memory allocation size for the foe_check_time pointer in the airoha network driver, which allows an unauthenticated attacker to trigger an out-of-bounds write during entry verification.
Business impact
Successful exploitation of this vulnerability allows for a kernel-level heap overflow, which typically leads to an immediate kernel panic and system denial of service. Given the CVSS score of 9.8, the potential for remote code execution represents a severe threat to data integrity, confidentiality, and overall infrastructure availability.
Remediation
Immediate Action: Update the Linux kernel to version 6.18.40, 7.1.5, or a later stable release where the memory allocation logic has been corrected.
Proactive Monitoring: Monitor system logs for kernel oops or panic events originating from the airoha network driver module, which may indicate attempted exploitation.
Compensating Controls: If an immediate reboot is not feasible, consider restricting network access to the affected hardware or disabling the airoha driver if it is not required for system operation.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability is classified as critical due to its potential for remote exploitation and total system compromise. Administrators must prioritize patching the Linux kernel across all affected environments to eliminate the heap overflow condition. Verification of the patch deployment should be confirmed by checking the kernel version post-update.