3 matches found
CVE-2026-23228
In the Linux kernel, the following vulnerability has been resolved: smb: server: fix leak of activenumconn in ksmbdtcpnewconnection On kthreadrun failure in ksmbdtcpnewconnection, the transport is freed via freetransport, which does not decrement activenumconn, leaking this counter. Replace...
CVE-2024-26592
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF issue in ksmbdtcpnewconnection The race is between the handling of a new TCP connection and its disconnection. It leads to UAF on struct tcptransport in ksmbdtcpnewconnection function...
CVE-2024-26592
CVE-2024-26592 affects the Linux kernel ksmbd component. The vulnerability is a use-after-free (UAF) in ksmbd_tcp_new_connection() caused by a race between handling a new TCP connection and its disconnection, leading to a UAF on struct tcp_transport. Connected Astra/OSS docs confirm the issue and...