漏洞标题
mm, slub: 在slab_debugfs_fops中修复潜在的使用后免费(use-after-free)问题
漏洞描述信息
在Linux内核中,已解决以下漏洞:
mm,slub:在slab_debugfs_fops中修复潜在的use-after-free问题
当sysfs_slab_add失败时,我们不应该对s调用debugfs_slab_add(),因为s很快就会被释放。之后slab_debugfs_fops会使用s,导致use-after-free问题。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
漏洞类别
释放后使用
漏洞标题
mm, slub: fix potential use-after-free in slab_debugfs_fops
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
mm, slub: fix potential use-after-free in slab_debugfs_fops
When sysfs_slab_add failed, we shouldn't call debugfs_slab_add() for s
because s will be freed soon. And slab_debugfs_fops will use s later
leading to a use-after-free.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于内存释放后重用。
CVSS信息
N/A
漏洞类别
其他