
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49281 is a vulnerability in the Linux kernel's CIFS (Common Internet File System) implementation, specifically related to the handlecache and multiuser functionality. The vulnerability was discovered in the way the kernel handles directory caching in multiuser CIFS mounts. In multiuser environments, each user has their own tcon (tree connection) structure for the share and their own handle for a cached directory (Kernel Git).
The vulnerability occurs during the unmounting of CIFS shares in multiuser environments. When unmounting a share, the system fails to properly release the pinned down dentry for each tcon structure, instead only releasing the master tcon. This leads to a condition where dentries remain in use after unmounting, resulting in system warnings and potential resource leaks. The issue manifests in the cifs_kill_sb function in the filesystem code (Kernel Git).
When the vulnerability is triggered, it results in system warnings about dentries still being in use during unmount operations. This can lead to resource leaks and potential system instability. The issue specifically manifests with messages like 'BUG: Dentry still in use (2) [unmount of cifs cifs]' during the unmounting process (Kernel Git).
The vulnerability has been fixed through a patch that modifies the cifs_kill_sb function to properly handle dentry cleanup for all tcon structures during unmount. The fix involves iterating through all tcon structures in the tlink tree and properly releasing their associated dentries (Kernel Git).
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."