CVE-2022-50349
misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()
Description
In the Linux kernel, the following vulnerability has been resolved: misc: tifm: fix possible memory leak in tifm_7xx1_switch_media() If device_register() returns error in tifm_7xx1_switch_media(), name of kobject which is allocated in dev_set_name() called in device_add() is leaked. Never directly free @dev after calling device_register(), even if it returned an error! Always use put_device() to give up the reference initialized.
INFO
Published Date :
Sept. 16, 2025, 5:15 p.m.
Last Modified :
Sept. 16, 2025, 5:15 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products
The following products are affected by CVE-2022-50349
vulnerability.
Even if cvefeed.io
is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
No affected product recoded yet
Solution
- Always use put_device() to release device references.
- Do not directly free @dev after device_register() errors.
- Apply kernel patches to resolve the memory leak.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2022-50349
.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2022-50349
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2022-50349
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2022-50349
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2022-50349
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Sep. 16, 2025
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: misc: tifm: fix possible memory leak in tifm_7xx1_switch_media() If device_register() returns error in tifm_7xx1_switch_media(), name of kobject which is allocated in dev_set_name() called in device_add() is leaked. Never directly free @dev after calling device_register(), even if it returned an error! Always use put_device() to give up the reference initialized. Added Reference https://git.kernel.org/stable/c/1695b1adcc3a7d985cd22fa3b55761edf3fab50d Added Reference https://git.kernel.org/stable/c/2bbb222a54ff501f77ce593d21b76b79c905045e Added Reference https://git.kernel.org/stable/c/35abbc8406cc39e72d3ce85f6e869555afe50d54 Added Reference https://git.kernel.org/stable/c/57c857353d5020bdec8284d9c0fee447484fe5e0 Added Reference https://git.kernel.org/stable/c/848c45964ded537107e010aaf353aa30a0855387 Added Reference https://git.kernel.org/stable/c/d861b7d41b17942b337d4b87a70de7cd1dc44d4e Added Reference https://git.kernel.org/stable/c/ee2715faf7e7153f5142ed09aacfa89a64d45dcb Added Reference https://git.kernel.org/stable/c/ef843ee20576039126d34d6eb5f45d14c3e6ce18 Added Reference https://git.kernel.org/stable/c/fd2c930cf6a5b9176382c15f9acb1996e76e25ad