First published: Sat Nov 09 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: sanitize offset and length before calling skb_checksum() If access to offset + length is larger than the skbuff length, then skb_checksum() triggers BUG_ON(). skb_checksum() internally subtracts the length parameter while iterating over skbuff, BUG_ON(len) at the end of it checks that the expected length to be included in the checksum calculation is fully consumed.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | >=4.5<4.19.323 | |
Linux Linux kernel | >=4.20<5.4.285 | |
Linux Linux kernel | >=5.5<5.10.229 | |
Linux Linux kernel | >=5.11<5.15.171 | |
Linux Linux kernel | >=5.16<6.1.116 | |
Linux Linux kernel | >=6.2<6.6.60 | |
Linux Linux kernel | >=6.7<6.11.7 | |
Linux Linux kernel | =6.12-rc1 | |
Linux Linux kernel | =6.12-rc2 | |
Linux Linux kernel | =6.12-rc3 | |
Linux Linux kernel | =6.12-rc4 | |
Linux Linux kernel | =6.12-rc5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.