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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 20:15
Updated : 2024-11-20 20:07
NVD link : CVE-2024-50065
Mitre link : CVE-2024-50065
CVE.ORG link : CVE-2024-50065
JSON object : View
Products Affected
linux
- linux_kernel
CWE