imPC@ndo IT

Tracker / CVE-2024-49997

CVE-2024-49997

High 7.5

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiq_etop: fix memory disclosure When applying padding, the buffer is not zeroed, which results in memory disclosure. The mentioned data is observed on the wire. This patch uses skb_put_padto() to pad Ethernet frames properly. The mentioned function zeroes the expanded buffer. In case the packet cannot be padded it is silently dropped. Statistics are also not incremented. This driver does not support statistics in the old 32-bit format or the new 64-bit format. These will be added in the future. In its current form, the patch should be easily backported to stable versions. Ethernet MACs on Amazon-SE and Danube cannot do padding of the packets in hardware, so software padding must be applied.

Affected products and versions

linux linux_kernel
linux linux_kernel · 3.0 → 5.10.227
linux linux_kernel · 5.11 → 5.15.168
linux linux_kernel · 5.16 → 6.1.113
linux linux_kernel · 6.11 → 6.11.3
linux linux_kernel · 6.2 → 6.6.55
linux linux_kernel · 6.7 → 6.10.14

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References