CVE-2024-50013: exfat: fix memory leak in exfat_load_bitmap()
In the Linux kernel, the following vulnerability has been resolved:
exfat: fix memory leak in exfatloadbitmap()
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.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-50013?
The severity of CVE-2024-50013 is classified as moderate due to the memory leak vulnerability in the Linux kernel.
How do I fix CVE-2024-50013?
To fix CVE-2024-50013, update the Linux kernel to a version that includes the patch for this vulnerability.
Which versions of the Linux kernel are affected by CVE-2024-50013?
CVE-2024-50013 affects Linux kernel versions between 5.7 and 6.11.3.
Is a workaround available for CVE-2024-50013?
There is no specific workaround for CVE-2024-50013; upgrading the kernel is recommended instead.
What can happen if CVE-2024-50013 is exploited?
If CVE-2024-50013 is exploited, it may lead to a denial of service due to excessive memory usage.