• 公告ID (KylinSec-SA-2024-4235)

摘要:

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  

  • 详细介绍

1. 漏洞描述

   

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.

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2024-49956 KY3.4-5 kernel Unaffected
CVE-2024-49956 KY3.5.3 kernel Unaffected
CVE-2024-49956 V6 kernel Unaffected

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2024-4234 下一篇:KylinSec-SA-2024-4236