Bug 2455337 (CVE-2026-31409) - CVE-2026-31409 kernel: ksmbd: unset conn->binding on failed binding request
Summary: CVE-2026-31409 kernel: ksmbd: unset conn->binding on failed binding request
Keywords:
Status: NEW
Alias: CVE-2026-31409
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-06 09:01 UTC by OSIDB Bzimport
Modified: 2026-04-06 11:53 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-06 09:01:37 UTC
In the Linux kernel, the following vulnerability has been resolved:

ksmbd: unset conn->binding on failed binding request

When a multichannel SMB2_SESSION_SETUP request with
SMB2_SESSION_REQ_FLAG_BINDING fails ksmbd sets conn->binding = true
but never clears it on the error path. This leaves the connection in
a binding state where all subsequent ksmbd_session_lookup_all() calls
fall back to the global sessions table. This fix it by clearing
conn->binding = false in the error path.


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