CVE-2023-54205
Reference Count Leak in Linux Kernel STM32 Pin Control Module
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 |
|---|---|---|
| stmicroelectronics | stm32 | * |
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 STM32 pin control driver. Specifically, the function of_irq_find_parent() returns a node pointer with its reference count incremented, but the code did not properly decrement the reference count by calling of_node_put() when the node was no longer needed. This missing call causes a refcount 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. However, there is no indication of direct security impact such as privilege escalation or data exposure.