• CVE-2024-27021

发布时间: 2024年6月19日

修改时间: 2024年7月2日

概要

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.

CVSS v3 指标

NVD openEuler
CVSS评分 7.8 7.8
Attack Vector Local Local
Attack Complexity Low High
Privileges Required Low High
User Interaction None None
Scope Unchanged Unchanged
Confidentiality High None
Integrity High None
Availability High None

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-2768 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. 2024年6月19日

影响产品

产品 状态
KY3.4-5A kernel Unaffected
KY3.5.2 kernel Unaffected
V6 kernel Unaffected