CVE-2026-43165
Resource Leak in Linux Kernel hwmon nct7363 Driver
Publication date: 2026-05-06
Last updated on: 2026-05-06
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
How can this vulnerability impact me? :
The impact of this vulnerability is a resource leak in the kernel, which could lead to inefficient use of system resources over time. While it may not directly cause immediate system failure or security breach, continuous leaks can degrade system performance or stability.
Can you explain this vulnerability to me?
This vulnerability is a resource leak in the Linux kernel's hardware monitoring driver for the nct7363 chip. Specifically, when the function of_parse_phandle_with_args() is called, the caller must release the reference to the device node by calling of_node_put(). In the nct7363_present_pwm_fanin function, this release was not done, causing a resource leak.