In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: fix memory leak when using debugfs_lookup()
When calling debugfs_lookup() the result must have dput() called on it,
otherwise the memory will leak over time. Fix this up by properly
calling dput().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-03 16:15
Updated : 2025-04-08 15:46
NVD link : CVE-2022-48698
Mitre link : CVE-2022-48698
CVE.ORG link : CVE-2022-48698
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
