CVE-2026-90194: ACPI: scan: fix bus ID cleanup on device_add() failures

Published Sep 17, 2026
·
Updated

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

ACPI: scan: fix bus ID cleanup on deviceadd() failures

When deviceadd() fails after acpidevicesetname() has allocated an instance ID and a new acpidevicebusid has been linked into acpibusidlist, the rollback path only removes wakeuplist and detaches the ACPI handle data.

That leaves the bus-ID bookkeeping behind and keeps the allocated instance number consumed.

Move the bus-ID cleanup and wakeup-list removal into a single helper.

Use it from both the normal device teardown path and the deviceadd() rollback path. The wakeup list node is initialized before registration, so it can be deleted without checking whether the device is wakeup- capable like in the original teardown path.

[ rjw: Rename acpidevicedellist() to acpidevicecleanup() ] [ rjw: Subject and changelog edits ]

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

Under what condition does the stale bus-ID bookkeeping occur?

It occurs when ACPI device registration reaches acpi_device_set_name(), allocates an instance ID, and links a new bus ID, but device_add() subsequently fails. The previous rollback path did not remove that bus-ID entry or release the consumed instance number.

2

What is the practical effect of a failed device registration on an unpatched kernel?

The failed registration can leave stale ACPI bus-ID bookkeeping in acpi_bus_id_list and retain the allocated instance number. The rollback path also needs to remove the device from the wakeup list and detach its ACPI handle data.

3

What does the fix change in cleanup behavior?

The fix consolidates bus-ID cleanup and wakeup-list removal into a shared helper used by both normal device teardown and the device_add() failure rollback path. It removes the wakeup-list node without requiring a wakeup-capability check because the node is initialized before registration.

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