Bug 2320178 (CVE-2024-47677) - CVE-2024-47677 kernel: exfat: resolve memory leak from exfat_create_upcase_table()
Summary: CVE-2024-47677 kernel: exfat: resolve memory leak from exfat_create_upcase_ta...
Keywords:
Status: NEW
Alias: CVE-2024-47677
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2320323
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-21 12:02 UTC by OSIDB Bzimport
Modified: 2024-10-21 14:33 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-10-21 12:02:06 UTC
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


Note You need to log in before you can comment on or make changes to this bug.