CVE-2024-46854

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

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

net: dpaa: Pad packets to ETH_ZLEN

When sending packets under 60 bytes, up to three bytes of the buffer following the data may be leaked. Avoid this by extending all packets to ETH_ZLEN, ensuring nothing is leaked in the padding. This bug can be reproduced by running

$ ping -s 11 destination
References

Affected packages