Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.6.44, < 6.6.57 |
References
- https://git.kernel.org/stable/c/589996bf8c459deb5bbc9747d8f1c51658608103Patch
- https://git.kernel.org/stable/c/c556e72cea2a1131ae418be017dd6fc76fffe2fbPatch
- https://git.kernel.org/stable/c/d0c710372e238510db08ea01e7b8bd81ed995dd6Patch
FAQ
What is CVE-2024-50065?
CVE-2024-50065 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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() a...
How severe is CVE-2024-50065?
CVE-2024-50065 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-50065?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.