Bug 2320593 (CVE-2024-50065) - CVE-2024-50065 kernel: ntfs3: Change to non-blocking allocation in ntfs_d_hash
Summary: CVE-2024-50065 kernel: ntfs3: Change to non-blocking allocation in ntfs_d_hash
Keywords:
Status: NEW
Alias: CVE-2024-50065
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2320925
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-21 20:01 UTC by OSIDB Bzimport
Modified: 2024-10-22 13:50 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-10-21 20:01:52 UTC
In the Linux kernel, the following vulnerability has been resolved:

ntfs3: Change to non-blocking allocation in ntfs_d_hash

d_hash is done while under "rcu-walk" and should not sleep.
__get_name() allocates using GFP_KERNEL, having the possibility
to sleep when under memory pressure. Change the allocation to
GFP_NOWAIT.

Comment 1 Avinash Hanwate 2024-10-22 11:26:19 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024102136-CVE-2024-50065-c751@gregkh/T


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