CVE 8.8 HIGH

ksmbd: unset conn->binding on failed binding request_CVE-2026-31409

8.8 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

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.

Basic Information

ID CVE-2026-31409
Source Linux
Published Apr 6, 2026 at 07:38
Modified Apr 27, 2026 at 14:02

Affected Product

Vendor Linux
Product Linux
Version f5a544e3bab78142207e0242d22442db85ba1eff
Affected Versions Linux Linux f5a544e3bab78142207e0242d22442db85ba1eff
Linux Linux f5a544e3bab78142207e0242d22442db85ba1eff
Linux Linux f5a544e3bab78142207e0242d22442db85ba1eff
Linux Linux f5a544e3bab78142207e0242d22442db85ba1eff
Linux Linux f5a544e3bab78142207e0242d22442db85ba1eff
Linux Linux f5a544e3bab78142207e0242d22442db85ba1eff
Linux Linux 5.15

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.