Out-of-bounds read in Linux kernel - CVE-2026-63857
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to an out-of-bounds read in airoha_dev_xmit() when processing fragmented socket buffers. A local user can trigger transmission of a crafted fragmented packet to cause a denial of service.
The unsafe read occurs during the final loop iteration when the loop index reaches the fragment count, which may trigger a page fault.