Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-42087
HistoryJul 29, 2024 - 4:26 p.m.

CVE-2024-42087 drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep

2024-07-2916:26:27
Linux
github.com
2
linux kernel
vulnerability
ilitek-ili9881c
gpio
gpiod_set_value
gpiod_set_value_cansleep

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial