• 公告ID (KylinSec-SA-2023-1224)

摘要:

In nf_tables_updtable, if nf_tables_table_enable returns an error, nft_trans_destroy is called to free the transaction object. nft_trans_destroy() calls list_del(), but the transaction was never placed on a list -- the list head is all zeroes, this results in a NULL pointer dereference.

安全等级: Low

公告ID: KylinSec-SA-2023-1224

发布日期: 2023年3月23日

关联CVE: CVE-2023-1095  

  • 详细介绍

1. 漏洞描述

   

In nf_tables_updtable, if nf_tables_table_enable returns an error, nft_trans_destroy is called to free the transaction object. nft_trans_destroy() calls list_del(), but the transaction was never placed on a list -- the list head is all zeroes, this results in a NULL pointer dereference.

2. 影响范围

cve名称 产品 组件 是否受影响

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2023-1220 下一篇:KylinSec-SA-2023-1226