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

thermal/of: Fix reference leak in thermal_of_cm_lookup()

In thermal_of_cm_lookup(), tr_np is obtained via of_parse_phandle(), but
never released.

Use the __free(device_node) cleanup attribute to automatically release
the node and fix the leak.

[ rjw: Changelog edits ]
Published: 2026-05-27
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the function thermal_of_cm_lookup() obtains a device node via of_parse_phandle() but never releases it, creating a reference leak (CWE‑772). This flaw can allow the kernel to consume progressively more memory each time the function is called, potentially exhausting system resources and resulting in a denial of service or kernel instability.

Affected Systems

The vulnerability impacts the Linux kernel. The CNA did not provide specific version information, so any kernel that has not incorporated the remediation commit 025796c remains vulnerable. Distributions that have not applied the patch in their kernel packages are also at risk.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, and the EPSS score of < 1% suggests a very low probability of exploitation. The vulnerability is not listed in CISA's KEV catalog, indicating no publicly reported exploits. The likely attack vector is local: an attacker would trigger thermal_of_cm_lookup() repeatedly within the kernel, for example through thermal subsystem activity or related device drivers, but no active exploitation is documented.

Generated by OpenCVE AI on August 12, 2026 at 03:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a release that includes the patch for thermal_of_cm_lookup()—for example, install the latest stable kernel from your distribution or apply the upstream commit 025796c to a custom build.
  • Reboot the system to load the updated kernel so the reference leak no longer occurs.
  • If an immediate kernel upgrade is not possible, temporarily disable the thermal subsystem or services that invoke thermal_of_cm_lookup() to limit exposure and monitor system memory usage for abnormal growth.

Generated by OpenCVE AI on August 12, 2026 at 03:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 28 May 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

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'}

threat_severity

Low


Wed, 27 May 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: thermal/of: Fix reference leak in thermal_of_cm_lookup() In thermal_of_cm_lookup(), tr_np is obtained via of_parse_phandle(), but never released. Use the __free(device_node) cleanup attribute to automatically release the node and fix the leak. [ rjw: Changelog edits ]
Title thermal/of: Fix reference leak in thermal_of_cm_lookup()
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-27T12:17:43.889Z

Reserved: 2026-05-13T15:03:33.086Z

Link: CVE-2026-45925

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Undergoing Analysis

Published: 2026-05-27T14:17:08.343

Modified: 2026-06-25T12:40:42.490

Link: CVE-2026-45925

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-45925 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T03:45:17Z

Weaknesses