• CVE-2023-52698

发布时间: 2024年5月31日

修改时间: 2025年1月11日

概要

In the Linux kernel, the following vulnerability has been resolved: calipso: fix memory leak in netlbl_calipso_add_pass() If IPv6 support is disabled at boot (ipv6.disable=1), the calipso_init() -&gt; netlbl_calipso_ops_register() function isn't called, and the netlbl_calipso_ops_get() function always returns NULL. In this case, the netlbl_calipso_add_pass() function allocates memory for the doi_def variable but doesn't free it with the calipso_doi_free(). BUG: memory leak unreferenced object 0xffff888011d68180 (size 64): comm "syz-executor.1", pid 10746, jiffies 4295410986 (age 17.928s) hex dump (first 32 bytes): 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: [<...&gt;] kmalloc include/linux/slab.h:552 [inline] [<...&gt;] netlbl_calipso_add_pass net/netlabel/netlabel_calipso.c:76 [inline] [<...&gt;] netlbl_calipso_add+0x22e/0x4f0 net/netlabel/netlabel_calipso.c:111 [<...&gt;] genl_family_rcv_msg_doit+0x22f/0x330 net/netlink/genetlink.c:739 [<...&gt;] genl_family_rcv_msg net/netlink/genetlink.c:783 [inline] [<...&gt;] genl_rcv_msg+0x341/0x5a0 net/netlink/genetlink.c:800 [<...&gt;] netlink_rcv_skb+0x14d/0x440 net/netlink/af_netlink.c:2515 [<...&gt;] genl_rcv+0x29/0x40 net/netlink/genetlink.c:811 [<...&gt;] netlink_unicast_kernel net/netlink/af_netlink.c:1313 [inline] [<...&gt;] netlink_unicast+0x54b/0x800 net/netlink/af_netlink.c:1339 [<...&gt;] netlink_sendmsg+0x90a/0xdf0 net/netlink/af_netlink.c:1934 [<...&gt;] sock_sendmsg_nosec net/socket.c:651 [inline] [<...&gt;] sock_sendmsg+0x157/0x190 net/socket.c:671 [<...&gt;] ____sys_sendmsg+0x712/0x870 net/socket.c:2342 [<...&gt;] ___sys_sendmsg+0xf8/0x170 net/socket.c:2396 [<...&gt;] __sys_sendmsg+0xea/0x1b0 net/socket.c:2429 [<...&gt;] do_syscall_64+0x30/0x40 arch/x86/entry/common.c:46 [<...&gt;] entry_SYSCALL_64_after_hwframe+0x61/0xc6 Found by InfoTeCS on behalf of Linux Verification Center (linuxtesting.org) with Syzkaller [PM: merged via the LSM tree at Jakub Kicinski request]

CVSS v3 指标

NVD openEuler
Confidentiality None None
Attack Vector Local Local
CVSS评分 5.5 5.5
Attack Complexity Low High
Privileges Required Low High
Scope Unchanged Unchanged
Integrity None None
User Interaction None None
Availability High None

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-4678 In the Linux kernel, the following vulnerability has been resolved: calipso: fix memory leak in netlbl_calipso_add_pass() If IPv6 support is disabled at boot (ipv6.disable=1), the calipso_init() -&gt; netlbl_calipso_ops_register() function isn't called, and the netlbl_calipso_ops_get() function always returns NULL. In this case, the netlbl_calipso_add_pass() function allocates memory for the doi_def variable but doesn't free it with the calipso_doi_free(). BUG: memory leak unreferenced object 0xffff888011d68180 (size 64): comm "syz-executor.1", pid 10746, jiffies 4295410986 (age 17.928s) hex dump (first 32 bytes): 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: [<...&gt;] kmalloc include/linux/slab.h:552 [inline] [<...&gt;] netlbl_calipso_add_pass net/netlabel/netlabel_calipso.c:76 [inline] [<...&gt;] netlbl_calipso_add+0x22e/0x4f0 net/netlabel/netlabel_calipso.c:111 [<...&gt;] genl_family_rcv_msg_doit+0x22f/0x330 net/netlink/genetlink.c:739 [<...&gt;] genl_family_rcv_msg net/netlink/genetlink.c:783 [inline] [<...&gt;] genl_rcv_msg+0x341/0x5a0 net/netlink/genetlink.c:800 [<...&gt;] netlink_rcv_skb+0x14d/0x440 net/netlink/af_netlink.c:2515 [<...&gt;] genl_rcv+0x29/0x40 net/netlink/genetlink.c:811 [<...&gt;] netlink_unicast_kernel net/netlink/af_netlink.c:1313 [inline] [<...&gt;] netlink_unicast+0x54b/0x800 net/netlink/af_netlink.c:1339 [<...&gt;] netlink_sendmsg+0x90a/0xdf0 net/netlink/af_netlink.c:1934 [<...&gt;] sock_sendmsg_nosec net/socket.c:651 [inline] [<...&gt;] sock_sendmsg+0x157/0x190 net/socket.c:671 [<...&gt;] ____sys_sendmsg+0x712/0x870 net/socket.c:2342 [<...&gt;] ___sys_sendmsg+0xf8/0x170 net/socket.c:2396 [<...&gt;] __sys_sendmsg+0xea/0x1b0 net/socket.c:2429 [<...&gt;] do_syscall_64+0x30/0x40 arch/x86/entry/common.c:46 [<...&gt;] entry_SYSCALL_64_after_hwframe+0x61/0xc6 Found by InfoTeCS on behalf of Linux Verification Center (linuxtesting.org) with Syzkaller [PM: merged via the LSM tree at Jakub Kicinski request] 2024年5月31日
KylinSec-SA-2024-4746 kernel security update 2024年5月31日
KylinSec-SA-2024-4954 kernel security update 2024年5月31日

影响产品

产品 状态
KY3.4-4A kernel Fixed
KY3.4-5A kernel Fixed
KY3.5.2 kernel Fixed
V6 kernel Unaffected