In the Linux kernel, the following vulnerability has been resolved:
USB: isp1362: 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.
References
Configurations
Configuration 1 (hide)
|
History
11 Dec 2025, 15:07
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| First Time |
Linux
Linux linux Kernel |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | CWE-401 | |
| References | () https://git.kernel.org/stable/c/9d537c35e48feba9d450acca0ff14a55ce1ec450 - Patch | |
| References | () https://git.kernel.org/stable/c/b0a8195a84a725ca7936c213b5e056d2a3ab2a94 - Patch | |
| References | () https://git.kernel.org/stable/c/c26e682afc14caa87d44beed271eec8991e93c65 - Patch | |
| References | () https://git.kernel.org/stable/c/fb284bee1e213c94be9131d1aca7c16bd6ba259d - Patch |
18 Sep 2025, 14:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-09-18 14:15
Updated : 2025-12-11 15:07
NVD link : CVE-2023-53416
Mitre link : CVE-2023-53416
CVE.ORG link : CVE-2023-53416
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
