
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2021-46932 is a vulnerability in the Linux kernel's appletouch driver that was discovered and fixed in late 2021. The issue involves improper initialization of work structures in the input device registration process. Specifically, the vulnerability affects the appletouch driver's handling of work initialization timing, where the dev->work initialization occurs after the input_register_device() call, leading to potential NULL function pointer issues (CVE).
The vulnerability stems from a timing issue in the work structure initialization. The bug occurs because input_dev->close() calls cancel_work_sync(&dev->work), but the dev->work initialization happens after the input_register_device() call. This incorrect ordering can result in a work->func == NULL condition, which triggers a warning in __flush_work(). The CVSS v3 base score is 2.3 (Low) according to Red Hat's assessment, with attack vector being Local and requiring high privileges (Red Hat).
The impact of this vulnerability is considered low, primarily affecting system stability rather than security. The issue can cause warning messages in __flush_work() due to NULL function pointers, potentially leading to system instability or unexpected behavior in the appletouch driver functionality (Debian).
The vulnerability has been fixed by moving the dev->work initialization before the input_register_device() call. The fix was implemented in the Linux kernel through a patch that corrects the initialization sequence. Multiple Linux distributions have released updates containing the fix, including Red Hat, Ubuntu, and Debian (Kernel Patch).
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."