Lucene search
+L

5058 matches found

Cvelist
Cvelist
added 2026/08/15 5:57 a.m.30 views

CVE-2026-74270 handshake: Require admin permission for DONE command

In the Linux kernel, the following vulnerability has been resolved: handshake: Require admin permission for DONE command ACCEPT and DONE are the two downcalls of the handshake genl family, both intended for use by the trusted handshake agent tlshd. ACCEPT already requires GENLADMINPERM; DONE has ...

7.8CVSS0.00128EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:57 a.m.28 views

CVE-2026-74270

The CVE-2026-74270 vulnerability affects the Linux kernel handling of the handshake genl family. The DONE downcall previously performed no privilege check, allowing an unprivileged process that could observe or guess a valid socket to submit DONE with HANDSHAKE_A_DONE_STATUS == 0, causing the ker...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:57 a.m.13 views

CVE-2026-74270 handshake: Require admin permission for DONE command

In the Linux kernel, the following vulnerability has been resolved: handshake: Require admin permission for DONE command ACCEPT and DONE are the two downcalls of the handshake genl family, both intended for use by the trusted handshake agent tlshd. ACCEPT already requires GENLADMINPERM; DONE has ...

7.8CVSS5.6AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:57 a.m.9 views

EUVD-2026-59417

In the Linux kernel, the following vulnerability has been resolved: handshake: Require admin permission for DONE command ACCEPT and DONE are the two downcalls of the handshake genl family, both intended for use by the trusted handshake agent tlshd. ACCEPT already requires GENLADMINPERM; DONE has ...

5.5AI score0.00128EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:55 a.m.22 views

CVE-2026-72317 SUNRPC: pin upper rpc_clnt across the TLS connect_worker

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: pin upper rpcclnt across the TLS connectworker The TLS connect path has a use-after-free: nothing pins the upper rpcclnt across the delayed connectworker. xsconnect stores task-tkclient in sockxprt::clnt as a raw pointer...

9.8CVSS5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.20 views

CVE-2026-72317 SUNRPC: pin upper rpc_clnt across the TLS connect_worker

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: pin upper rpcclnt across the TLS connectworker The TLS connect path has a use-after-free: nothing pins the upper rpcclnt across the delayed connectworker. xsconnect stores task-tkclient in sockxprt::clnt as a raw pointer...

9.8CVSS0.00644EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.19 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.8CVSS0.00618EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:54 a.m.7 views

EUVD-2026-59121

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...

5.6AI score0.00618EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:54 a.m.50 views

CVE-2026-72222

The CVE-2026-72222 entry corresponds to a Linux kernel vulnerability in the sunrpc TLS handshake path. The issue arises from races where an in-flight async TLS handshake callback can write through a freed svc_sock, due to the embedding svc_sock being container_of() referenced after tls_handshake_...

9.8CVSS5.5AI score0.00618EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:54 a.m.26 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 2026/08/15 5:54 a.m.7 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
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.22 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
CVE
CVE
added 2026/08/15 5:54 a.m.28 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
OSV
OSV
added 2026/08/15 5:54 a.m.17 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
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.26 views

PT-2026-72706

In the Linux kernel, the following vulnerability has been resolved: handshake: Require admin permission for DONE command ACCEPT and DONE are the two downcalls of the handshake genl family, both intended for use by the trusted handshake agent tlshd. ACCEPT already requires GENL ADMIN PERM; DONE ha...

5.4AI score0.00128EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-72398

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sctp: add INIT verification after cookie unpacking In SCTP handshake, the INIT chunk is initially processed by the server and embedded into the cookie carried i...

9.8CVSS5.8AI score0.00704EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.15 views

PT-2026-72821

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: check return value of nvmet tcp set queue sock The return value of nvmet tcp set queue sock is currently ignored in nvmet tcp tls handshake done. If it fails e.g., due to the socket not being in TCP ESTABLISHED state,...

5.4AI score0.00426EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.18 views

PT-2026-72410

In the Linux kernel, the following vulnerability has been resolved: sunrpc: pin svc xprt across the asynchronous TLS handshake callback svc tcp handshake stores the raw svc xprt pointer in tls handshake args.ta data and submits the request through tls server hello x509. The handshake core takes...

5.5AI score0.00618EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.15 views

PT-2026-72409

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

5.5AI score0.00626EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/08/14 11:48 p.m.7 views

SUSE CVE-2026-56862

Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indefinitely...

7.5CVSS5.3AI score0.00568EPSS
SaveExploits0References5
Rows per page
Query Builder