CVE Catalog

CVE-2026-31409

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.45%

37th percentile - higher than 37% of all known CVEs

Summary

In the Linux kernel, the ksmbd module has a vulnerability where the conn->binding flag is not cleared after a failed multichannel session binding request. This leaves the connection in a binding state, causing all subsequent ksmbd_session_lookup_all() calls to fall back to the global sessions table, potentially leading to authorization errors.

Risk Assessment

The vulnerability could allow unauthorized session access or bypass access controls, compromising data integrity.

Recommendation

Apply the Linux kernel patch that clears the conn->binding flag on the error path.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS