In the Linux kernel, the following vulnerability has been resolved:
USB: sl811: 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:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/04fdfec7b0286972cb5457ef958c92585447a39f - Patch | |
| References | () https://git.kernel.org/stable/c/54166af8941d0cf46b65cfa2fbce76e38d82fadf - Patch | |
| References | () https://git.kernel.org/stable/c/bb4d5eefb67095d7c3b70b08498b23b7f2895f76 - Patch | |
| References | () https://git.kernel.org/stable/c/e1523c4dbc54e164638ff8729d511cf91e27be04 - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux
Linux linux Kernel |
|
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
18 Sep 2025, 14:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-09-18 14:15
Updated : 2025-12-11 15:17
NVD link : CVE-2023-53417
Mitre link : CVE-2023-53417
CVE.ORG link : CVE-2023-53417
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
