CVE-2023-53867
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/12/2025
Last modified:
15/04/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ceph: fix potential use-after-free bug when trimming caps<br />
<br />
When trimming the caps and just after the &#39;session->s_cap_lock&#39; is<br />
released in ceph_iterate_session_caps() the cap maybe removed by<br />
another thread, and when using the stale cap memory in the callbacks<br />
it will trigger use-after-free crash.<br />
<br />
We need to check the existence of the cap just after the &#39;ci->i_ceph_lock&#39;<br />
being acquired. And do nothing if it&#39;s already removed.



