Security Advisory

CVE-2024-46854

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-09-27 12:42:46
Last updated 2026-05-12 11:58:00
Assigner Linux
State PUBLISHED

Description

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