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

misc: ti_fpc202: fix a potential memory leak in probe function

Use for_each_child_of_node_scoped() to simplify the code and ensure the
device node reference is automatically released when the loop scope
ends.
Published: 2026-05-06
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A memory leak exists in the Linux kernel’s ti_fpc202 driver when the probe function fails to properly release device node references. The upstream fix replaces manual reference handling with for_each_child_of_node_scoped(), automatically freeing references when the loop scope ends. If the flaw remains active, repeated invocation of the probe routine could gradually consume kernel memory and potentially destabilize or crash the kernel. The vulnerability does not provide a direct code‑execution pathway; it simply undermines kernel stability.

Affected Systems

All Linux kernel builds that include the ti_fpc202 driver and predate the commit that introduced automatic reference release are affected. This includes every distribution that ships a kernel without the patch. The vendor is the Linux kernel community, and the mitigation is delivered through the normal upstream release process.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, and the EPSS score of <1% suggests a very low but non‑zero likelihood of exploitation. Exploitation requires the attacker to trigger the probe routine, usually by local privilege or kernel execution. The likely attack vector is a locally privileged user or an application that can cause the driver’s probe function to execute repeatedly. If the leak is exercised, kernel memory exhaustion could lead to crashes or a denial‑of‑service scenario. This vulnerability is not listed in CISA’s KEV catalog and no public exploits are known.

Generated by OpenCVE AI on May 14, 2026 at 00:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that contains the commit from c/d2975604bf1ba36ffc5a08fe8da97fd63b91c4f1 or later, ensuring the ti_fpc202 driver incorporates the automatic reference release.
  • If a kernel upgrade is not available immediately, manually apply the diff from the referenced commit to the kernel source, rebuild the kernel, and load the updated module.
  • Until an updated kernel or patch is applied, disable the ti_fpc202 driver or block its loading via kernel boot parameters to avoid repeated probe executions that could trigger the leak.

Generated by OpenCVE AI on May 14, 2026 at 00:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-400

Wed, 13 May 2026 21:15: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 00:15:00 +0000


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

Type Values Removed Values Added
Weaknesses CWE-400
CWE-772

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: misc: ti_fpc202: fix a potential memory leak in probe function Use for_each_child_of_node_scoped() to simplify the code and ensure the device node reference is automatically released when the loop scope ends.
Title misc: ti_fpc202: fix a potential memory leak in probe function
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-11T21:57:20.450Z

Reserved: 2026-05-06T11:31:45.509Z

Link: CVE-2025-71290

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

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

Modified: 2026-05-13T21:07:09.193

Link: CVE-2025-71290

cve-icon Redhat

Severity :

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

Links: CVE-2025-71290 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-14T00:30:07Z

Weaknesses