CVE-2024-50251
MEDIUM 6.2EPSS 0.5%
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, thenskb_checksum() triggers BUG_ON().skb_checksum() internally subtracts the length parameter while iteratingover skbuff, BUG_ON(len) at the end of it checks that the expectedlength to be included in the checksum calculation is fully consumed.
- CVSS v3.1
- 6.2 MEDIUM
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H - EPSS
- 0.53% chance of exploitation in the next 30 days, 43th percentile
- Published
- 2024-11-09
- Updated
- 2026-05-12
Proof-of-concept exploits (1)
- slavin-ayu/CVE-2024-50251-PoC2★ · 2024-11-12