CVE-2022-50423

Source
https://cve.org/CVERecord?id=CVE-2022-50423
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50423.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-50423
Downstream
Related
Published
2025-10-01T11:41:56.083Z
Modified
2026-03-28T08:59:16.862359Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()
Details

In the Linux kernel, the following vulnerability has been resolved:

ACPICA: Fix use-after-free in acpiutcopyipackageto_ipackage()

There is an use-after-free reported by KASAN:

BUG: KASAN: use-after-free in acpiutremovereference+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> kasanreport+0xae/0xe0 acpiutremovereference+0x3b/0x82 acpiutcopyiobjecttoiobject+0x3be/0x3d5 acpidsstoreobjecttolocal+0x15d/0x3a0 acpiexstore+0x78d/0x7fd acpiexopcode1A1T1R+0xbe4/0xf9b acpipsparse_aml+0x217/0x8d5 ... </TASK>

The root cause of the problem is that the acpioperandobject is freed when acpiutwalkpackagetree() fails in acpiutcopyipackagetoipackage(), lead to repeated release in acpiutcopyiobjecttoiobject(). The problem was introduced by "8aa5e56eeb61" commit, this commit is to fix memory leak in acpiutcopyiobjecttoiobject(), repeatedly adding remove operation, lead to "acpioperand_object" used after free.

Fix it by removing acpiutremovereference() in acpiutcopyipackagetoipackage(). acpiutcopyipackagetoipackage() is called to copy an internal package object into another internal package object, when it fails, the memory of acpioperand_object should be freed by the caller.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50423.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8aa5e56eeb61a099ea6519eb30ee399e1bc043ce
Fixed
133462d35dae95edb944af86b986d4c9dec59bd1
Fixed
02f237423c9c6a18e062de2d474f85d5659e4eb9
Fixed
c9125b643fc51b8e662f2f614096ceb45a0adbc3
Fixed
dfdde4d5138bc023897033a5ac653a84e94805be
Fixed
02617006b5a46f2ea55ac61f5693c7afd7bf9276
Fixed
6fde666278f91b85d71545a0ebbf41d8d7af8074
Fixed
f51b2235e4f320edc839c3e5cb0d1f8a6e8657c6
Fixed
01f2c2052ea50fb9a8ce12e4e83aed0267934ef0
Fixed
470188b09e92d83c5a997f25f0e8fb8cd2bc3469
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
b3e98f0c4f996cd53b80bad71f0d7e4a2cf3a4e8
Last affected
7af5504c102a378376101dbd160246b10a814dd0
Last affected
e29a15484d7ea949e49ae7fb7e576a575da824a6
Last affected
e2ab6731a36966d042a2d4dabd980496cd680f75

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50423.json"