In the Linux kernel, the following vulnerability has been resolved:
exfat: fix memory leak in exfat_load_bitmap()
If the first directory entry in the root directory is not a bitmap
directory entry, 'bh' will not be released and reassigned, which
will cause a memory leak.
References
Configurations
Configuration 1 (hide)
|
History
25 Oct 2024, 19:49
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/4e1813e52f86eb8db0c6c9570251f2fcbc571f5d - Patch | |
References | () https://git.kernel.org/stable/c/89081e8407e637463db5880d168e3652fb9f4330 - Patch | |
References | () https://git.kernel.org/stable/c/bf0b3b35259475d1fe377bcaa565488e26684f7a - Patch | |
References | () https://git.kernel.org/stable/c/d2b537b3e533f28e0d97293fe9293161fe8cd137 - Patch | |
References | () https://git.kernel.org/stable/c/dca359db1eb37f334267ebd7e3cab9a66d191d5b - Patch | |
References | () https://git.kernel.org/stable/c/ddf704c2ce3b73f38d2dd8cf1bb0f7ec038bdf63 - Patch | |
References | () https://git.kernel.org/stable/c/f692160d3e1e5450605071b8df8f7d08d9b09a83 - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Linux linux Kernel
Linux |
|
CWE | CWE-401 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
23 Oct 2024, 15:13
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
21 Oct 2024, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-10-21 19:15
Updated : 2024-10-25 19:49
NVD link : CVE-2024-50013
Mitre link : CVE-2024-50013
CVE.ORG link : CVE-2024-50013
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime