Bug 2511932 (CVE-2026-64597) - CVE-2026-64597 kernel: smb: client: fix double-free in SMB2_close() replay
Summary: CVE-2026-64597 kernel: smb: client: fix double-free in SMB2_close() replay
Keywords:
Status: NEW
Alias: CVE-2026-64597
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-06 07:31 UTC by OSIDB Bzimport
Modified: 2026-08-26 12:21 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-06 07:31:28 UTC
In the Linux kernel, the following vulnerability has been resolved:

smb: client: fix double-free in SMB2_close() replay

A response-bearing attempt can return a replayable error and free its
response buffer. If SMB2_close_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.


Note You need to log in before you can comment on or make changes to this bug.