CVE-2024-42087
Linux kernel DRM Ilitek I9881c GPIO Sleep Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep The ilitek-ili9881c controls the reset GPIO using the non-sleeping gpiod_set_value() function. This complains loudly when the GPIO controller needs to sleep. As the caller can sleep, use gpiod_set_value_cansleep() to fix the issue.
INFO
Published Date :
July 29, 2024, 5:15 p.m.
Last Modified :
Nov. 21, 2024, 9:33 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
Exploitability Score :
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-42087
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-42087
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-42087
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/1618f7a875ffd916596392fd29880c0429b8af60 Added Reference https://git.kernel.org/stable/c/489f38de3375ab84b3d269d0a1d64d6ee95d7044 Added Reference https://git.kernel.org/stable/c/5f41401219fbe7663b3cf65ebd4ed95ebbb8ffb9 Added Reference https://git.kernel.org/stable/c/98686ec1824728ff41d7b358131f7d0227c2ba2a Added Reference https://git.kernel.org/stable/c/b71348be1236398be2d04c5e145fd6eaae86a91b Added Reference https://git.kernel.org/stable/c/cae52f61fda0f5d2949dc177f984c9e187d4c6a0 Added Reference https://git.kernel.org/stable/c/e646402bf82145349fcf5dcbe395afaf02a8ce47 Added Reference https://git.kernel.org/stable/c/ee7860cd8b5763017f8dc785c2851fecb7a0c565 -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 29, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep The ilitek-ili9881c controls the reset GPIO using the non-sleeping gpiod_set_value() function. This complains loudly when the GPIO controller needs to sleep. As the caller can sleep, use gpiod_set_value_cansleep() to fix the issue. Added Reference kernel.org https://git.kernel.org/stable/c/b71348be1236398be2d04c5e145fd6eaae86a91b [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/98686ec1824728ff41d7b358131f7d0227c2ba2a [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/cae52f61fda0f5d2949dc177f984c9e187d4c6a0 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/489f38de3375ab84b3d269d0a1d64d6ee95d7044 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/5f41401219fbe7663b3cf65ebd4ed95ebbb8ffb9 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/1618f7a875ffd916596392fd29880c0429b8af60 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/e646402bf82145349fcf5dcbe395afaf02a8ce47 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/ee7860cd8b5763017f8dc785c2851fecb7a0c565 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-42087
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-42087
weaknesses.