Security Advisory

CVE-2022-50059

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-06-18 11:02:07
Last updated 2026-05-11 19:12:04
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ceph: don't 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.