CVE-2024-49997

HIGH

Linux kernel - Info Disclosure

Title source: llm

Description

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.

Scores

CVSS v3 7.5
EPSS 0.0008
EPSS Percentile 23.2%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Classification

CWE
CWE-212
Status published

Affected Products (10)

linux/linux_kernel < 5.10.227
linux/linux_kernel
linux/Kernel < 4.19.323linux
linux/Kernel < 5.4.285linux
linux/Kernel < 5.10.227linux
linux/Kernel < 5.15.168linux
linux/Kernel < 6.1.113linux
linux/Kernel < 6.6.55linux
linux/Kernel < 6.10.14linux
linux/Kernel < 6.11.3linux

Timeline

Published Oct 21, 2024
Tracked Since Feb 18, 2026