
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-42087 affects the ilitek-ili9881c driver in the Linux kernel. The vulnerability was discovered on July 29, 2024, and involves the driver's handling of GPIO (General Purpose Input/Output) controllers. The issue occurs when the driver uses the non-sleeping gpiodsetvalue() function to control the reset GPIO, which causes warning messages when the GPIO controller needs to sleep (NVD).
The vulnerability stems from the improper use of GPIO control functions in the ilitek-ili9881c driver. Specifically, the driver uses gpiodsetvalue() for GPIO control operations, but this function is not suitable when the GPIO controller requires sleep capabilities. The correct implementation should use gpiodsetvalue_cansleep() since the caller can sleep (Kernel Commit).
The impact of this vulnerability is relatively minor, primarily causing warning messages in the system log when the GPIO controller needs to sleep. While this does not directly lead to system compromise, it may cause unnecessary noise in system logs and potentially impact system monitoring (Ubuntu Security).
The issue has been fixed in various Linux kernel versions through a patch that replaces gpiodsetvalue() calls with gpiodsetvalue_cansleep(). The fix has been implemented in multiple Linux distributions, including Ubuntu 24.04 LTS (6.8.0-48.48), Ubuntu 22.04 LTS (5.15.0-121.131), and Ubuntu 20.04 LTS (5.4.0-195.215) (Ubuntu Security).
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."