CVE-2026-52911
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: ksmbd: scope conn->binding slowpath to bound sessions only When the binding SESSION_SETUP sets conn->binding = true, the flag stays set after the call so that the global session lookup in ksmbd_session_lookup_all() can find the session, which was not added to conn->sessions. Because the flag is connection-wide, the global lookup path will also resolve any other session by id if asked. Tighten the global lookup so that the returned session must have this connection registered in its channel xarray (sess->ksmbd_chann_list). T...
- CVSS
- 8.8
- EPSS
- 0.36% 28.9% percentile
- CISA KEV
- Not listed
- Published
- 2026.06.21