CVE-2022-50433: efi: ssdt: Don't free memory if ACPI table was loaded successfully

Published Oct 1, 2025
·
Updated

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

efi: ssdt: Don't free memory if ACPI table was loaded successfully

Amadeusz reports KASAN use-after-free errors introduced by commit 3881ee0b1edc ("efi: avoid efivars layer when loading SSDTs from variables"). The problem appears to be that the memory that holds the new ACPI table is now freed unconditionally, instead of only when the ACPI core reported a failure to load the table.

So let's fix this, by omitting the kfree() on success.

Affected Software

3 affected components
Linux Linux kernel
Linux Linux kernel>=6.0<6.0.4
Linux Linux kernel=6.1-rc1

Event History

Oct 1, 2025
CVE Published
via MITRE·11:42 AM
Data Sourced
via MITRE·11:42 AM
Description
Data Sourced
via NVD·12:15 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What conditions are required to trigger this issue?

A local attacker needs low-privileged access. The issue is associated with loading SSDTs from EFI variables, where memory backing a newly loaded ACPI table may be freed even though the ACPI core successfully loaded it.

2

How can I determine whether a system is exhibiting the vulnerability?

The reported symptom is KASAN use-after-free errors during the EFI SSDT loading path. Systems that do not use KASAN may not emit those diagnostics even if the affected code path is reached.

3

What remediation is available?

A patch is available. The fix avoids calling kfree() when the ACPI core successfully loads the table, while retaining cleanup when table loading fails.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203