CVE-2022-50059

Publication date

2025-06-18 11:02:07

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ceph: dont leak snap_rwsem in handle_cap_grant When handle_cap_grant is called on an IMPORT op, then the snap_rwsem is held and the function is expected to release it before returning. It currently fails to do that in all cases which could lead to a deadlock.