CVE-2026-89536
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
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < fb43997407bc17ee39bac81ab708101312e255f5; >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < 15431820f448e09f8029b670d5c82aa5917d4625; >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < 1de391e8b94e31b45c19c16dbf315e294810c7de; >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < 7fbb6d2ab0391eb8d1f1a68e6bc263ef02cea61b; >= 75eb6af7acdf566c68d61e98e67ee2f235201c02, < a89dd597458848b463d284b15e42a8078beeb046 |
| Linux | Linux | 6.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89536?
How severe is CVE-2026-89536?
How do I fix CVE-2026-89536?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89530In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89531In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89532In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89533In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89534In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89535In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89537In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89538In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89539In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8954Incorrect boundary conditions, integer overflow in the Audio…7.5
- CVE-2026-89540In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89541In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-89536?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
