mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
980 B
980 B
CVE-2024-42078
Description
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 cantrigger an oops.Move the initialisation earlier before it can possibly be dereferenced.
POC
Reference
No PoCs from references.