
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49296 is a vulnerability discovered in the Linux kernel's Ceph filesystem implementation. The issue involves a potential deadlock condition that occurs when handling inline data operations while holding Fwb (File write buffer) capabilities (NVD). The vulnerability was identified and resolved in the Linux kernel, specifically affecting the Ceph filesystem component.
The vulnerability manifests during a specific sequence of operations: when mounting with wsync, creating a file with O_RDWR, and performing buffer writes. The deadlock occurs due to a race condition between holding Fwb capabilities and requesting getattr(Fsr) operations. The issue arises when mds.1 requests the rd lock for CInode::filelock from auth mds.0, which needs to perform a state transition from excl to sync, requiring the revocation of Fxwb caps from clients. However, the kernel client already holds the Fwb caps while waiting for the getattr(Fsr), resulting in a deadlock condition (Kernel Commit).
The vulnerability can lead to a deadlock situation in the Ceph filesystem, potentially causing system hangs or unresponsiveness when performing certain file operations. This could affect system availability and normal file operations in environments using the Ceph filesystem (NVD).
The issue has been fixed in the Linux kernel through a patch that modifies the handling of inline data operations. The fix involves checking the inlineversion earlier in the process and properly handling the case when inlineversion is 1 or CEPHINLINENONE (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."