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

摘要:

In the Linux kernel, the following vulnerability has been resolved:

atm: nicstar: Fix possible use-after-free in nicstar_cleanup()

This module's remove path calls del_timer(). However, that function
does not wait until the timer handler finishes. This means that the
timer handler may still be running after the driver's remove function
has finished, which would result in a use-after-free.

Fix by calling del_timer_sync(), which makes sure the timer handler
has finished, and unable to re-schedule itself.

安全等级: Low

公告ID: KylinSec-SA-2024-4686

发布日期: 2024年6月1日

关联CVE: CVE-2021-47355  

  • 详细介绍

1. 漏洞描述

   

In the Linux kernel, the following vulnerability has been resolved:

atm: nicstar: Fix possible use-after-free in nicstar_cleanup()

This module's remove path calls del_timer(). However, that function
does not wait until the timer handler finishes. This means that the
timer handler may still be running after the driver's remove function
has finished, which would result in a use-after-free.

Fix by calling del_timer_sync(), which makes sure the timer handler
has finished, and unable to re-schedule itself.

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2021-47355 KY3.5.1 kernel Unaffected
CVE-2021-47355 KY3.5.2 kernel Unaffected
CVE-2021-47355 V6 kernel Unaffected

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2024-2541 下一篇:KylinSec-SA-2024-2542