Security Advisory

CVE-2024-49988

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-10-21 18:02:31
Last updated 2026-05-11 20:43:24
Assigner Linux
State PUBLISHED

Description

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.