CVE-2023-53731 (CNNVD-202510-3065)
中文标题:
Linux kernel 安全漏洞
英文标题:
netlink: fix potential deadlock in netlink_set_err()
漏洞描述
中文描述:
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于netlink_set_err函数缺少IRQ安全保护,可能导致死锁。
英文描述:
In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlink_set_err() syzbot reported a possible deadlock in netlink_set_err() [1] A similar issue was fixed in commit 1d482e666b8e ("netlink: disable IRQs for netlink_lock_table()") in netlink_lock_table() This patch adds IRQ safety to netlink_set_err() and __netlink_diag_dump() which were not covered by cited commit. [1] WARNING: possible irq lock inversion dependency detected 6.4.0-rc6-syzkaller-00240-g4e9f0ec38852 #0 Not tainted syz-executor.2/23011 just changed the state of lock: ffffffff8e1a7a58 (nl_table_lock){.+.?}-{2:2}, at: netlink_set_err+0x2e/0x3a0 net/netlink/af_netlink.c:1612 but this lock was taken by another, SOFTIRQ-safe lock in the past: (&local->queue_stop_reason_lock){..-.}-{2:2} and interrupts could create inverse lock ordering between them. other info that might help us debug this: Possible interrupt unsafe locking scenario: CPU0 CPU1 ---- ---- lock(nl_table_lock); local_irq_disable(); lock(&local->queue_stop_reason_lock); lock(nl_table_lock); <Interrupt> lock(&local->queue_stop_reason_lock); *** DEADLOCK ***
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | 5f155c4046200f067b1dc3140ea99ef56e4e0b74 | - | - |
cpe:2.3:a:linux:linux:5f155c4046200f067b1dc3140ea99ef56e4e0b74:*:*:*:*:*:*:*
|
| Linux | Linux | a8e9111a8625dd11e70edd61f7a1ccd26c041442 | - | - |
cpe:2.3:a:linux:linux:a8e9111a8625dd11e70edd61f7a1ccd26c041442:*:*:*:*:*:*:*
|
| Linux | Linux | 76cc8e04f38c2bbfcba07f62864a011f142bd40c | - | - |
cpe:2.3:a:linux:linux:76cc8e04f38c2bbfcba07f62864a011f142bd40c:*:*:*:*:*:*:*
|
| Linux | Linux | 5.13 | - | - |
cpe:2.3:a:linux:linux:5.13:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2023-53731 |
2025-11-11 15:22:15 | 2025-11-11 07:38:49 |
| NVD | nvd_CVE-2023-53731 |
2025-11-11 14:59:23 | 2025-11-11 07:46:53 |
| CNNVD | cnnvd_CNNVD-202510-3065 |
2025-11-11 15:13:00 | 2025-11-11 08:00:18 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- severity: SeverityLevel.MEDIUM -> SeverityLevel.UNKNOWN
- cvss_score: 未提取 -> 0.0
- cnnvd_id: 未提取 -> CNNVD-202510-3065
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']