In the Linux kernel, the following vulnerability has been resolved:
nfsd: Fix cred ref leak in nfsdnllistenersetdoit().
nfsdnllistenersetdoit() uses getcurrentcred() without put_cred().
As we can see from other callers, svcxprtcreatefromsa() does not require the extra refcount.
nfsdnllistenersetdoit() is always in the process context, sendmsg(), and current->cred does not go away.
Let's use currentcred() in nfsdnllistenerset_doit().
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43394.json"
}