CVE-2023-53409 Details
Description
In the Linux kernel, the following vulnerability has been resolved: drivers: base: component: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To make things simpler, just call debugfs_lookup_and_remove() instead which handles all of the logic at once.
A memory leak vulnerability has been addressed in the Linux kernel related to the improper management of debugfs_lookup() results. If the result of debugfs_lookup() is not followed by a dput() call, it can lead to a gradual memory leak. The vulnerability exists in the stable versions of the Linux kernel. The recommended practice is to use debugfs_lookup_and_remove(), which automatically manages the necessary operations, thereby preventing the memory leak.
The vulnerability has been fixed in the Linux kernel stable tree. Users can upgrade to the latest version to address this issue.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jan 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/09709a49283f79184c998d6dafcc01590e4d654d | kernel.org | Patch |
| https://git.kernel.org/stable/c/79ac2b01e033181e21cc84216ace1f4160eb8950 | kernel.org | Patch |
| https://git.kernel.org/stable/c/8deb87b1e810dd558371e88ffd44339fbef27870 | kernel.org | Patch |
| https://git.kernel.org/stable/c/bf0fd01c7cc1061fb2cfda3e2044371642108e6c | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-401 | Missing Release of Memory after Effective Lifetime | [email protected] |
| CWE-401 | Missing Release of Memory after Effective Lifetime | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | < 5.15.100 >= 5.16, < 6.1.18 >= 6.2, < 6.2.5 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jan 14, 2026 | CVE Modified | CISA-ADP |
| Dec 11, 2025 | Initial Analysis | [email protected] |
| Sep 18, 2025 | New CVE Received | kernel.org |