cve/2024/CVE-2024-47737.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2024-47737

Description

In the Linux kernel, the following vulnerability has been resolved:nfsd: call cache_put if xdr_reserve_space returns NULLIf not enough buffer space available, but idmap_lookup has triggeredlookup_fn which calls cache_get and returns successfully. Then wemissed to call cache_put here which pairs with cache_get.Reviwed-by: Jeff Layton jlayton@kernel.org

POC

Reference

No PoCs from references.

Github