In the Linux kernel, the following vulnerability has been resolved:
netfilter: ebtables: fix memory leak when blob is malformed
The bug fix was incomplete, it "replaced" crash with a memory leak.
The old code had an assignment to "ret" embedded into the conditional,
restore this.
References
Configurations
Configuration 1 (hide)
|
History
07 Jan 2025, 16:57
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/11ebf32fde46572b0aaf3c2bdd97d923ef5a03ab - Patch | |
References | () https://git.kernel.org/stable/c/1e98318af2f163eadaff815abcef38d27ca92c1e - Patch | |
References | () https://git.kernel.org/stable/c/38cf372b17f0a5f35c1b716a100532d539f0eb33 - Patch | |
References | () https://git.kernel.org/stable/c/62ce44c4fff947eebdf10bb582267e686e6835c9 - Patch | |
References | () https://git.kernel.org/stable/c/754e8b74281dd54a324698803483f47cf3355ae1 - Patch | |
References | () https://git.kernel.org/stable/c/d5917b7af7cae0e2804f9d127a03268035098b7f - Patch | |
References | () https://git.kernel.org/stable/c/ebd97dbe3c55d68346b9c5fb00634a7f5b10bbee - Patch | |
CWE | CWE-401 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
First Time |
Linux
Linux linux Kernel |
21 Nov 2024, 07:33
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References | () https://git.kernel.org/stable/c/11ebf32fde46572b0aaf3c2bdd97d923ef5a03ab - | |
References | () https://git.kernel.org/stable/c/1e98318af2f163eadaff815abcef38d27ca92c1e - | |
References | () https://git.kernel.org/stable/c/38cf372b17f0a5f35c1b716a100532d539f0eb33 - | |
References | () https://git.kernel.org/stable/c/62ce44c4fff947eebdf10bb582267e686e6835c9 - | |
References | () https://git.kernel.org/stable/c/754e8b74281dd54a324698803483f47cf3355ae1 - | |
References | () https://git.kernel.org/stable/c/d5917b7af7cae0e2804f9d127a03268035098b7f - | |
References | () https://git.kernel.org/stable/c/ebd97dbe3c55d68346b9c5fb00634a7f5b10bbee - |
28 Apr 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-04-28 13:15
Updated : 2025-01-07 16:57
NVD link : CVE-2022-48641
Mitre link : CVE-2022-48641
CVE.ORG link : CVE-2022-48641
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime