CVE-2026-90194

Source
https://cve.org/CVERecord?id=CVE-2026-90194
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90194.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90194
Downstream
Published
2026-09-17T16:07:14Z
Modified
2026-09-18T03:48:36Z
Summary
ACPI: scan: fix bus ID cleanup on device_add() failures
Details

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

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

When device_add() fails after acpi_device_set_name() has allocated an instance ID and a new acpi_device_bus_id has been linked into acpi_bus_id_list, the rollback path only removes wakeup_list 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 device_add() 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 acpi_device_del_list() to acpi_device_cleanup() ] [ rjw: Subject and changelog edits ]

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90194.json"
}
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
d783156ea38431b20af0d4f910a6f9f9054d33b9
Fixed
8cc2017aa804f157e717b5fd471e50fbddfec654
Fixed
f30379b8a4e24623594235dd5aefb2957e0cc228
Fixed
83ee65feadc88de681abc6e977d54eceda95abd7
Fixed
15512c6b5dea72fb5f1f41c1aa96f3f32531ca03
Fixed
0b9053cd0955c7cd66d71a8442be33926d70e197
Fixed
a414485ebc2aa50907d0ce97cde2b1a353696897

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.14.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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