CVE-2022-50059
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
18/06/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ceph: don&#39;t leak snap_rwsem in handle_cap_grant<br />
<br />
When handle_cap_grant is called on an IMPORT op, then the snap_rwsem is<br />
held and the function is expected to release it before returning. It<br />
currently fails to do that in all cases which could lead to a deadlock.