In the Linux kernel, the following vulnerability has been resolved:
ntfs3: Change to non-blocking allocation in ntfsdhash
dhash is done while under "rcu-walk" and should not sleep. _getname() allocates using GFPKERNEL, having the possibility to sleep when under memory pressure. Change the allocation to GFP_NOWAIT.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/50xxx/CVE-2024-50065.json",
"cna_assigner": "Linux"
}