In the Linux kernel, the following vulnerability has been resolved:
wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()
In the for statement of lbs_allocate_cmd_buffer(), if the allocation of
cmdarray[i].cmdbuf fails, both cmdarray and cmdarray[i].cmdbuf needs to
be freed. Otherwise, there will be memleaks in lbs_allocate_cmd_buffer().
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
14 Jan 2025, 14:54
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-401 | |
References | () https://git.kernel.org/stable/c/4d99d267da3415db2124029cb5a6d2d955ca43f9 - Patch | |
References | () https://git.kernel.org/stable/c/5f0e4aede01cb01fa633171f0533affd25328c3a - Patch | |
References | () https://git.kernel.org/stable/c/8e243ac649c10922a6b4855170eaefe4c5b3faab - Patch | |
References | () https://git.kernel.org/stable/c/96481624fb5a6319079fb5059e46dbce43a90186 - Patch | |
References | () https://git.kernel.org/stable/c/bea9573c795acec5614d4ac2dcc7b3b684cea5bf - Patch | |
References | () https://git.kernel.org/stable/c/d219724d4b0ddb8ec7dfeaed5989f23edabaf591 - Patch | |
References | () https://git.kernel.org/stable/c/da10f6b7918abd5b4bc5c9cb66f0fc6763ac48f3 - Patch | |
References | () https://git.kernel.org/stable/c/e888c4461e109f7b93c3522afcbbaa5a8fdf29d2 - Patch | |
References | () https://git.kernel.org/stable/c/f0dd27314c7afe34794c2aa19dd6f2d30eb23bc7 - Patch | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Mailing List | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html - Mailing List | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
First Time |
Debian debian Linux
Debian Linux Linux linux Kernel |
21 Nov 2024, 09:20
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
References | () https://git.kernel.org/stable/c/4d99d267da3415db2124029cb5a6d2d955ca43f9 - | |
References | () https://git.kernel.org/stable/c/5f0e4aede01cb01fa633171f0533affd25328c3a - | |
References | () https://git.kernel.org/stable/c/8e243ac649c10922a6b4855170eaefe4c5b3faab - | |
References | () https://git.kernel.org/stable/c/96481624fb5a6319079fb5059e46dbce43a90186 - | |
References | () https://git.kernel.org/stable/c/bea9573c795acec5614d4ac2dcc7b3b684cea5bf - | |
References | () https://git.kernel.org/stable/c/d219724d4b0ddb8ec7dfeaed5989f23edabaf591 - | |
References | () https://git.kernel.org/stable/c/da10f6b7918abd5b4bc5c9cb66f0fc6763ac48f3 - | |
References | () https://git.kernel.org/stable/c/e888c4461e109f7b93c3522afcbbaa5a8fdf29d2 - | |
References | () https://git.kernel.org/stable/c/f0dd27314c7afe34794c2aa19dd6f2d30eb23bc7 - |
05 Nov 2024, 10:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
27 Jun 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
25 Jun 2024, 22:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Summary |
|
17 May 2024, 14:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-05-17 14:15
Updated : 2025-01-14 14:54
NVD link : CVE-2024-35828
Mitre link : CVE-2024-35828
CVE.ORG link : CVE-2024-35828
JSON object : View
Products Affected
linux
- linux_kernel
debian
- debian_linux
CWE
CWE-401
Missing Release of Memory after Effective Lifetime