PatchSiren cyber security CVE debrief
CVE-2026-45983 Linux CVE debrief
A vulnerability in the Linux kernel's NFSv4 server (nfsd) could cause persistent session slot exhaustion, leading to denial of service for NFSv4 clients. The issue occurs when idmap lookup upcalls during compound request decoding exceed time limits, triggering improper request deferral that leaves session slots permanently marked as in-use.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-27
- Original CVE updated
- 2026-06-16
- Advisory published
- 2026-05-27
- Advisory updated
- 2026-06-16
Who should care
Organizations running Linux NFSv4 servers, particularly those with identity mapping (idmap) configurations that may experience latency. Affected systems include those serving NFSv4 workloads where session slot exhaustion would impact client availability. Priority should be given to environments with high-concurrency NFSv4 access or strict availability requirements.
Technical summary
The Linux kernel NFSv4 server implementation contains a flaw in compound request processing. During v4 request compound argument decoding, operations such as SETATTR can trigger idmap lookup upcalls. When these upcall responses exceed the allowed time limit, cache_check() marks the request for deferral and causes it to be dropped. This prevents nfs4svc_encode_compoundres from executing, leaving the session slot flag NFSD4_SLOT_INUSE uncleared. Subsequent client requests fail with NFSERR_JUKEBOX because the SEQUENCE operation detects the slot as still in-use. The fix ensures RQ_USEDEFERRAL is always cleared during nfs4svc_decode_compoundargs(), preventing any v4 request deferral.
Defensive priority
medium
Recommended defensive actions
- Apply kernel updates containing the referenced stable branch commits when available from your Linux distribution
- Monitor NFSv4 server logs for NFSERR_JUKEBOX errors indicating potential session slot exhaustion
- Consider implementing NFSv4 session monitoring to detect clients experiencing repeated SEQUENCE operation failures
- Review idmap configuration to minimize upcall latency as a risk reduction measure until patching
- Prioritize patching on systems serving NFSv4 workloads with high concurrency or strict availability requirements
Evidence notes
The vulnerability description indicates this is a logic error in NFSv4 request handling where the RQ_USEDEFERRAL flag was not properly cleared during compound argument decoding. The fix ensures no v4 requests are deferred, preventing the session slot flag NFSD4_SLOT_INUSE from remaining set indefinitely. Multiple stable kernel branch commits are referenced, indicating backports to supported kernel versions.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45983 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45983
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45983 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45983
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/063a6f22478ef929625000a2caf54667725c1dfd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/243f71ed873ff3feeb6f9b5cb145d63f7188b4c4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/3a72c7dedc99b321e0f267e4e999e5baf07c4593
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/8dff54fe88c0dcd4c55bff9fc2fa6ca968290826
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/99e17b20fddac19a228d213e00f6b9e1c10daff9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b9abb760db20504240a7147f27934d900cd80b23
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d75ec4504a4340b033b15cad0303988b3089dd93
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.