Vulnerability in Linux

CVE-2026-72450

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate selector family and prefixlen during match syzbot reported a shift-out-of-bounds in xfrm_selector_match() due to AF_UNSPEC selector with large prefixlen (e.g. 128) matched against IPv4 flow (when XFRM_STATE_AF_UNSPEC is set). Fix this by: - Rejecting mismatched families in xfrm_selector_match. - Returning false in addr4_match if prefixlen > 32. - Returning false in addr_match if prefixlen > 128 (prevents overflow).

Affected products

  • Linux — versions 8df5cd51fd70c33aa1776e5cbcd82b0a86649d73, 2d08a6c31c65f23db71a5385ee9cf9d8f9a67a71, bce1afaa212ec380bf971614f70909a27882b862

References