First published: Fri Sep 27 2024(Updated: )
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
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.10<6.1.111 | |
Linux Kernel | >=6.2<6.6.52 | |
Linux Kernel | >=6.7<6.10.11 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 | |
Linux Kernel | =6.11-rc4 | |
Linux Kernel | =6.11-rc5 | |
Linux Kernel | =6.11-rc6 | |
Linux Kernel | =6.11-rc7 | |
debian/linux | <=5.10.223-1 | 5.10.234-1 6.1.129-1 6.1.135-1 6.12.22-1 6.12.25-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-46854 has a severity rating that indicates the potential impact on system security due to packet leakage.
To fix CVE-2024-46854, update your Linux kernel to a version that has addressed this vulnerability, such as 6.1.123-1 or higher.
CVE-2024-46854 affects various versions of the Linux kernel, including those from 4.10 up to 6.11 including release candidates.
Yes, CVE-2024-46854 can lead to data leakage when sending packets under 60 bytes due to uninitialized memory being exposed.
The main issue caused by CVE-2024-46854 is that it allows for the potential leakage of up to three bytes of data in certain packets.