In the Linux kernel, the following vulnerability has been resolved:
r8169: fix LED-related deadlock on module removal
Binding devm_led_classdev_register() to the netdev is problematic
because on module removal we get a RTNL-related deadlock. Fix this
by avoiding the device-managed LED functions.
Note: We can safely call led_classdev_unregister() for a LED even
if registering it failed, because led_classdev_unregister() detects
this and is a no-op in this case.
Metrics
Affected Vendors & Products
References
History
Wed, 06 Nov 2024 08:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-01T05:30:21.242Z
Updated: 2024-11-05T09:20:07.015Z
Reserved: 2024-02-19T14:20:24.210Z
Link: CVE-2024-27021
Vulnrichment
Updated: 2024-08-02T00:21:05.941Z
NVD
Status : Modified
Published: 2024-05-01T06:15:20.960
Modified: 2024-11-21T09:03:40.883
Link: CVE-2024-27021
Redhat