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.
Metrics
Affected Vendors & Products
References
History
Mon, 29 Sep 2025 14:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Weaknesses | CWE-908 | |
| CPEs | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
Wed, 11 Sep 2024 13:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Status: PUBLISHED
Assigner: Linux
Published: 2024-07-30T07:46:24.751Z
Updated: 2025-07-28T11:16:38.410Z
Reserved: 2024-07-29T15:50:41.185Z
Link: CVE-2024-42128
Updated: 2024-08-02T04:54:31.855Z
Status : Analyzed
Published: 2024-07-30T08:15:04.903
Modified: 2025-09-29T14:28:29.090
Link: CVE-2024-42128