Description
In the Linux kernel, the following vulnerability has been resolved:

hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_fanin

When calling of_parse_phandle_with_args(), the caller is responsible
to call of_node_put() to release the reference of device node.
In nct7363_present_pwm_fanin, it does not release the reference,
causing a resource leak.
Published: 2026-05-06
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel's hwmon driver for the nct7363 chipset contains a reference count leak that occurs during device‑tree phandle parsing. When of_parse_phandle_with_args is called, a reference to a device node is created, but the code path nct7363_present_pwm_fanin fails to release it with of_node_put. Over time, repeated fan control operations can cause the driver to accumulate unreleased nodes, consuming kernel memory and driver resources, which may lead to kernel instability or a denial of service. This flaw is a classic resource exhaustion vulnerability, classified under CWE‑911 and CWE‑401.

Affected Systems

All Linux distributions that ship a kernel version lacking the upstream commit fixing this leak are affected. The CPE strings list only the generic Linux kernel, indicating that any vendor kernel that has not applied the patch is vulnerable, regardless of distribution or specific patch level. No particular kernel versions are enumerated, so the vulnerability applies to all current kernels prior to the fix.

Risk and Exploitability

The CVSS score is 5.5, and the EPSS score is <1%; the vulnerability is not listed in CISA's KEV catalog. This is a local kernel bug that generally requires a process with elevated privileges or local access to the target system to repeatedly invoke the faulty fan control path. An attacker with such access could use the leak to drain kernel memory over time, leading to a local denial of service. Remote exploitation is not feasible, but the potential impact is significant for environments that rely on real‑time or mission‑critical Linux systems.

Generated by OpenCVE AI on May 13, 2026 at 22:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that incorporates the upstream commit correcting the reference leak in nct7363_present_pwm_fanin.
  • If the nct7363 chipset is not required, uninstall or disable the driver, or restrict fan control usage until the kernel is updated.
  • Continuously monitor kernel memory consumption and the number of device‑node references for abnormal growth patterns; a sudden increase may indicate the vulnerability is active and should trigger immediate system restart or further investigation.

Generated by OpenCVE AI on May 13, 2026 at 22:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 13 May 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Thu, 07 May 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 07 May 2026 00:15:00 +0000


Wed, 06 May 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_fanin When calling of_parse_phandle_with_args(), the caller is responsible to call of_node_put() to release the reference of device node. In nct7363_present_pwm_fanin, it does not release the reference, causing a resource leak.
Title hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_fanin
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:19:01.397Z

Reserved: 2026-05-01T14:12:55.990Z

Link: CVE-2026-43165

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-06T12:16:34.687

Modified: 2026-05-13T21:21:50.680

Link: CVE-2026-43165

cve-icon Redhat

Severity :

Publid Date: 2026-05-06T00:00:00Z

Links: CVE-2026-43165 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-13T22:45:06Z

Weaknesses