摘要:
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
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.
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2021-47355 | KY3.5.1 | kernel | Unaffected |
CVE-2021-47355 | KY3.5.2 | kernel | Unaffected |
CVE-2021-47355 | V6 | kernel | Unaffected |