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
Link | Resource |
---|---|
https://git.kernel.org/stable/c/63fab04cbd0f96191b6e5beedc3b643b01c15889 | Mailing List Patch |
https://git.kernel.org/stable/c/e30a9a2f69c34a00a3cb4fd45c5d231929e66fb1 | Mailing List Patch |
Configurations
Configuration 1 (hide)
|
History
14 Nov 2024, 16:45
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-908 | |
References | () https://git.kernel.org/stable/c/63fab04cbd0f96191b6e5beedc3b643b01c15889 - Mailing List, Patch | |
References | () https://git.kernel.org/stable/c/e30a9a2f69c34a00a3cb4fd45c5d231929e66fb1 - Mailing List, Patch |
14 Nov 2024, 16:02
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc5:*:*:*:*:*:* |
|
CWE | NVD-CWE-noinfo | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
References | () https://git.kernel.org/stable/c/63fab04cbd0f96191b6e5beedc3b643b01c15889 - Patch | |
References | () https://git.kernel.org/stable/c/e30a9a2f69c34a00a3cb4fd45c5d231929e66fb1 - Patch | |
First Time |
Linux linux Kernel
Linux |
12 Nov 2024, 13:56
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
09 Nov 2024, 11:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-11-09 11:15
Updated : 2024-11-14 16:45
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