In the Linux kernel, the following vulnerability has been resolved:
be2net: fix potential memory leak in be_xmit()
The be_xmit() returns NETDEV_TX_OK without freeing skb
in case of be_xmit_enqueue() fails, add dev_kfree_skb_any() to fix it.
References
Configurations
Configuration 1 (hide)
|
History
13 Nov 2024, 15:29
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/4c5f170ef4f85731a4d43ad9a6ac51106c0946be - Patch | |
References | () https://git.kernel.org/stable/c/641c1beed52bf3c6deb0193fe4d38ec9ff75d2ae - Patch | |
References | () https://git.kernel.org/stable/c/6b7ce8ee01c33c380aaa5077ff25215492e7eb0e - Patch | |
References | () https://git.kernel.org/stable/c/77bc881d370e850b7f3cd2b5eae67d596b40efbc - Patch | |
References | () https://git.kernel.org/stable/c/919ab6e2370289a2748780f44a43333cd3878aa7 - Patch | |
References | () https://git.kernel.org/stable/c/941026023c256939943a47d1c66671526befbb26 - Patch | |
References | () https://git.kernel.org/stable/c/e4dd8bfe0f6a23acd305f9b892c00899089bd621 - Patch | |
References | () https://git.kernel.org/stable/c/e86a79b804e26e3b7f1e415b22a085c0bb7ea3d3 - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* |
|
CWE | CWE-401 |
08 Nov 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
07 Nov 2024, 10:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-11-07 10:15
Updated : 2024-11-13 15:29
NVD link : CVE-2024-50167
Mitre link : CVE-2024-50167
CVE.ORG link : CVE-2024-50167
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime