Vulnary
← back to the feed
Critical· 9.8official fix available

CVE-2026-89536

CVE-2026-89536 is a critical race condition in the Linux kernel's SUNRPC module where improper reference management can cause premature cleanup of the lower transport during TLS handshake cancellation, potentially leading to resource leaks.

publishedSep 11, 2026
last modifiedSep 13, 2026
sourcesNVD
severity · cvss
9.8
critical · how bad it is
exploitation · epss
<1%
10th percentile · chance of exploitation in 30 days
(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →
auto-deletes from the system
counting…on Oct 13, 2026

An official fix is available, so this entry is kept for 30 days and then removed automatically.

01

Who is affected

Linux kernel (no specific product listed)

02

Real-world impact

The vulnerability could allow denial-of-service conditions or memory corruption due to incorrect reference handling during handshake cancellation, though no public exploit has been reported.

03

Why this severity

Critical severity (CVSS 9.8) due to high impact on system stability and potential for resource exhaustion through improper cleanup of kernel objects.

04

What to do about it

official fix available
recommended steps
  1. 01Update the Linux kernel to a version that includes the fix for CVE-2026-89536. The vulnerability has been resolved in the Linux kernel.
  2. 02Ensure the xs_tls_handshake_sync() function properly retains references to the lower transport even when cancellation occurs after the handshake completes.
  3. 03Verify that xs_tls_handshake_done() only releases the reference after signaling handshake_done, matching the server-side handshake lifetime handling pattern.
interim mitigations
  • Apply the latest stable Linux kernel version immediately if the system is exposed to potential exploitation.
  • Monitor for any newly disclosed exploits via CISA KEV or other threat intelligence feeds.
  • Consider implementing additional defensive measures such as increased timeout values or enhanced error handling around TLS handshakes in custom applications.

CISA KEV: no | Exploit-DB: no | NVD-referenced vendor advisory: Fix implemented in Linux kernel for CVE-2026-89536

05

Timeline

  1. Sep 11, 2026 · 2d ago
    Published
    Disclosed and added to the National Vulnerability Database.
  2. Sep 13, 2026 · 7h ago
    Official fix available
    A vendor patch or mitigation now exists — see the remediation steps above.
06

How it’s attacked

Attack vectorNetwork (remote)
Attack complexityLow
Privileges requiredNone
User interactionNone needed
ScopeUnchanged
Confidentiality impactHigh
Integrity impactHigh
Availability impactHigh
07

References & advisories

(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →
CVE-2026-89536: CVE-2026-89536 is a critical race condition in the Linux kernel's SUNR · Vulnary