CVE-2024-42128
MEDIUMLinux Kernel < 6.6.39 - Use of Uninitialized Resource
Title source: ruleDescription
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.
Scores
CVSS v3
5.5
EPSS
0.0003
EPSS Percentile
7.2%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-908
Status
published
Products (3)
linux/Kernel
4.20.0 - 6.6.39linux
linux/Kernel
6.7.0 - 6.9.9linux
linux/linux_kernel
4.20 - 6.6.39
Published
Jul 30, 2024
Tracked Since
Feb 18, 2026