First published: Sat Nov 09 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: NFSD: Initialize struct nfsd4_copy earlier Ensure the refcount and async_copies fields are initialized early. cleanup_async_copy() will reference these fields if an error occurs in nfsd4_copy(). If they are not correctly initialized, at the very least, a refcount underflow occurs.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | >=6.10.14<6.11.7 | |
Linux kernel | =6.12-rc1 | |
Linux kernel | =6.12-rc2 | |
Linux kernel | =6.12-rc3 | |
Linux kernel | =6.12-rc4 | |
Linux kernel | =6.12-rc5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50241 is categorized with a moderate severity level.
To fix CVE-2024-50241, update your Linux kernel to the latest version that includes the patch.
CVE-2024-50241 affects Linux kernel versions 6.10.14 to 6.11.7 and several 6.12 release candidates.
CVE-2024-50241 involves an initialization issue in the NFSD component of the Linux kernel.
There is no specific workaround for CVE-2024-50241; updating the kernel is the recommended approach.