2 matches found
CVE-2023-53025
In the Linux kernel, the following vulnerability has been resolved: NFSD: fix use-after-free in nfsd4sscsetupdul If signalpending returns true, scheduletimeout will not be executed, causing the waiting task to remain in the wait queue. Fixed by adding a call to finishwait, which ensures that the...
CVE-2022-49362
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix potential use-after-free in nfsdfileput nfsdfileputnoref can free @nf, so don't dereference @nf immediately upon return from nfsdfileputnoref...