Security Advisory

CVE-2023-52583

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-03-06 06:45:19
Last updated 2026-05-11 19:29:42
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ceph: fix deadlock or deadcode of misusing dget() The lock order is incorrect between denty and its parent, we should always make sure that the parent get the lock first. But since this deadcode is never used and the parent dir will always be set from the callers, lets just remove it.