10139 matches found
CVE-2026-89704
In the Linux kernel nfsd subsystem, _nfsd_copy_file_range() samples the writeback error cursor (dst->f_wb_err) after the async copy loop rather than before it. Because the nfsd_file cache reuses a single struct file across concurrent requests on the same inode, a concurrent COMMIT or stable WR...
CVE-2026-89704 nfsd: sample writeback error cursor before async COPY loop
In the Linux kernel, the following vulnerability has been resolved: nfsd: sample writeback error cursor before async COPY loop nfsdcopyfilerange samples dst-fwberr into "since" after the copy loop, then uses it to detect writeback errors via filemapcheckwberr once vfsfsyncrange returns. Because t...
CVE-2026-89694
CVE-2026-89694 affects the Linux kernel NFS server (nfsd) on the OFFLOAD_CANCEL path. The function manage_cpntf_state() freed a target copy-notify state without verifying ownership. Because the lookup key (st->si_opaque.so_id) is allocated cyclically (guessable) and the embedded clientid is a ...
EUVD-2026-76606
In the Linux kernel, the following vulnerability has been resolved: nfsd: check client ownership when cancelling a copy-notify stateid On the OFFLOADCANCEL path clp != NULL, managecpntfstate freed the target cpntf state without checking ownership. The lookup key st-siopaque.soid is allocated...
CVE-2026-89694 nfsd: check client ownership when cancelling a copy-notify stateid
In the Linux kernel, the following vulnerability has been resolved: nfsd: check client ownership when cancelling a copy-notify stateid On the OFFLOADCANCEL path clp != NULL, managecpntfstate freed the target cpntf state without checking ownership. The lookup key st-siopaque.soid is allocated...
EUVD-2026-76592
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsdfile leak on inter-server COPY setup failure When nfsd4setupinterssc fails, nfsd4copy returns nfserroffloaddenied directly, bypassing the out: label where releasecopyfiles would drop the nfdst reference taken by...
CVE-2026-89680 nfsd: fix nfsd_file leak on inter-server COPY setup failure
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsdfile leak on inter-server COPY setup failure When nfsd4setupinterssc fails, nfsd4copy returns nfserroffloaddenied directly, bypassing the out: label where releasecopyfiles would drop the nfdst reference taken by...
CVE-2026-89680
CVE-2026-89680 is a resource leak in the Linux kernel's NFS server daemon (nfsd) . When the inter-server COPY setup function nfsd4_setup_inter_ssc() fails, nfsd4_copy() returns nfserr_offload_denied directly, bypassing the cleanup path (out: label) where release_copy_files() would release the nf_...
CVE-2026-89680
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsdfile leak on inter-server COPY setup failure When nfsd4setupinterssc fails, nfsd4copy returns nfserroffloaddenied directly, bypassing the out: label where releasecopyfiles would drop the nfdst reference taken by...
EUVD-2026-76588
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2scpstateids IDR entry for async COPY For an async COPY, nfsd4copy called nfs4initcopystate before dupcopyfields, so the s2scpstateids IDR was pointed at &u-copy-cpstateid -- memory in the per-rqstp COMPOUND buff...
CVE-2026-89676 nfsd: fix stale s2s_cp_stateids IDR entry for async COPY
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2scpstateids IDR entry for async COPY For an async COPY, nfsd4copy called nfs4initcopystate before dupcopyfields, so the s2scpstateids IDR was pointed at &u-copy-cpstateid -- memory in the per-rqstp COMPOUND buff...
CVE-2026-89676
CVE-2026-89676 affects the Linux kernel nfsd (NFS server) component. During an asynchronous COPY operation, nfsd4_copy() called nfs4_init_copy_state() before dup_copy_fields(), causing the s2s_cp_stateids IDR to reference a transient per-request COMPOUND buffer rather than the stable async_copy s...
EUVD-2026-76587
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix UAF in async copy cancel and shutdown An async copy could be freed or used after free while a teardown caller OFFLOADCANCEL, nfsd4shutdowncopy, nfsd4cancelcopybysb raced the copy kthread: - findasynccopy bumped...
CVE-2026-89675
CVE-2026-89675 is a use-after-free (UAF) in the Linux kernel's NFS daemon (nfsd) , occurring when a teardown caller (OFFLOAD_CANCEL, nfsd4_shutdown_copy, or nfsd4_cancel_copy_by_sb) races the async copy kthread. The root cause involves multiple lifetime-management defects: concurrent release of n...
CVE-2026-89675 nfsd: fix UAF in async copy cancel and shutdown
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix UAF in async copy cancel and shutdown An async copy could be freed or used after free while a teardown caller OFFLOADCANCEL, nfsd4shutdowncopy, nfsd4cancelcopybysb raced the copy kthread: - findasynccopy bumped...
CVE-2026-89669
This Linux kernel vulnerability affects the nfsd (NFS server) component. A race condition in nfsd4_copy_notify() allowed the copy-notify (cpntf) state to be published into the s2s_cp_stateids IDR and the parent's sc_cp_list before cp_p_stateid and cp_p_clid were fully initialized. A racing OFFLOA...
EUVD-2026-76581
In the Linux kernel, the following vulnerability has been resolved: nfsd: initialize copy-notify stateid before publishing it nfsd4copynotify finished initializing the cpntf state after nfs4allocinitcpntfstate had already linked it into the s2scpstateids IDR and the parent's sccplist, with cscoun...
CVE-2026-89669 nfsd: initialize copy-notify stateid before publishing it
In the Linux kernel, the following vulnerability has been resolved: nfsd: initialize copy-notify stateid before publishing it nfsd4copynotify finished initializing the cpntf state after nfs4allocinitcpntfstate had already linked it into the s2scpstateids IDR and the parent's sccplist, with cscoun...
CVE-2026-89663
CVE-2026-89663 is a use-after-free vulnerability in the Linux kernel's NFS server (nfsd) subsystem, specifically in the management of copy-notify stateids . The root cause is a reference-counting race: all three revoke paths (parent-stid drain, OFFLOAD_CANCEL, and laundromat expiry) could drop a ...
CVE-2026-89663 nfsd: revoke copy-notify stateids before dropping their reference
In the Linux kernel, the following vulnerability has been resolved: nfsd: revoke copy-notify stateids before dropping their reference Copy-notify stateids live in the s2scpstateids IDR and on their parent stid's sccplist, pinned by a single membership reference. freecpntfstatelocked only unlinks ...