CVE-2026-53235
The CVE-2026-53235 issue affects the Linux kernel: skb_gro_receive_list() called skb_pull() without ensuring the data is in the linear area via pskb_may_pull(), which can occur when packets arrive via napi_gro_frags() and data is in page fragments with a non-zero skb_gro_offset. This can lead to ...