### [CVE-2024-27021](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-27021) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=18764b883e15%3C%2053d986f39acd%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description In the Linux kernel, the following vulnerability has been resolved:r8169: fix LED-related deadlock on module removalBinding devm_led_classdev_register() to the netdev is problematicbecause on module removal we get a RTNL-related deadlock. Fix thisby avoiding the device-managed LED functions.Note: We can safely call led_classdev_unregister() for a LED evenif registering it failed, because led_classdev_unregister() detectsthis and is a no-op in this case. ### POC #### Reference No PoCs from references. #### Github - https://github.com/fkie-cad/nvd-json-data-feeds