VDB
DEBIAN-CVE-2024-42128
DEBIAN-CVE-2024-42128
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devm_mutex_init() for mutex initialization In this driver LEDs are registered using devm_led_classdev_register() so they are automatically unregistered after module's remove() is done. led_classdev_unregister() calls module's led_set_brightness() to turn off the LEDs and that callback uses mutex which was destroyed already in module's remove() so use devm API instead.
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | *, 6.18.13-1, 6.18.15-1 |
| Debian:14 | linux | 0, 0 |
| Debian:12 | linux | 6.1.106-1, 6.1.106-2, 6.1.106-3 |
| Debian:13 | linux | 0, 0 |
Timeline
- Jul 30, 2024 CVE Published
- Apr 28, 2026 CVE Updated