Lucene search
+L

1145 matches found

Cvelist
Cvelist
added 2026/09/11 7:44 p.m.25 views

CVE-2026-89545 sunrpc: defer rq_argp and rq_resp free until after RCU grace period

In the Linux kernel, the following vulnerability has been resolved: sunrpc: defer rqargp and rqresp free until after RCU grace period svcrqstfree frees rqstp-rqargp and rqstp-rqresp synchronously via kfree, but defers the rqstp struct free via kfreercu. After svcexitthread calls listdelrcu and...

7.8CVSS0.00157EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76457

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: close backchannel before destroying callback service A backchannel receive can complete a request while the NFS callback service is being torn down. xprtcompletebcrequest removes the request from bcpalist, drops...

0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76456

In the Linux kernel, the following vulnerability has been resolved: sunrpc: defer rqargp and rqresp free until after RCU grace period svcrqstfree frees rqstp-rqargp and rqstp-rqresp synchronously via kfree, but defers the rqstp struct free via kfreercu. After svcexitthread calls listdelrcu and...

0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89546

CVE-2026-89546 affects the Linux kernel's SUNRPC subsystem, specifically the NFS callback service. A race condition during service teardown can cause two distinct issues: a resource leak when xprt_enqueue_bc_request() returns without enqueuing or freeing a committed request (and its associated xp...

9.8CVSS0.00516EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89546

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: close backchannel before destroying callback service A backchannel receive can complete a request while the NFS callback service is being torn down. xprtcompletebcrequest removes the request from bcpalist, drops...

9.8CVSS0.00516EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:44 p.m.6 views

CVE-2026-89546 SUNRPC: close backchannel before destroying callback service

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: close backchannel before destroying callback service A backchannel receive can complete a request while the NFS callback service is being torn down. xprtcompletebcrequest removes the request from bcpalist, drops...

5.8AI score
SaveExploits0References5
OSV
OSV
added 2026/09/11 7:44 p.m.5 views

CVE-2026-89545 sunrpc: defer rq_argp and rq_resp free until after RCU grace period

In the Linux kernel, the following vulnerability has been resolved: sunrpc: defer rqargp and rqresp free until after RCU grace period svcrqstfree frees rqstp-rqargp and rqstp-rqresp synchronously via kfree, but defers the rqstp struct free via kfreercu. After svcexitthread calls listdelrcu and...

6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89545

In the Linux kernel, the following vulnerability has been resolved: sunrpc: defer rqargp and rqresp free until after RCU grace period svcrqstfree frees rqstp-rqargp and rqstp-rqresp synchronously via kfree, but defers the rqstp struct free via kfreercu. After svcexitthread calls listdelrcu and...

7.8CVSS0.00157EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89545

CVE-2026-89545 is a use-after-free in the Linux kernel's sunrpc subsystem. The function svc_rqst_free() frees rqstp->rq_argp and rqstp->rq_resp synchronously via kfree(), while the parent rqstp struct is deferred via kfree_rcu(). After svc_exit_thread() removes the thread from the RCU list,...

7.8CVSS0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89544

CVE-2026-89544 affects the Linux kernel's SUNRPC subsystem, specifically the gssx_dec_option_array() XDR option-array decoder. Four coupled defects in its error paths introduce a NULL dereference (when oa->count is set before oa->data allocation fails), a refcount leak on cr_group_info (rel...

7.5CVSS0.00567EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.27 views

CVE-2026-89544 SUNRPC: fix gssx_dec_option_array error path bugs

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

7.5CVSS0.00567EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76455

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

0.00567EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.6 views

CVE-2026-89544 SUNRPC: fix gssx_dec_option_array error path bugs

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89544

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

7.5CVSS0.00567EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89543

CVE-2026-89543 is a use-after-free vulnerability in the Linux kernel's sunrpc subsystem. The root cause is that the mount-event path in __rpc_clnt_handle_event() calls rpc_setup_pipedir_sb() without refreshing the clnt->pipefs_sb field, and the umount path removes the directory without clearin...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.6 views

EUVD-2026-76454

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix use-after-free in rpcclnthandleevent and rpcclntremovepipedir Normal client creation goes through rpcsetuppipedir, which records clnt-pipefssb, but the mount-event path in rpcclnthandleevent calls rpcsetuppipedirsb...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.6 views

CVE-2026-89543 sunrpc: fix use-after-free in __rpc_clnt_handle_event and __rpc_clnt_remove_pipedir

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix use-after-free in rpcclnthandleevent and rpcclntremovepipedir Normal client creation goes through rpcsetuppipedir, which records clnt-pipefssb, but the mount-event path in rpcclnthandleevent calls rpcsetuppipedirsb...

6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.22 views

CVE-2026-89543 sunrpc: fix use-after-free in __rpc_clnt_handle_event and __rpc_clnt_remove_pipedir

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix use-after-free in rpcclnthandleevent and rpcclntremovepipedir Normal client creation goes through rpcsetuppipedir, which records clnt-pipefssb, but the mount-event path in rpcclnthandleevent calls rpcsetuppipedirsb...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89542

CVE-2026-89542 is a CRITICAL (CVSS 9.8) vulnerability in the Linux kernel's SUNRPC subsystem, specifically in the gss_krb5_unwrap_v2() function. When processing GSS-KRB5 tokens, the function reads header fields at fixed offsets before validating that the token is at least 16 bytes long, causing o...

9.8CVSS0.00463EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.28 views

CVE-2026-89541 SUNRPC: harden gss_unwrap_resp_priv length checks

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: harden gssunwrapresppriv length checks gssunwrapresppriv validates the RPCSECGSS opaque length with offset = u8 p - u8 head-iovbase; if offset + opaquelen rcvbuf-len goto unwrapfailed; majstat = gssunwrapctx-gcgssctx,...

9.8CVSS0.00463EPSS
SaveExploits0References4
Rows per page
Query Builder