2025-02-26 02:11:09
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix potential use-after-free in nfsd_file_put() nfsd_file_put_noref() can free @nf, so dont dereference @nf immediately upon return from nfsd_file_put_noref().