CVE-2024-50251

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-50251
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-50251.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-50251
Downstream
Related
Published
2024-11-09T11:15:10Z
Modified
2025-08-09T20:01:27Z
Severity
  • 6.2 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nftpayload: sanitize offset and length before calling skbchecksum()

If access to offset + length is larger than the skbuff length, then skbchecksum() triggers BUGON().

skbchecksum() internally subtracts the length parameter while iterating over skbuff, BUGON(len) at the end of it checks that the expected length to be included in the checksum calculation is fully consumed.

References

Affected packages