NONE · 0

CVE-2026-90166

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_s...

Vulnerability Description

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

References

FAQ

What is CVE-2026-90166?

CVE-2026-90166 is a documented vulnerability. 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_s...

How severe is CVE-2026-90166?

CVSS scoring is not yet available for CVE-2026-90166. Check NVD for updates.

Is there a patch for CVE-2026-90166?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.