{"id":"AZL-102410","summary":"CVE-2026-93086 affecting package kernel 6.6.150.1-1","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: arm_scmi: Avoid IDR updates while cleaning channels\n\nscmi_cleanup_channels() walks the TX/RX channel IDRs with\nidr_for_each() to free transport resources and destroy the dedicated\ntransport devices before calling idr_destroy().\n\nThe destroy callback removed each entry from the same IDR being walked.\nThat is not needed for this cleanup path, and it is unsafe because\nidr_for_each() has not advanced its radix-tree iterator while the\ncallback is running. Removing the current entry from the callback can\ninvalidate the iterator state. The callback also cannot be protected by\nrcu_read_lock(), because scmi_device_destroy() may sleep.\n\nLeave IDR teardown to the following idr_destroy() call and keep the\ncallback limited to device destruction.","modified":"2026-09-19T05:33:49Z","published":"2026-09-17T17:18:02Z","upstream":["CVE-2026-93086"],"references":[{"type":"WEB","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-93086"}],"affected":[{"package":{"name":"kernel","ecosystem":"Azure Linux:3","purl":"pkg:rpm/azure-linux/kernel"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"last_affected":"6.6.150.1-1"}]}],"database_specific":{"source":"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-102410.json"}}],"schema_version":"1.9.0"}