CVE-2026-64385
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-64385, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-25

Last updated on: 2026-07-25

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2_ioctl() replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2_ioctl_init() fails before the next send, cleanup retains the previous buffer type and frees that response again. Reset response bookkeeping before each attempt to prevent the stale free.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-07-25
Generated
2026-07-25
AI Q&A
2026-07-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a double-free issue in the SMB2_ioctl() function. When a response-bearing attempt returns a replayable error, it frees its response buffer. If SMB2_ioctl_init() fails before the next send, cleanup incorrectly frees the previous response buffer again due to stale bookkeeping.

Detection Guidance

This vulnerability is specific to the Linux kernel's SMB client implementation and may not have direct detection commands. Monitor kernel logs for SMB-related errors or crashes after applying updates. Check for kernel panics or SMB client failures during file operations.

Impact Analysis

This vulnerability could lead to system crashes or instability if exploited. It may allow attackers to cause denial-of-service conditions by triggering the double-free, potentially leading to kernel memory corruption or arbitrary code execution.

Mitigation Strategies

Update the Linux kernel to the patched version that resolves this issue. If immediate patching is not possible, avoid using SMB client features or restrict SMB operations until the update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64385. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart