PT-2026-61296 · Linux+1 · Linux Kernel+1

CVE-2026-63979

·

Published

2026-07-19

·

Updated

2026-09-07

CVSS v3.1

9.8

Critical

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A race condition exists in the net/handshake component. The handshake req next() function removes a request from the pending list and releases the hn lock before handshake nl accept doit() accesses req->hr sk->sk socket and dereferences sock->file. During this window, a concurrent process executing tls handshake cancel() followed by sockfd put() or fput sync() can release sock->file. Subsequently, sock release() triggers sock orphan(), which zeroes sk socket and frees the socket structure. This leads to the accept-side code either reading a NULL value or accessing freed memory. The issue occurs because sk refcnt only protects the struct sock, while struct socket and sock->file are managed by independent reference counts via the consumer's file descriptor.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-63979
USN-8593-1
USN-8603-1
USN-8618-1
USN-8663-1
USN-8664-1
USN-8728-1

Affected Products

Linux Kernel
Ubuntu