CVE-2026-43394
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
08/05/2026
Last modified:
26/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().<br />
<br />
nfsd_nl_listener_set_doit() uses get_current_cred() without<br />
put_cred().<br />
<br />
As we can see from other callers, svc_xprt_create_from_sa()<br />
does not require the extra refcount.<br />
<br />
nfsd_nl_listener_set_doit() is always in the process context,<br />
sendmsg(), and current->cred does not go away.<br />
<br />
Let&#39;s use current_cred() in nfsd_nl_listener_set_doit().
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10 (including) | 6.12.78 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.19 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



