CVE-2026-64598
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-64598 is a denial-of-service vulnerability in the Linux kernel's SMB client module (smb/client), specifically in the smb2_aead_req_alloc() function. The bug stems from incorrect error code handling where ERR_PTR(*num_sgs) is called on a u32 variable, producing an invalid error pointer that is later dereferenced, causing a kernel crash. The vulnerability was published on August 6, 2026, and affects Linux kernel versions from 6.3 up to (but not including) the fixed releases. Fixed versions include 6.6.145, 6.12.96, 6.18.39, 7.1.4, and 7.2-rc1. A CVSS base score has not been formally assigned; Feedly estimates the severity as Medium (GitHub Advisory, Feedly).

Technical details

The root cause is improper error handling (CWE-703 / incorrect type usage) in smb2_aead_req_alloc() within the Linux kernel's SMB2 client code. The *num_sgs variable is typed as u32, but the code incorrectly passes it directly to ERR_PTR(), which expects a long-compatible signed integer. This produces a nonsensical error pointer value that, when subsequently dereferenced by the caller, triggers a kernel NULL or invalid pointer dereference and crash. The fix involves storing the return value in a properly typed int ret variable before passing it to ERR_PTR(), consistent with how similar error paths are handled elsewhere in the same function (GitHub Advisory).

Impact

Successful exploitation results in a kernel crash (panic), causing a denial of service on the affected Linux system. The impact is limited to availability — confidentiality and integrity are not directly affected. A local user with the ability to trigger SMB client operations (e.g., mounting SMB shares) can crash the kernel, potentially disrupting all services running on the host (Feedly, GitHub Advisory).

Exploitability

There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the disclosure date (Feedly). The vulnerability requires local access to trigger SMB client operations, limiting the attack surface. The EPSS score is 0.0, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. No threat actor attribution has been reported.

Mitigation and workarounds

Update the Linux kernel to a patched version: 6.6.145, 6.12.96, 6.18.39, 7.1.4, or 7.2-rc1 and later. The corresponding upstream fix commits are aa37f5fef78d, cad756733dc3, a187883cc1dc, a1cc432cb0b0, and 61f28012e565. If immediate patching is not possible, restrict SMB client mount operations to trusted users to reduce exposure (GitHub Advisory, Feedly).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64597CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux-aws-5.4
NoYesAug 06, 2026
CVE-2026-68480HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel-modules-partner
NoYesAug 06, 2026
CVE-2026-64598HIGH8.8
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.8
NoYesAug 06, 2026
CVE-2026-64604HIGH7.7
  • Linux Kernel logoLinux Kernel
  • linux-riscv-5.15
NoYesAug 06, 2026
CVE-2026-64603NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-intel-iotg-5.15
NoYesAug 06, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management