CVE-2022-50423 (CNNVD-202510-198)
中文标题:
Linux kernel 安全漏洞
英文标题:
ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()
漏洞描述
中文描述:
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于acpi_ut_copy_ipackage_to_ipackage函数存在释放后重用,可能导致内存损坏。
英文描述:
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage() There is an use-after-free reported by KASAN: BUG: KASAN: use-after-free in acpi_ut_remove_reference+0x3b/0x82 Read of size 1 at addr ffff888112afc460 by task modprobe/2111 CPU: 0 PID: 2111 Comm: modprobe Not tainted 6.1.0-rc7-dirty Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), Call Trace: <TASK> kasan_report+0xae/0xe0 acpi_ut_remove_reference+0x3b/0x82 acpi_ut_copy_iobject_to_iobject+0x3be/0x3d5 acpi_ds_store_object_to_local+0x15d/0x3a0 acpi_ex_store+0x78d/0x7fd acpi_ex_opcode_1A_1T_1R+0xbe4/0xf9b acpi_ps_parse_aml+0x217/0x8d5 ... </TASK> The root cause of the problem is that the acpi_operand_object is freed when acpi_ut_walk_package_tree() fails in acpi_ut_copy_ipackage_to_ipackage(), lead to repeated release in acpi_ut_copy_iobject_to_iobject(). The problem was introduced by "8aa5e56eeb61" commit, this commit is to fix memory leak in acpi_ut_copy_iobject_to_iobject(), repeatedly adding remove operation, lead to "acpi_operand_object" used after free. Fix it by removing acpi_ut_remove_reference() in acpi_ut_copy_ipackage_to_ipackage(). acpi_ut_copy_ipackage_to_ipackage() is called to copy an internal package object into another internal package object, when it fails, the memory of acpi_operand_object should be freed by the caller.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Linux | Linux | b3e98f0c4f996cd53b80bad71f0d7e4a2cf3a4e8 | - | - |
cpe:2.3:a:linux:linux:b3e98f0c4f996cd53b80bad71f0d7e4a2cf3a4e8:*:*:*:*:*:*:*
|
| Linux | Linux | 7af5504c102a378376101dbd160246b10a814dd0 | - | - |
cpe:2.3:a:linux:linux:7af5504c102a378376101dbd160246b10a814dd0:*:*:*:*:*:*:*
|
| Linux | Linux | e29a15484d7ea949e49ae7fb7e576a575da824a6 | - | - |
cpe:2.3:a:linux:linux:e29a15484d7ea949e49ae7fb7e576a575da824a6:*:*:*:*:*:*:*
|
| Linux | Linux | e2ab6731a36966d042a2d4dabd980496cd680f75 | - | - |
cpe:2.3:a:linux:linux:e2ab6731a36966d042a2d4dabd980496cd680f75:*:*:*:*:*:*:*
|
| Linux | Linux | 3.17 | - | - |
cpe:2.3:a:linux:linux:3.17:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2022-50423 |
2025-11-11 15:21:45 | 2025-11-11 07:37:58 |
| NVD | nvd_CVE-2022-50423 |
2025-11-11 14:58:37 | 2025-11-11 07:46:08 |
| CNNVD | cnnvd_CNNVD-202510-198 |
2025-11-11 15:12:29 | 2025-11-11 08:00:17 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- severity: SeverityLevel.MEDIUM -> SeverityLevel.UNKNOWN
- cvss_score: 未提取 -> 0.0
- cnnvd_id: 未提取 -> CNNVD-202510-198
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']