Memory Leak Vulnerability in Linux Kernel Affecting Debugfs Operations
CVE-2023-53403

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
18 September 2025

What is CVE-2023-53403?

A memory leak vulnerability exists in the Linux kernel related to the debugfs_lookup() function. Failing to invoke dput() on the result of this function can lead to gradual memory consumption over time. To mitigate this issue easily, developers are advised to use debugfs_lookup_and_remove(), which integrates the necessary logic to prevent memory leaks. Proper handling of these functions is crucial for maintaining system stability and performance.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 15cffd01ed80e3506e29ba9f441e2358413b7317

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2023-53403 : Memory Leak Vulnerability in Linux Kernel Affecting Debugfs Operations