3 matches found
CVE-2026-89658 NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup
In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup nfs40cleanadminrevoked takes a stateid reference under clp-cllock, drops nn-clientlock, and calls nfsd4droprevokedstid, which dereferences the stateid's...
EUVD-2026-76570
In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup nfs40cleanadminrevoked takes a stateid reference under clp-cllock, drops nn-clientlock, and calls nfsd4droprevokedstid, which dereferences the stateid's...
CVE-2026-89658
CVE-2026-89658 affects the NFSD subsystem of the Linux kernel . The vulnerability is a use-after-free during NFSv4.0 revoked-state cleanup: nfs40_clean_admin_revoked() drops nn->client_lock before calling nfsd4_drop_revoked_stid(), which then dereferences the client via s->sc_client->cl_...