In the Linux kernel, the following vulnerability has been resolved:
exfat: resolve memory leak from exfat_create_upcase_table()
If exfat_load_upcase_table reaches end and returns -EINVAL,
allocated memory doesn't get freed and while
exfat_load_default_upcase_table allocates more memory, leading to a
memory leak.
Here's link to syzkaller crash report illustrating this issue:
https://syzkaller.appspot.com/text?tag=CrashReport&x=1406c201980000
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 12:15
Updated : 2024-10-22 14:55
NVD link : CVE-2024-47677
Mitre link : CVE-2024-47677
CVE.ORG link : CVE-2024-47677
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime