CVE Catalog

CVE-2026-90166

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the SMB server (ksmbd) has a null pointer dereference vulnerability in ksmbd_ipc_tree_connect_request(). The issue occurs when the share name allocation (share->name) fails and the code does not check for this error before using the name in strlen().

Risk Assessment

An attacker can cause a system crash (kernel panic) by sending a specially crafted request, resulting in service disruption.

Recommendation

Apply a Linux kernel update containing the fix that adds an allocation error check before using the pointer.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix null-ptr-deref in ksmbd_ipc_tree_connect_request() See the procedure below: ksmbd_tree_conn_connect ksmbd_share_config_get share->name = kstrdup() // fail if (!test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) // false // do not check `share->name` ksmbd_ipc_tree_connect_request strlen(share->name) // null-ptr-deref

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