CVE-2026-89536

CRITICALCVSS 9.8/10EPSS 0.63%

Last modified

CVE-2026-89536 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.63% chance of exploitation in the next 30 days.

Description

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.

Metrics

EPSS Probability
0.63%

48.1th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < fb43997407bc17ee39bac81ab708101312e255f5; >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < 15431820f448e09f8029b670d5c82aa5917d4625; >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < 1de391e8b94e31b45c19c16dbf315e294810c7de; >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < 7fbb6d2ab0391eb8d1f1a68e6bc263ef02cea61b; >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < a89dd597458848b463d284b15e42a8078beeb046
LinuxLinux6.5

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-89536?
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.
How severe is CVE-2026-89536?
CVE-2026-89536 has a CVSS score of 9.8/10 (CRITICAL severity). The EPSS model estimates a 0.63% probability of exploitation in the next 30 days.
How do I fix CVE-2026-89536?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-89536?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST