Lucene search
+L

52 matches found

OSV
OSV
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89706 nfsd: Reset write verifier when async COPY writeback fails

In the Linux kernel, the following vulnerability has been resolved: nfsd: Reset write verifier when async COPY writeback fails Async COPY captures nn-writeverf at request time and reports it to the client via CBOFFLOAD after the worker kthread completes. When the post-copy vfsfsyncrange or...

7.5CVSS5.9AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76618

In the Linux kernel, the following vulnerability has been resolved: nfsd: Reset write verifier when async COPY writeback fails Async COPY captures nn-writeverf at request time and reports it to the client via CBOFFLOAD after the worker kthread completes. When the post-copy vfsfsyncrange or...

5.8AI score0.00511EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.30 views

CVE-2026-89706 nfsd: Reset write verifier when async COPY writeback fails

In the Linux kernel, the following vulnerability has been resolved: nfsd: Reset write verifier when async COPY writeback fails Async COPY captures nn-writeverf at request time and reports it to the client via CBOFFLOAD after the worker kthread completes. When the post-copy vfsfsyncrange or...

7.5CVSS0.00511EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:46 p.m.15 views

CVE-2026-89706

A vulnerability in the Linux kernel's nfsd (NFS server) component causes silent data loss during asynchronous COPY operations. When post-copy writeback fails (via vfs_fsync_range() or filemap_check_wb_err()), the server correctly reports NFS_UNSTABLE but fails to rotate the write verifier. The cl...

7.5CVSS5.8AI score0.00511EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.13 views

CVE-2026-89706

In the Linux kernel, the following vulnerability has been resolved: nfsd: Reset write verifier when async COPY writeback fails Async COPY captures nn-writeverf at request time and reports it to the client via CBOFFLOAD after the worker kthread completes. When the post-copy vfsfsyncrange or...

7.5CVSS5.9AI score0.00511EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:46 p.m.17 views

CVE-2026-89704

CVE-2026-89704 affects the nfsd (NFS server) component of the Linux kernel . The root cause is that _nfsd_copy_file_range() samples the writeback error cursor (dst->f_wb_err) after the copy loop rather than before it. Because the nfsd_file cache reuses a single struct file across requests on t...

7.5CVSS5.8AI score0.00511EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:46 p.m.9 views

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...

6AI score0.00448EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.30 views

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...

9.8CVSS0.00448EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.13 views

CVE-2026-89676

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...

9.8CVSS6.1AI score0.00448EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:46 p.m.11 views

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...

9.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:46 p.m.13 views

CVE-2026-89676

CVE-2026-89676 affects the Linux kernel nfsd (Network File System Daemon) component. During an asynchronous COPY operation, nfsd4_copy() initialized the copy stateid before duplicating fields, leaving the s2s_cp_stateids IDR entry pointing at transient per-request COMPOUND buffer memory that is r...

9.8CVSS6AI score0.00448EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

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...

6.4AI score0.00448EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:45 p.m.21 views

CVE-2026-89675

CVE-2026-89675 is a Use-After-Free (UAF) race condition in the Linux kernel's nfsd (NFS server daemon) component, triggered during asynchronous copy cancellation or shutdown. Multiple concurrent paths (OFFLOAD_CANCEL, nfsd4_shutdown_copy, nfsd4_cancel_copy_by_sb) could race the copy kthread, lead...

9.8CVSS6.4AI score0.00448EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:45 p.m.9 views

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...

9.8CVSS6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.28 views

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...

9.8CVSS0.00448EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.13 views

CVE-2026-89675

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...

9.8CVSS6.5AI score0.00448EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.14 views

PT-2026-90422

In the Linux kernel, the following vulnerability has been resolved: nfsd: Reset write verifier when async COPY writeback fails Async COPY captures nn-writeverf at request time and reports it to the client via CB OFFLOAD after the worker kthread completes. When the post-copy vfs fsync range or...

5.8AI score0.00511EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.10 views

PT-2026-90391

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 OFFLOAD CANCEL, nfsd4 shutdown copy, nfsd4 cancel copy by sb raced the copy kthread: - find async copy bumped...

6.3AI score0.00448EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.8 views

PT-2026-90392

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix stale s2s cp stateids IDR entry for async COPY For an async COPY, nfsd4 copy called nfs4 init copy state before dup copy fields, so the s2s cp stateids IDR was pointed at &u-copy-cp stateid -- memory in the per-rqstp...

6AI score0.00448EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.4 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: nfsd: Cleanup of potential nfsdfile refcount leaks in the COPY code path. There are two different versions of the nfsd4copy structure. One is embedded within the compound structure and is used directly in synchronous copies. T...

7.5CVSS5.9AI score0.0028EPSS
SaveExploits0References1
Rows per page
Query Builder