漏洞标题
GFS2双重销毁工作队列漏洞
漏洞描述信息
在Linux内核中,已修复以下漏洞:
gfs2: 修复重复调用destroy_workqueue错误
当gfs2_fill_super()失败时,在gfs2_gl_hash_clear()中会调用destroy_workqueue(),随后的代码路径会再次对同一个工作队列调用destroy_workqueue()。
该问题可通过在第一次调用destroy_workqueue()后将工作队列指针设置为NULL,并在再次尝试销毁工作队列之前检查该指针是否为NULL来解决。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
漏洞类别
空指针解引用
漏洞标题
gfs2: fix double destroy_workqueue error
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
gfs2: fix double destroy_workqueue error
When gfs2_fill_super() fails, destroy_workqueue() is called within
gfs2_gl_hash_clear(), and the subsequent code path calls
destroy_workqueue() on the same work queue again.
This issue can be fixed by setting the work queue pointer to NULL after
the first destroy_workqueue() call and checking for a NULL pointer
before attempting to destroy the work queue again.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于gfs2文件系统在gfs2_fill_super失败时对工作队列的重复销毁,导致错误。
CVSS信息
N/A
漏洞类别
其他