GHSA-3j9q-258h-4v38unknown
In the Linux kernel, the following vulnerability has been resolved: ipvs: skip ipv6 extension...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
ipvs: skip ipv6 extension headers for csum checks
Protocol checksum validation fails for IPv6 if there are extension headers before the protocol header. iph->len already contains its offset, so use it to fix the problem.