Security readout for executives and security teams
Plain-English summary
A flaw in the Linux kernel's ACPI handling code could let memory be reused after it was already released, which can crash the system or, in worse cases, let a logged-in user gain higher privileges. It only matters if someone already has access to the machine, and there is no public sign attackers are using it. Vendors have shipped fixes that should be applied during routine kernel patching.
Executive priority
Schedule with the next routine kernel maintenance window. No KEV listing and local-only access keep urgency moderate, but the high CVSS warrants tracking until patched fleet-wide.
Technical view
CVE-2022-50423 is a use-after-free (CWE-416) in the Linux kernel's ACPICA subsystem, specifically acpi_ut_copy_ipackage_to_ipackage(). When acpi_ut_walk_package_tree() fails, the operand object is freed inside the helper and then released again by the caller, causing a UAF flagged by KASAN. CVSS 3.1 score is 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). Fix removes the duplicate acpi_ut_remove_reference() call.
Likely exposure
Any Linux system running an unpatched kernel between 3.17 and the fixed stable releases (pre-4.9.337, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2) that processes ACPI table data is potentially exposed. Server, desktop, and virtualized Linux hosts using ACPI are in scope.
Exploitation context
No public exploit, proof of concept, or in-the-wild activity is cited in the bundle, and the issue is not on CISA's KEV list. The bug was discovered via KASAN during ACPI table parsing, suggesting trigger paths are narrow and require local context to reach the vulnerable copy routine.
Researcher notes
Use-after-free (CWE-416) introduced by commit 8aa5e56eeb61, which over-corrected an earlier memory leak by adding a duplicate acpi_ut_remove_reference() call in acpi_ut_copy_ipackage_to_ipackage(). When acpi_ut_walk_package_tree() fails, the operand is freed inside the helper and then again by the caller in acpi_ut_copy_iobject_to_iobject(). KASAN trace shows the read in acpi_ut_remove_reference. Fix removes the redundant decrement so the caller owns cleanup. Patches are landed across stable trees; verify backports in distro kernels.
Mitigation direction
- Update Linux kernels to the stable releases listed (4.9.337, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2, or 6.2+).
- Apply distribution vendor kernel updates that backport the ACPICA fix to your running branch.
- Restrict local access and tighten privilege boundaries on systems pending patching.
- Track vendor advisories (RHEL, Ubuntu, SUSE, Debian) for branch-specific guidance and reboot scheduling.
- Include kernel reboots in the next maintenance window so the patched image is actually loaded.
Validation and detection
- Run 'uname -r' and compare against the fixed stable versions for each affected branch.
- Query your patch management system or vendor errata for the CVE-2022-50423 backport status.
- Confirm hosts have rebooted into the patched kernel after package installation.
- Audit configuration management (Ansible, Puppet, Chef) inventories for kernels still in the affected range.
- Re-scan with your vulnerability scanner after patching to confirm the finding clears.
Public sources used
- CVE Program record for CVE-2022-50423
- CVE List V5 JSON record
- Linux stable patch 133462d35dae
- Linux stable patch 02f237423c9c
- Linux stable patch c9125b643fc5
- Linux stable patch dfdde4d5138b
- Linux stable patch 02617006b5a4
- Linux stable patch 6fde666278f9
- Linux stable patch f51b2235e4f3
- Linux stable patch 01f2c2052ea5
- Linux stable patch 470188b09e92
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-50423 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.8HighVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/133462d35dae95edb944af86b986d4c9dec59bd1CVE reference
- https://git.kernel.org/stable/c/02f237423c9c6a18e062de2d474f85d5659e4eb9CVE reference
- https://git.kernel.org/stable/c/c9125b643fc51b8e662f2f614096ceb45a0adbc3CVE reference
- https://git.kernel.org/stable/c/dfdde4d5138bc023897033a5ac653a84e94805beCVE reference
- https://git.kernel.org/stable/c/02617006b5a46f2ea55ac61f5693c7afd7bf9276CVE reference
- https://git.kernel.org/stable/c/6fde666278f91b85d71545a0ebbf41d8d7af8074CVE reference
- https://git.kernel.org/stable/c/f51b2235e4f320edc839c3e5cb0d1f8a6e8657c6CVE reference
- https://git.kernel.org/stable/c/01f2c2052ea50fb9a8ce12e4e83aed0267934ef0CVE reference
- https://git.kernel.org/stable/c/470188b09e92d83c5a997f25f0e8fb8cd2bc3469CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
