Bug 2461442 (CVE-2026-31609) - CVE-2026-31609 kernel: smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()
Summary: CVE-2026-31609 kernel: smb: client: avoid double-free in smbd_free_send_io() ...
Keywords:
Status: NEW
Alias: CVE-2026-31609
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-24 15:01 UTC by OSIDB Bzimport
Modified: 2026-04-24 19:44 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-24 15:01:44 UTC
In the Linux kernel, the following vulnerability has been resolved:

smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()

smbd_send_batch_flush() already calls smbd_free_send_io(),
so we should not call it again after smbd_post_send()
moved it to the batch list.


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