CVE-2026-93086
Last modified
CVE-2026-93086 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1, < aed24a3c63920539e9de7fbfe7929a2e7c888cd2; >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1, < 431c6b872ba7fedcc5a3afb0ec3517db4d95d088; >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1, < 54e5a4f7d83db4552d963d0785be32d9df680dcd; >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1, < bab26acebe55e8ad3ab545abda72faa7ca28c477; >= 05a2801d8b90c1b5159618d4bd3a3c65d60f3ff1, < c38b1e19485aaa820e52cfe162525a8af67563da |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93086?
How severe is CVE-2026-93086?
How do I fix CVE-2026-93086?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93080In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93081In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93082In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93083In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93084In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93085In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93089In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9309Firefox for iOS Reader View did not properly escape HTML tag…5.4
- CVE-2026-93090In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93091In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93092In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93093In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93086?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
