
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49954 is a vulnerability discovered in the Linux kernel affecting the iforce input driver. The issue was identified when syzbot reported a hung task at _inputunregister_device(). The vulnerability was disclosed on June 18, 2025, and affects Linux kernel systems utilizing the iforce driver (NVD CVE).
The vulnerability stems from a synchronization issue in the iforce driver where iforceclose() waits at waiteventinterruptible() with dev->mutex held, which blocks inputdisconnectdevice() from _inputunregisterdevice(). The root cause was traced to commit c2b27ef672992a20 ('Input: iforce - wait for command completion when closing the device') which failed to implement a wakeup() call after clearbit() operation (NVD CVE, Wiz).
The vulnerability can result in a system hang condition when attempting to unregister an iforce input device, as the mutex lock prevents proper device disconnection (Wiz).
The issue has been resolved in the Linux kernel through a patch that implements proper synchronization by introducing a helper that calls clearbit() followed by wakeup_all() to ensure proper thread wakeup (NVD CVE).
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."