Bugzilla – Bug 1220256
VUL-0: CVE-2024-26592: kernel: ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
Last modified: 2024-03-04 16:08:22 UTC
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF issue in ksmbd_tcp_new_connection() The race is between the handling of a new TCP connection and its disconnection. It leads to UAF on `struct tcp_transport` in ksmbd_tcp_new_connection() function. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-26592 https://lore.kernel.org/linux-cve-announce/2024022259-CVE-2024-26592-58f7@gregkh/T/#u Patch: https://git.kernel.org/stable/c/38d20c62903d669693a1869aa68c4dd5674e2544
Closing since stable is already patched, SLE15-SP6 doesn't compile smb server (CONFIG_SMB_SERVER is not set) and the other codestreams doesn't have the feature.