CVE-2024-42087
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.
Does this matter?
Lower severity and a low EPSS score (0.23%). Track it; it rarely justifies an emergency change on its own.
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.
- CVSS 3.1
- 5.5 MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 0.23% probability · 14th percentile
- CISA KEV
- Not listed
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/1618f7a875ffd916596392fd29880c0429b8af60Patch
- https://git.kernel.org/stable/c/489f38de3375ab84b3d269d0a1d64d6ee95d7044Patch
- https://git.kernel.org/stable/c/5f41401219fbe7663b3cf65ebd4ed95ebbb8ffb9Patch
- https://git.kernel.org/stable/c/98686ec1824728ff41d7b358131f7d0227c2ba2aPatch
- https://git.kernel.org/stable/c/b71348be1236398be2d04c5e145fd6eaae86a91bPatch
- https://git.kernel.org/stable/c/cae52f61fda0f5d2949dc177f984c9e187d4c6a0Patch
- https://git.kernel.org/stable/c/e646402bf82145349fcf5dcbe395afaf02a8ce47Patch
- https://git.kernel.org/stable/c/ee7860cd8b5763017f8dc785c2851fecb7a0c565Patch
- https://git.kernel.org/stable/c/1618f7a875ffd916596392fd29880c0429b8af60Patch
- https://git.kernel.org/stable/c/489f38de3375ab84b3d269d0a1d64d6ee95d7044Patch
- https://git.kernel.org/stable/c/5f41401219fbe7663b3cf65ebd4ed95ebbb8ffb9Patch
- https://git.kernel.org/stable/c/98686ec1824728ff41d7b358131f7d0227c2ba2aPatch
- https://git.kernel.org/stable/c/b71348be1236398be2d04c5e145fd6eaae86a91bPatch
- https://git.kernel.org/stable/c/cae52f61fda0f5d2949dc177f984c9e187d4c6a0Patch
- https://git.kernel.org/stable/c/e646402bf82145349fcf5dcbe395afaf02a8ce47Patch
- https://git.kernel.org/stable/c/ee7860cd8b5763017f8dc785c2851fecb7a0c565Patch
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.