CVE-2026-89536

Source
https://cve.org/CVERecord?id=CVE-2026-89536
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89536.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89536
Downstream
Published
2026-09-11T19:44:14Z
Modified
2026-09-13T03:46:32Z
Summary
SUNRPC: wait for in-flight client TLS handshake callback
Details

In the Linux kernel, the following vulnerability has been resolved:

SUNRPC: wait for in-flight client TLS handshake callback

xs_tls_handshake_sync() gives xs_tls_handshake_done() a reference to the lower transport before submitting the handshake request. On timeout or signal, the synchronous waiter drops that reference after calling tls_handshake_cancel().

handshake_req_cancel() returns false when handshake_complete() has already marked the request complete. In that case the completion callback can still be running, so dropping the callback-owned reference in the waiter can free the lower transport before xs_tls_handshake_done() stores xprt_err or drops its own reference.

If cancellation loses to completion, wait until xs_tls_handshake_done() signals handshake_done and let the callback release its reference. This mirrors the server-side handshake lifetime handling and keeps the timeout or signal return value unchanged.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89536.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
75eb6af7acdf566c68d61e98e67ee2f235201c02
Fixed
15431820f448e09f8029b670d5c82aa5917d4625
Fixed
1de391e8b94e31b45c19c16dbf315e294810c7de
Fixed
7fbb6d2ab0391eb8d1f1a68e6bc263ef02cea61b
Fixed
a89dd597458848b463d284b15e42a8078beeb046

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89536.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89536.json"