Bug 2324886 (CVE-2024-50251) - CVE-2024-50251 kernel: netfilter: nft_payload: sanitize offset and length before calling skb_checksum()
Summary: CVE-2024-50251 kernel: netfilter: nft_payload: sanitize offset and length bef...
Keywords:
Status: NEW
Alias: CVE-2024-50251
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2325108
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-09 11:03 UTC by OSIDB Bzimport
Modified: 2024-12-19 14:09 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2024:11557 0 None None None 2024-12-19 14:09:02 UTC
Red Hat Product Errata RHSA-2024:10939 0 None None None 2024-12-11 00:59:06 UTC

Description OSIDB Bzimport 2024-11-09 11:03:17 UTC
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.

Comment 1 Avinash Hanwate 2024-11-11 06:11:26 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024110937-CVE-2024-50251-66dc@gregkh/T

Comment 3 errata-xmlrpc 2024-12-11 00:59:05 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2024:10939 https://access.redhat.com/errata/RHSA-2024:10939


Note You need to log in before you can comment on or make changes to this bug.