CVE-2022-50059
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-13
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-Other |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's Ceph component where the function handle_cap_grant fails to release a lock called snap_rwsem during an IMPORT operation. This failure to release the lock can cause a deadlock, meaning the system could freeze or become unresponsive because processes are waiting indefinitely for the lock to be released.
How can this vulnerability impact me? :
The vulnerability can lead to a deadlock situation in the Linux kernel, potentially causing system hangs or unresponsiveness. This can disrupt normal operations, degrade system performance, and may require a system reboot to recover.