VDB
DEBIAN-CVE-2024-42129
DEBIAN-CVE-2024-42129
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: leds: mlxreg: 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 3.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:14 | linux | 0, 0 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux | 6.12.29-1, 6.3.11-1, 6.3.2-1 |
| Debian:11 | linux-6.1 | 6.1.129-1, 0, 6.1.106-3~deb11u1 |
| Debian:12 | linux | 6.1.64-1, 6.1.67-1, 6.1.69-1 |
Timeline
- Jul 30, 2024 CVE Published
- Apr 28, 2026 CVE Updated