← Back to CVE List

CVE-2024-49988

Published: 2024-10-21T18:15Z
Last Modified: 2024-10-28T16:38Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt