CVE-2024-50065
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/10/2024
Last modified:
20/11/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ntfs3: Change to non-blocking allocation in ntfs_d_hash<br />
<br />
d_hash is done while under "rcu-walk" and should not sleep.<br />
__get_name() allocates using GFP_KERNEL, having the possibility<br />
to sleep when under memory pressure. Change the allocation to<br />
GFP_NOWAIT.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6.44 (including) | 6.6.57 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.11.4 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



