
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2021-46988 affects the Linux kernel's userfaultfd functionality. The vulnerability involves a failure to properly release a page in an error path, which could lead to a BUG_ON condition. This issue was discovered in the shmem_mfill_atomic_pte() function when handling certain error conditions during UFFD ioctl operations (Kernel Commit).
The vulnerability occurs in a specific sequence of events: 1) When userspace issues a UFFD ioctl, calling shmem_mfill_atomic_pte(), the function successfully accounts blocks and allocates a page, but copy_from_user() fails, returning -ENOENT without releasing the allocated page. 2) The caller retries after dropping mmap_lock. 3) If another process fills the tmpfs during this time, shmem_mfill_atomic_pte() fails to account blocks and returns without releasing the page, triggering a BUG_ON assertion (Kernel Commit).
The vulnerability could lead to memory leaks and kernel crashes due to the BUG_ON assertion when the error condition is triggered. This affects system stability and could potentially be used for denial of service attacks (Kernel Commit).
The vulnerability requires specific timing conditions involving concurrent processes accessing tmpfs through userfaultfd operations. It can be triggered through normal system operations when these conditions align (Kernel Commit).
The issue has been fixed by adding proper page release handling in the error path. When accounting fails, the code now checks for and releases any 'dangling' page before returning. The fix was implemented in the Linux kernel through a patch that modifies the shmem_mfill_atomic_pte() function (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."