Impact
A flaw in the Linux kernel’s NFS daemon invalidates session slot management during V4 request argument decoding. When an ID mapping lookup upcall is timed out, the request is marked for deferral and dropped, preventing the normal response encoding from executing. Consequently the session slot flag never clears, causing subsequent client operations to fail with an NFSerr_JuiceBox error, effectively denying service to legitimate clients and disrupting file system operations.
Affected Systems
All Linux distributions running the Linux kernel exposed to the NFS daemon are potentially susceptible, as the vulnerability is located in the kernel’s NFS server implementation (nfsd). No vendor‑specific version list was provided, but any kernel configuration that enables NFSv4 without the patch is affected.
Risk and Exploitability
The vulnerability appears to be exploitable through crafted NFSv4 client requests that trigger ID mapping lookups. The EPSS score is not available, but the absence of a KEV listing indicates it has not yet been observed in the wild as a known exploit. Nonetheless, the CVSS score of the upstream patch assessment suggests a serious impact, and an attacker with network access to the NFS server could reliably induce a denial of service by sending repeated compound operations. The fix requires kernel changes that prevent any NFSv4 request from being deferred during idmap lookup.
OpenCVE Enrichment