In the Linux kernel, the following vulnerability has been resolved:
NFSD: Prevent NULL dereference in nfsd4processcb_update()
@ses is initialized to NULL. If _nfsd4findbackchannel() finds no available backchannel session, setupcallback_client() will try to dereference @ses and segfault.