CVE-2024-42078
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.
Does this matter?
Lower severity and a low EPSS score (0.22%). Track it; it rarely justifies an emergency change on its own.
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 can trigger an oops. Move the initialisation earlier before it can possibly be dereferenced.
- CVSS 3.1
- 5.5 MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.22% probability · 13th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-665
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/7e8b94045bc77ce4f085ddfb9eb04e5760e66169Patch
- https://git.kernel.org/stable/c/e0011bca603c101f2a3c007bdb77f7006fa78fb1Patch
- https://git.kernel.org/stable/c/7e8b94045bc77ce4f085ddfb9eb04e5760e66169Patch
- https://git.kernel.org/stable/c/e0011bca603c101f2a3c007bdb77f7006fa78fb1Patch
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.