CVE-2025-71090
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg() nfsd4_add_rdaccess_to_wrdeleg() unconditionally overwrites fp->fi_fds[O_RDONLY] with a newly acquired nfsd_file. However, if the client already has a SHARE_ACCESS_READ open from a previous OPEN operation, this action overwrites the existing pointer without releasing its reference, orphaning the previous reference. Additionally, the function originally stored the same nfsd_file pointer in both fp->fi_fds[O_RDONLY] and fp->fi_rdeleg_file with only a single reference. When put_deleg_file() runs, it clears fi_rdeleg_file and calls nfs4_file_put_access() to release the file. However, nfs4_file_put_access() only releases fi_fds[O_RDONLY] when the fi_access[O_RDONLY] counter drops to zero. If another READ open exists on the file, the counter remains elevated and the nfsd_file reference from the delegation is never released. This potentially causes open conflicts on that file. Then, on server shutdown, these leaks cause __nfsd_file_cache_purge() to encounter files with an elevated reference count that cannot be cleaned up, ultimately triggering a BUG() in kmem_cache_destroy() because there are still nfsd_file objects allocated in that cache.
EPSS 0.03% · 7.4th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| linux | linux_kernel | 6.17.1, 6.17, 6.19 |
| Linux | Linux | 0, 6.18.4, 6.19 |
Exploit Intelligence
Timeline
- Jan 13, 2026 CVE ID Reserved
- Jan 13, 2026 CVE Published
- Jan 13, 2026 PoC Published
- Jan 14, 2026 EPSS Score
- Jan 17, 2026 EPSS Score
- Jan 20, 2026 EPSS Score
- Jan 23, 2026 EPSS Score
- Jan 26, 2026 EPSS Score
- Jan 29, 2026 EPSS Score
- Feb 1, 2026 EPSS Score
- Feb 4, 2026 EPSS Score
- Feb 7, 2026 EPSS Score
References
- https://git.kernel.org/stable/c/c07dc84ed67c5a182273171639bacbbb87c12175 url
- https://git.kernel.org/stable/c/8072e34e1387d03102b788677d491e2bcceef6f5 url
- https://nvd.nist.gov/vuln/detail/CVE-2025-71090 advisory
- https://ubuntu.com/security/notices/USN-8273-1 advisory
- https://ubuntu.com/security/notices/USN-8289-1 advisory
- https://ubuntu.com/security/notices/USN-8278-1 advisory
- https://ubuntu.com/security/notices/USN-8275-1 advisory
- https://ubuntu.com/security/notices/USN-8280-1 advisory
- https://ubuntu.com/security/notices/USN-8279-1 advisory
- https://ubuntu.com/security/notices/USN-8254-3 advisory
- https://ubuntu.com/security/notices/USN-8291-1 advisory
- https://ubuntu.com/security/notices/USN-8277-1 advisory
- https://ubuntu.com/security/notices/USN-8255-3 advisory
- https://ubuntu.com/security/notices/USN-8274-1 advisory
- https://ubuntu.com/security/notices/USN-8281-1 advisory