Bug 2532302 (CVE-2026-89680) - CVE-2026-89680 kernel: Linux Kernel nfsd: Denial of Service via resource leak during inter-server COPY setup
Summary: CVE-2026-89680 kernel: Linux Kernel nfsd: Denial of Service via resource leak...
Keywords:
Status: NEW
Alias: CVE-2026-89680
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 22:14 UTC by OSIDB Bzimport
Modified: 2026-09-11 22:29 UTC (History)
15 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 22:14:11 UTC
In the Linux kernel, the following vulnerability has been resolved:

nfsd: fix nfsd_file leak on inter-server COPY setup failure

When nfsd4_setup_inter_ssc() fails, nfsd4_copy() returns
nfserr_offload_denied directly, bypassing the out: label where
release_copy_files() would drop the nf_dst reference taken by
nfs4_preprocess_stateid_op(). Each failed inter-server COPY
leaks one nfsd_file, pinning file/inode/dentry/vfsmount.

Fix by setting status and jumping to out: instead of returning
directly.


Note You need to log in before you can comment on or make changes to this bug.