漏洞标题
drm/amd/display: 修复使用debugfs_lookup()时的内存泄漏问题
漏洞描述信息
在Linux内核中,以下漏洞已得到修复:
drm/amd/display:在使用debugfs_lookup()时修复内存泄漏问题
当调用debugfs_lookup()时,必须对其结果调用dput(),否则会随着时间的推移导致内存泄漏。通过正确调用dput()来修复这个问题。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N
漏洞类别
在移除最后引用时对内存的释放不恰当(内存泄露)
漏洞标题
drm/amd/display: fix memory leak when using debugfs_lookup()
漏洞描述信息
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().
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于使用 debugfs_lookup函数时内存泄漏。
CVSS信息
N/A
漏洞类别
其他