CVE Catalog

CVE-2022-50059

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.36%

29th percentile - higher than 29% of all known CVEs

Summary

In the Linux kernel's Ceph filesystem, there is a snap_rwsem leak in handle_cap_grant. When called for an IMPORT op, the semaphore is held and should be released before returning, but it is not, potentially leading to a deadlock.

Risk Assessment

The vulnerability can lead to a deadlock in the Ceph filesystem, causing I/O operations to hang and impacting service availability.

Recommendation

Update the Linux kernel to a patched version that ensures snap_rwsem is released in all cases.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS