In the Linux kernel, the following vulnerability has been resolved:
nfsd: initialise nfsd_info.mutex early.
nfsd_info.mutex can be dereferenced by svc_pool_stats_start()
immediately after the new netns is created. Currently this can
trigger an oops.
Move the initialisation earlier before it can possibly be dereferenced.
References
Configurations
Configuration 1 (hide)
|
History
30 Jul 2024, 18:58
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux
Linux linux Kernel |
|
CWE | CWE-665 | |
References | () https://git.kernel.org/stable/c/7e8b94045bc77ce4f085ddfb9eb04e5760e66169 - Patch | |
References | () https://git.kernel.org/stable/c/e0011bca603c101f2a3c007bdb77f7006fa78fb1 - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Summary |
|
29 Jul 2024, 16:21
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-07-29 16:15
Updated : 2024-07-30 18:58
NVD link : CVE-2024-42078
Mitre link : CVE-2024-42078
CVE.ORG link : CVE-2024-42078
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-665
Improper Initialization