摘要:
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.
安全等级: Low
公告ID: KylinSec-SA-2024-4235
发布日期: 2024年12月8日
关联CVE: CVE-2024-49956
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.
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-49956 | KY3.4-5 | kernel | Unaffected |
CVE-2024-49956 | KY3.5.3 | kernel | Unaffected |
CVE-2024-49956 | V6 | kernel | Unaffected |