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
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 : Awaiting Analysis
Published: 2024-07-30T08:15:04.903
Modified: 2024-11-21T09:33:39.697
Link: CVE-2024-42128
