CVE-2026-52911
Analyzed Analyzed - Analysis Complete

ksmbd Session Binding Information Disclosure in Linux Kernel

Vulnerability report for CVE-2026-52911, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-21

Last updated on: 2026-07-08

Assigner: kernel.org

Description

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). The channel entry is installed by the existing binding_session path in ntlm_authenticate()/krb5_authenticate() when a SESSION_SETUP completes successfully, so this condition is a strict equivalent of "this connection has been accepted as a channel of this session". Connections that have not bound to a given session cannot reach it via the global table. The existing conn->binding gate for entering the slowpath is preserved so that non-binding connections keep the fast-path-only behavior, and the session->state check is unchanged.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-21
Last Modified
2026-07-08
Generated
2026-07-11
AI Q&A
2026-06-21
EPSS Evaluated
2026-07-10
NVD
EUVD

Affected Vendors & Products

Showing 6 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 6.2 (inc) to 6.6.141 (exc)
linux linux_kernel From 6.7 (inc) to 6.12.91 (exc)
linux linux_kernel From 6.13 (inc) to 6.18.33 (exc)
linux linux_kernel From 6.19 (inc) to 7.0.10 (exc)
linux linux_kernel From 5.16 (inc) to 6.1.175 (exc)
linux linux_kernel From 5.15 (inc) to 5.15.209 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's ksmbd component related to session binding. When a SESSION_SETUP sets the connection's binding flag to true, this flag remains set even though the session is not properly added to the connection's session list. Because the binding flag is connection-wide, a global session lookup can incorrectly find sessions that the connection is not actually bound to.

The fix tightens the global session lookup so that a session is only returned if the connection is registered in the session's channel list, ensuring that only connections properly accepted as channels of a session can access it. This prevents unauthorized access to sessions via the global lookup.

Impact Analysis

This vulnerability could allow a connection to access sessions it is not properly bound to, potentially leading to unauthorized access to session data or resources. This could compromise the security and integrity of the system by allowing unintended session interactions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52911. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart