CVE-2023-54190
Reference Count Leak in Linux Kernel leds Core Component
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reference count leak in the Linux kernel's LED core subsystem, specifically in the function of_led_get(). The issue arises because class_find_device_by_of_node() calls class_find_device(), which takes a reference to a device. However, the reference is not properly released with put_device() when it is no longer needed, leading to a reference count leak.
How can this vulnerability impact me? :
The reference count leak can lead to resource leaks in the kernel, potentially causing increased memory usage or instability over time. This may degrade system performance or lead to unexpected behavior in the LED subsystem.