Memory Leak Issue in Linux Kernel Affecting USB Handling
CVE-2023-53410

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
18 September 2025

What is CVE-2023-53410?

A memory leak vulnerability has been identified in how the Linux kernel handles USB devices. Specifically, the issue arises when using the debugfs_lookup() function without appropriately deallocating the memory with dput(), leading to gradual resource depletion over time. This situation can affect system performance and stability. Developers are advised to utilize debugfs_lookup_and_remove(), which combines the lookup and cleanup operations into a single call, thereby preventing memory leaks and ensuring efficient resource management.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 2b8aa879e28df11e45855b04788050c61fb6b02a

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 8f4d25eba599c4bd4b5ea8ae8752cda480a9d563

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2023-53410 : Memory Leak Issue in Linux Kernel Affecting USB Handling