Lucene search
+L

951 matches found

OSV
OSV
added 3 days ago4 views

CVE-2026-72222 sunrpc: pin svc_xprt across the asynchronous TLS handshake callback

In the Linux kernel, the following vulnerability has been resolved: sunrpc: pin svcxprt across the asynchronous TLS handshake callback svctcphandshake stores the raw svcxprt pointer in tlshandshakeargs.tadata and submits the request through tlsserverhellox509. The handshake core takes only...

9.8CVSS5.7AI score
SaveExploits0References8
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59120

In the Linux kernel, the following vulnerability has been resolved: sunrpc: wait for in-flight TLS handshake callback when cancel loses race When waitforcompletioninterruptibletimeout in svctcphandshake returns 0 timeout or -ERESTARTSYS signal and tlshandshakecancel then returns false,...

5.6AI score0.00626EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago15 views

CVE-2026-72221

The CVE describes a race in the Linux kernel sunrpc TLS handshake path. When wait_for_completion_interruptible_timeout() times out or is interrupted, handshake_complete() may race with tls_handshake_cancel(): if the handshake callback has set HANDSHAKE_F_REQ_COMPLETED or XPT_TLS_SESSION but not y...

9.8CVSS5.5AI score0.00626EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago19 views

CVE-2026-72221 sunrpc: wait for in-flight TLS handshake callback when cancel loses race

In the Linux kernel, the following vulnerability has been resolved: sunrpc: wait for in-flight TLS handshake callback when cancel loses race When waitforcompletioninterruptibletimeout in svctcphandshake returns 0 timeout or -ERESTARTSYS signal and tlshandshakecancel then returns false,...

9.8CVSS0.00626EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago4 views

CVE-2026-72221 sunrpc: wait for in-flight TLS handshake callback when cancel loses race

In the Linux kernel, the following vulnerability has been resolved: sunrpc: wait for in-flight TLS handshake callback when cancel loses race When waitforcompletioninterruptibletimeout in svctcphandshake returns 0 timeout or -ERESTARTSYS signal and tlshandshakecancel then returns false,...

9.8CVSS5.7AI score
SaveExploits0References8
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59119

In the Linux kernel, the following vulnerability has been resolved: sunrpc: harden rqprocinfo lifecycle to prevent double-free The svcreleaserqst function executes the callback inside rqstp-rqprocinfo-pcrelease. However, if a worker thread begins processing a new request and encounters an early...

5.5AI score0.00588EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago16 views

CVE-2026-72220

CVE-2026-72220 affects the Linux kernel sunrpc subsystem. The issue arises from a potential double-free or use-after-free when a worker thread starts a new request and encounters an early error before rq_procinfo is installed, leaving a stale release hook tied to prior RPC state. A set of fixes H...

9.8CVSS5.4AI score0.00588EPSS
SaveExploits0References3
OSV
OSV
added 3 days ago4 views

CVE-2026-72220 sunrpc: harden rq_procinfo lifecycle to prevent double-free

In the Linux kernel, the following vulnerability has been resolved: sunrpc: harden rqprocinfo lifecycle to prevent double-free The svcreleaserqst function executes the callback inside rqstp-rqprocinfo-pcrelease. However, if a worker thread begins processing a new request and encounters an early...

9.8CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 3 days ago23 views

CVE-2026-72220 sunrpc: harden rq_procinfo lifecycle to prevent double-free

In the Linux kernel, the following vulnerability has been resolved: sunrpc: harden rqprocinfo lifecycle to prevent double-free The svcreleaserqst function executes the callback inside rqstp-rqprocinfo-pcrelease. However, if a worker thread begins processing a new request and encounters an early...

9.8CVSS0.00588EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-72217 SUNRPC: Bound-check xdr_buf_to_bvec() stores before writing

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Bound-check xdrbuftobvec stores before writing xdrbuftobvec writes a biovec into the caller's array before testing whether that slot is in range, and the head branch performs the store with no check at all. When the...

9.8CVSS0.00626EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-58975

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Bound-check xdrbuftobvec stores before writing xdrbuftobvec writes a biovec into the caller's array before testing whether that slot is in range, and the head branch performs the store with no check at all. When the...

5.4AI score0.00626EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago3 views

CVE-2026-72217 SUNRPC: Bound-check xdr_buf_to_bvec() stores before writing

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Bound-check xdrbuftobvec stores before writing xdrbuftobvec writes a biovec into the caller's array before testing whether that slot is in range, and the head branch performs the store with no check at all. When the...

9.8CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 3 days ago17 views

CVE-2026-72217

The CVE-2026-72217 issue concerns SUNRPC in the Linux kernel where xdr_buf_to_bvec() writes a bio_vec before validating the destination slot, allowing an out-of-bounds write when budget is exhausted. The rq_bvec array used by nfsd_vfs_write() is allocated to rq_maxpages with no slack, so an overf...

9.8CVSS5.4AI score0.00626EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago19 views

CVE-2026-72150 sunrpc: fix uninitialized xprt_create_args structure

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprtcreateargs structure The xprtcreateargs structure is allocated on the stack without initialization in rpcsysfsxprtswitchaddxprtstore. While some fields are manually populated, critical fields like...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago15 views

CVE-2026-72150

The CVE-2026-72150 issue affects the Linux kernel sunrpc subsystem. The xprt_create_args structure was allocated on the stack without initialization in rpc_sysfs_xprt_switch_add_xprt_store(), leaving fields such as srcaddr, bc_xps, and flags with garbage data. This can cause kernel panic when xs_...

5.5AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-58908

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprtcreateargs structure The xprtcreateargs structure is allocated on the stack without initialization in rpcsysfsxprtswitchaddxprtstore. While some fields are manually populated, critical fields like...

5.5AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 3 days ago7 views

CVE-2026-72150 sunrpc: fix uninitialized xprt_create_args structure

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprtcreateargs structure The xprtcreateargs structure is allocated on the stack without initialization in rpcsysfsxprtswitchaddxprtstore. While some fields are manually populated, critical fields like...

5.6AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 3 days ago13 views

PT-2026-72505

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: pin upper rpc clnt across the TLS connect worker The TLS connect path has a use-after-free: nothing pins the upper rpc clnt across the delayed connect worker. xs connect stores task-tk client in sock xprt::clnt as a raw...

5.4AI score0.00652EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 3 days ago10 views

PT-2026-72338

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix uninitialized xprt create args structure The xprt create args structure is allocated on the stack without initialization in rpc sysfs xprt switch add xprt store. While some fields are manually populated, critical fiel...

5.5AI score0.00198EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 3 days ago7 views

PT-2026-72408

In the Linux kernel, the following vulnerability has been resolved: sunrpc: harden rq procinfo lifecycle to prevent double-free The svc release rqst function executes the callback inside rqstp-rq procinfo-pc release. However, if a worker thread begins processing a new request and encounters an...

5.4AI score0.00588EPSS
SaveExploits0References4
Rows per page
Query Builder