CVE-2026-53240
The CVE-2026-53240 issue affects the Linux kernel xfrm/iptfs path where __input_process_payload() stores first_skb into ra_newskb and later reads it after unlocking, allowing a race with iptfs_reassem_cont() to free the skb and trigger a use-after-free. The patch replaces the unlocked read with a...