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
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-22 17:15
Updated : 2024-05-29 06:16
NVD link : CVE-2024-26592
Mitre link : CVE-2024-26592
CVE.ORG link : CVE-2024-26592
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free