Lucene search
+L

4637 matches found

OSV
OSV
added 3 days ago4 views

CVE-2026-64115 vsock/vmci: fix UAF when peer resets connection during handshake

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

8.8CVSS5.5AI score0.00135EPSS
Exploits0References11
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-63979 net/handshake: hand off the pinned file reference to accept_doit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

9.8CVSS0.00516EPSS
Exploits0References2
OSV
OSV
added 3 days ago4 views

CVE-2026-63980 net/handshake: Use spin_lock_bh for hn_lock

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spinlockbh for hnlock nvmettcpstatechange, a socket callback that runs in BH context, can reach handshakereqcancel via nvmettcpschedulereleasequeue and tlshandshakecancel. handshakereqcancel acquires hn-hnlock...

7.5CVSS5.3AI score0.00446EPSS
Exploits0References7
CVE
CVE
added 3 days ago8 views

CVE-2026-63979

CVE-2026-63979: In the Linux kernel, a use-after-free-like window can occur during TLS handshakes in net/handshake where accept-side dereferences use sock->file via req->hr_sk->sk_socket. The fix retargets dereferences to req->hr_file (pinned at submit time) and adds an extra file ref...

9.8CVSS5.4AI score0.00516EPSS
Exploits0References2
EUVD
EUVD
added 3 days ago11 views

EUVD-2026-45752

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

5.4AI score0.00516EPSS
Exploits0References2
EUVD
EUVD
added 3 days ago10 views

EUVD-2026-45753

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spinlockbh for hnlock nvmettcpstatechange, a socket callback that runs in BH context, can reach handshakereqcancel via nvmettcpschedulereleasequeue and tlshandshakecancel. handshakereqcancel acquires hn-hnlock...

5.4AI score0.00446EPSS
Exploits0References4
CVE
CVE
added 3 days ago8 views

CVE-2026-63980

CVE-2026-63980 affects the Linux kernel net/handshake path in NVMe targets. nvmet_tcp_state_change() can reach handshake_req_cancel() via nvmet_tcp_schedule_release_queue() and tls_handshake_cancel(), where hn_lock was acquired with spin_lock(). If a process-context thread holds the lock while a ...

7.5CVSS5.4AI score0.00446EPSS
Exploits0References4
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-63980 net/handshake: Use spin_lock_bh for hn_lock

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spinlockbh for hnlock nvmettcpstatechange, a socket callback that runs in BH context, can reach handshakereqcancel via nvmettcpschedulereleasequeue and tlshandshakecancel. handshakereqcancel acquires hn-hnlock...

7.5CVSS0.00446EPSS
Exploits0References4
OSV
OSV
added 3 days ago4 views

CVE-2026-63979 net/handshake: hand off the pinned file reference to accept_doit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

9.8CVSS5.4AI score0.00516EPSS
Exploits0References5
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-45751

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

5.3AI score0.00605EPSS
Exploits0References3
CVE
CVE
added 3 days ago8 views

CVE-2026-63978

The CVE-2026-63978 issue affects the Linux kernel in net/handshake handling during net namespace exit. The root cause is reversed arguments to list_splice_init() in handshake_net_exit(), which transfers the pending handshake requests to the wrong list, causing the drain loop to skip, leaving some...

9.8CVSS5.3AI score0.00605EPSS
Exploits0References3
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-63978 net/handshake: Drain pending requests at net namespace exit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

9.8CVSS0.00605EPSS
Exploits0References3
OSV
OSV
added 3 days ago4 views

CVE-2026-63978 net/handshake: Drain pending requests at net namespace exit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

9.8CVSS5.3AI score0.00605EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 3 days ago10 views

PT-2026-61295

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to list splice init in handshake net exit are reversed. The call moves the local empty "requests" list onto hn-hn requests, leaving the local list empty, s...

5.3AI score0.00605EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 3 days ago6 views

PT-2026-61296

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to accept doit handshake req next removes the request from the per-net pending list and drops hn lock before handshake nl accept doit reads req-hr sk-sk socket and dereferences...

5.4AI score0.00516EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 3 days ago6 views

PT-2026-61432

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the vsock/vmci component. The vmci transport recv connecting server function incorrectly returns a success value when a peer sends a reset RST packet...

8.8CVSS5.2AI score0.00135EPSS
Exploits0
Positive Technologies
Positive Technologies
added 3 days ago7 views

PT-2026-61297

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Use spin lock bh for hn lock nvmet tcp state change, a socket callback that runs in BH context, can reach handshake req cancel via nvmet tcp schedule release queue and tls handshake cancel. handshake req cancel...

5.3AI score0.00446EPSS
Exploits0References5
Veracode
Veracode
added 4 days ago5 views

Improper Origin Validation

MCP Python SDK is vulnerable to Improper Origin Validation. The vulnerability is due to the WebSocket transport accepting handshake requests without validating the Host or Origin headers, which allows an attacker to establish unauthorized cross-origin WebSocket connections...

8.1CVSS5.2AI score0.00151EPSS
Exploits0References4Affected Software1
The Hacker News
The Hacker News
added 5 days ago44 views

OpenSSL HollowByte Flaw Could Freeze Server Memory with 11-Byte TLS Requests

Eleven bytes will make an unpatched OpenSSL server set aside up to 131 KB of memory for a message that never arrives. On the glibc systems Okta tested, that memory is gone until the process restarts. OpenSSL shipped the HollowByte fix in June with no CVE, no advisory, and no changelog entry...

6.1AI score
Exploits0
NVD
NVD
added 6 days ago6 views

CVE-2026-44435

Quicly is an IETF QUIC protocol implementation intended primarily for use within the H2O HTTP server. Prior to commit 937d0e9, an assertion failure is raised when the total number of valid handshake messages received over a CRYPTO stream of a single packet number space exceeds 32KB, causing a...

7.5CVSS0.00278EPSS
Exploits0References2
Rows per page
Query Builder