In the Linux kernel, the following vulnerability has been resolved:
ksmbd: add refcnt to ksmbd_conn struct
When sending an oplock break request, opinfo->conn is used,
But freed ->conn can be used on multichannel.
This patch add a reference count to the ksmbd_conn struct
so that it can be freed when it is no longer used.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 18:15
Updated : 2024-10-28 16:38
NVD link : CVE-2024-49988
Mitre link : CVE-2024-49988
CVE.ORG link : CVE-2024-49988
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free