In 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
No history.
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
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
