CVE-2022-50423
published 2025-10-01CVE-2022-50423: 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…
PriorityP338high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.15%
5.0th percentile
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:
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
...
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.
Affected
34 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.4-1 (bookworm) | linux 6.1.4-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | >= 3.10.55 < 3.11 | 3.11 |
| linux | linux | >= 3.12.29 < 3.13 | 3.13 |
| linux | linux | >= 3.14.19 < 3.15 | 3.15 |
| linux | linux | >= 3.16.3 < 3.17 | 3.17 |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < 133462d35dae95edb944af86b986d4c9dec59bd1 | 133462d35dae95edb944af86b986d4c9dec59bd1 |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < 02f237423c9c6a18e062de2d474f85d5659e4eb9 | 02f237423c9c6a18e062de2d474f85d5659e4eb9 |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < c9125b643fc51b8e662f2f614096ceb45a0adbc3 | c9125b643fc51b8e662f2f614096ceb45a0adbc3 |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < dfdde4d5138bc023897033a5ac653a84e94805be | dfdde4d5138bc023897033a5ac653a84e94805be |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < 02617006b5a46f2ea55ac61f5693c7afd7bf9276 | 02617006b5a46f2ea55ac61f5693c7afd7bf9276 |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < 6fde666278f91b85d71545a0ebbf41d8d7af8074 | 6fde666278f91b85d71545a0ebbf41d8d7af8074 |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < f51b2235e4f320edc839c3e5cb0d1f8a6e8657c6 | f51b2235e4f320edc839c3e5cb0d1f8a6e8657c6 |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < 01f2c2052ea50fb9a8ce12e4e83aed0267934ef0 | 01f2c2052ea50fb9a8ce12e4e83aed0267934ef0 |
| linux | linux | >= 8aa5e56eeb61a099ea6519eb30ee399e1bc043ce < 470188b09e92d83c5a997f25f0e8fb8cd2bc3469 | 470188b09e92d83c5a997f25f0e8fb8cd2bc3469 |
| linux | linux_kernel | >= 0 < 5.10.178-1 | 5.10.178-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 3.10.55 < 3.11 | 3.11 |
| linux | linux_kernel | >= 3.12.29 < 3.13 | 3.13 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: Linux kernel: Information disclosure and denial of service via use-after-free in ACPI subsystem
vendor_redhat·2025-10-01·CVSS 7.8
CVE-2022-50423 [HIGH] CWE-763 kernel: Linux kernel: Information disclosure and denial of service via use-after-free in ACPI subsystem
kernel: Linux kernel: Information disclosure and denial of service via use-after-free in ACPI subsystem
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:
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
...
The root cause of t
Debian
CVE-2022-50423: linux - In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix...
vendor_debian·2022·CVSS 7.8
CVE-2022-50423 [HIGH] CVE-2022-50423: linux - In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix...
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: 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 ... 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_
OSV
CVE-2022-50423: 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-
osv·2025-10-01·CVSS 7.8
CVE-2022-50423 [HIGH] CVE-2022-50423: 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-
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: 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 ... 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_
GHSA
GHSA-mrmc-2f6j-hcp2: 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 us
ghsa_unreviewed·2025-10-01
CVE-2022-50423 [HIGH] CWE-416 GHSA-mrmc-2f6j-hcp2: 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 us
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:
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
...
The root cause of the problem is that the acpi_operand_object
is freed when acpi_ut_walk_package_tree() fails in
acpi_ut
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/01f2c2052ea50fb9a8ce12e4e83aed0267934ef0https://git.kernel.org/stable/c/02617006b5a46f2ea55ac61f5693c7afd7bf9276https://git.kernel.org/stable/c/02f237423c9c6a18e062de2d474f85d5659e4eb9https://git.kernel.org/stable/c/133462d35dae95edb944af86b986d4c9dec59bd1https://git.kernel.org/stable/c/470188b09e92d83c5a997f25f0e8fb8cd2bc3469https://git.kernel.org/stable/c/6fde666278f91b85d71545a0ebbf41d8d7af8074https://git.kernel.org/stable/c/c9125b643fc51b8e662f2f614096ceb45a0adbc3https://git.kernel.org/stable/c/dfdde4d5138bc023897033a5ac653a84e94805behttps://git.kernel.org/stable/c/f51b2235e4f320edc839c3e5cb0d1f8a6e8657c6
2025-10-01
Published