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
No history.
Information
Published : 2024-07-29 16:15
Updated : 2024-11-21 09:33
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