In the Linux kernel, the following vulnerability has been resolved:
nfsd: call cache_put if xdr_reserve_space returns NULL
If not enough buffer space available, but idmap_lookup has triggered
lookup_fn which calls cache_get and returns successfully. Then we
missed to call cache_put here which pairs with cache_get.
Reviwed-by: Jeff Layton <jlayton@kernel.org>
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 13:15
Updated : 2024-11-08 16:15
NVD link : CVE-2024-47737
Mitre link : CVE-2024-47737
CVE.ORG link : CVE-2024-47737
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference