I
n the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in update_sched_domain_debugfs Kuyo reports that the pattern of using debugfs_remove(debugfs_lookup()) leaks a dentry and with a hotplug stress test, the machine eventually runs out of memory. Fix this up by using the newly created debugfs_lookup_and_remove() call instead which properly handles the dentry reference counting logic.
References
Configurations
Configuration 1 (hide)
|
History
19 Sep 2025, 14:48
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.0:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.0:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.0:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.0:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/0c32a93963e03c03e561d5a066eedad211880ba3 - Patch | |
| References | () https://git.kernel.org/stable/c/26e9a1ded8923510e5529fbb28390b22228700c2 - Patch | |
| References | () https://git.kernel.org/stable/c/c2e406596571659451f4b95e37ddfd5a8ef1d0dc - Patch | |
| First Time |
Linux
Linux linux Kernel |
|
| CWE | CWE-401 |
21 Nov 2024, 07:33
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/0c32a93963e03c03e561d5a066eedad211880ba3 - | |
| References | () https://git.kernel.org/stable/c/26e9a1ded8923510e5529fbb28390b22228700c2 - | |
| References | () https://git.kernel.org/stable/c/c2e406596571659451f4b95e37ddfd5a8ef1d0dc - |
06 May 2024, 12:44
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2024-05-03 16:15
Updated : 2025-09-19 14:48
NVD link : CVE-2022-48699
Mitre link : CVE-2022-48699
CVE.ORG link : CVE-2022-48699
JSON object : View
Products Affected
CWE
CWE-401
Missing Release of Memory after Effective Lifetime