CVE-2023-54190

Publication date

2025-12-30 12:08:58

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: leds: led-core: Fix refcount leak in of_led_get() class_find_device_by_of_node() calls class_find_device(), it will take the reference, use the put_device() to drop the reference when not need anymore.