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

摘要:

In the Linux kernel, the following vulnerability has been resolved:media: v4l: async: Fix duplicated list deletionThe list deletion call dropped here is already called from thehelper function in the line before. Having a second list_del()call results in either a warning (with CONFIG_DEBUG_LIST=y):list_del corruption, c46c8198->next is LIST_POISON1 (00000100)If CONFIG_DEBUG_LIST is disabled the operation results in akernel error due to NULL pointer dereference.

安全等级: Low

公告ID: KylinSec-SA-2024-2240

发布日期: 2024年5月27日

关联CVE: CVE-2023-52459  

  • 详细介绍

1. 漏洞描述

   

In the Linux kernel, the following vulnerability has been resolved:media: v4l: async: Fix duplicated list deletionThe list deletion call dropped here is already called from thehelper function in the line before. Having a second list_del()call results in either a warning (with CONFIG_DEBUG_LIST=y):list_del corruption, c46c8198->next is LIST_POISON1 (00000100)If CONFIG_DEBUG_LIST is disabled the operation results in akernel error due to NULL pointer dereference.

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2023-52459 KY3.4-4A kernel Unaffected
CVE-2023-52459 KY3.4-5A kernel Unaffected
CVE-2023-52459 KY3.5.1 kernel Unaffected

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2024-2239 下一篇:KylinSec-SA-2024-2241