Memory Leak Vulnerability in Linux Kernel USB Gadget
CVE-2023-53407

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
18 September 2025

What is CVE-2023-53407?

A memory leak vulnerability exists in the USB gadget implementation of the Linux kernel, specifically affecting the pxa27x_udc driver. When the debugfs_lookup() function is called, it is crucial to invoke dput() on its result to prevent memory from leaking over time. Developers are advised to utilize debugfs_lookup_and_remove(), which simplifies the process by managing the necessary calls internally, thus mitigating the risk of memory leaks.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 8da78a60f3323ce7aac589d49fb82f71a04bc835

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 67c931a3f2f061bf457995fd21fff114325e0c30

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2023-53407 : Memory Leak Vulnerability in Linux Kernel USB Gadget