
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53867 is a use-after-free vulnerability in the Linux kernel's Ceph filesystem client, specifically in the capability (cap) trimming logic. When trimming caps, after session->s_cap_lock is released in ceph_iterate_session_caps(), a cap may be concurrently removed by another thread; subsequent use of the stale cap memory in callbacks triggers a use-after-free crash. The vulnerability affects Linux kernel versions prior to 6.1.28, 6.2.15, 6.3.2, and 6.4, and was publicly disclosed on December 24, 2025. No CVSS score has been assigned by NVD at this time, and the EPSS score is approximately 0.018% (Feedly, ENISA EUVD).
The root cause is a race condition (CWE-416: Use After Free) in the Ceph kernel client's cap management code. When ceph_iterate_session_caps() releases session->s_cap_lock, a concurrent thread can remove the cap object from the session; the original thread then dereferences the now-freed cap memory in its callback, causing a use-after-free crash. The fix requires checking for the cap's continued existence immediately after acquiring ci->i_ceph_lock, and aborting the callback if the cap has already been removed. Patches are available in the stable kernel tree at commits 2b2515b8, 448875a7, aaf67de7, and ae6e9356 (Feedly, kernel.org patch 1).
Successful exploitation of this vulnerability can cause a kernel crash (system unavailability) on Linux systems using the Ceph filesystem client, as the use-after-free condition corrupts kernel memory. In more severe scenarios, kernel memory corruption from use-after-free bugs can potentially be leveraged for local privilege escalation, though no such exploitation has been publicly demonstrated for this specific CVE. The impact is primarily limited to systems with Ceph filesystem mounts and is triggered by concurrent cap trimming operations (Feedly, ENISA EUVD).
Apply the upstream Linux kernel patches that fix the race condition in the Ceph cap trimming code. Fixed versions include Linux kernel 6.1.28, 6.2.15, 6.3.2, and 6.4 (and later). Administrators running Ceph-mounted filesystems on affected kernel versions should update to a patched kernel release as soon as possible. As a temporary workaround, avoiding Ceph filesystem mounts on affected systems reduces exposure, though this may not be operationally feasible (Feedly, ENISA EUVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."