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.
References
Configurations
Configuration 1 (hide)
|
History
14 Dec 2024, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-11-09 11:15
Updated : 2024-12-14 21:15
NVD link : CVE-2024-50241
Mitre link : CVE-2024-50241
CVE.ORG link : CVE-2024-50241
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource