CVE-2023-54107
CVE-2023-54107 affects the Linux kernel blk-cgroup path, where a use-after-free could occur if the parent’s refcount is dropped before the child’s pd_free_fn(). The provided documents state the issue arises when the parent blkg refcount is dropped in __blkg_release() before pd_free_fn() is called...