CVE-2026-93086

Source
https://cve.org/CVERecord?id=CVE-2026-93086
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93086.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93086
Downstream
Published
2026-09-17T16:11:05Z
Modified
2026-09-19T03:47:27Z
Summary
firmware: arm_scmi: Avoid IDR updates while cleaning channels
Details

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

firmware: arm_scmi: Avoid IDR updates while cleaning channels

scmi_cleanup_channels() walks the TX/RX channel IDRs with idr_for_each() to free transport resources and destroy the dedicated transport devices before calling idr_destroy().

The destroy callback removed each entry from the same IDR being walked. That is not needed for this cleanup path, and it is unsafe because idr_for_each() has not advanced its radix-tree iterator while the callback is running. Removing the current entry from the callback can invalidate the iterator state. The callback also cannot be protected by rcu_read_lock(), because scmi_device_destroy() may sleep.

Leave IDR teardown to the following idr_destroy() call and keep the callback limited to device destruction.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93086.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
05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1
Fixed
aed24a3c63920539e9de7fbfe7929a2e7c888cd2
Fixed
431c6b872ba7fedcc5a3afb0ec3517db4d95d088
Fixed
54e5a4f7d83db4552d963d0785be32d9df680dcd
Fixed
bab26acebe55e8ad3ab545abda72faa7ca28c477
Fixed
c38b1e19485aaa820e52cfe162525a8af67563da

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.3.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-93086.json"