CVE-2025-71090
Last modified
CVE-2025-71090 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.10% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.17.1, < 6.18.4 | — |
| Linux | Linux Kernel | 6.17 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-71090?
How severe is CVE-2025-71090?
How do I fix CVE-2025-71090?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-71085In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71086In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71087In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71088In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71089In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-7109A vulnerability, which was classified as problematic, has be…5.4
- CVE-2025-71091In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71092In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71093In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-71094In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71095In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71096In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-71090?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
