First published: Mon Oct 21 2024(Updated: )
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
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.8<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47677 is considered a medium severity vulnerability due to its potential to cause a memory leak in the Linux kernel.
To fix CVE-2024-47677, it is recommended to update the Linux kernel to versions later than 6.10.13 or 6.11.2 where the vulnerability has been patched.
CVE-2024-47677 affects the exFAT file system implementations within versions of the Linux kernel between 6.8 and 6.11.
The impact of CVE-2024-47677 is primarily a memory leak that could lead to increased memory consumption over time.
CVE-2024-47677 is not classified as a remotely exploitable vulnerability but affects local system performance.