CVE-2023-53402 Details
Description
In the Linux kernel, the following vulnerability has been resolved: kernel/printk/index.c: 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 identified in the Linux kernel's handling of debugfs_lookup() in versions prior to 6.2.16. When debugfs_lookup() is called, the returned result must be released with dput() to prevent memory leakage over time. The vulnerability arises because this necessary cleanup was not performed, leading to a gradual increase in memory usage. The issue can be exploited by creating and removing debugfs files in a loop, which causes the memory leak to accumulate. The vulnerability has been addressed by modifying the code to use debugfs_lookup_and_remove(), a function that automatically manages the lookup and cleanup process, thereby eliminating the memory leak.
Users can upgrade to Linux kernel versions 6.2.16 or later, where this vulnerability has been fixed. Instructions for upgrading the Linux kernel can be found in the documentation for the specific Linux distribution in use.
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/13969236b6900b5a3625ad2193569588e978f1cc | kernel.org | Patch |
| https://git.kernel.org/stable/c/2e07fa2e30d48d24a791483774a3d4b76769e0cf | kernel.org | Patch |
| https://git.kernel.org/stable/c/55bf243c514553e907efcf2bda92ba090eca8c64 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c578a68ffcdc2e8c72556bebdaae2b7500398e81 | 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 12, 2025 | Initial Analysis | [email protected] |
| Sep 18, 2025 | New CVE Received | kernel.org |