CVE-2026-93205
Last modified
CVE-2026-93205 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: Manage teardown with devm arm_smmu_device_remove() manually frees the IOPF queue, destroys the vmid_map and disables the device, while the IRQs and queues are devm managed. devm unwinds only after remove() returns, so the cleanup runs in the wrong order.
Description
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: Manage teardown with devm arm_smmu_device_remove() manually frees the IOPF queue, destroys the vmid_map and disables the device, while the IRQs and queues are devm managed. devm unwinds only after remove() returns, so the cleanup runs in the wrong order. The IOPF queue is freed before the event-queue IRQ whose handler uses it. Manage all of it with devm so the unwind order is correct. Free the IOPF queue and vmid_map via devm actions, and disable the device from one registered after arm_smmu_device_reset(). This is also a prerequisite for fixing a Tegra241 CMDQV CMD_SYNC use-after-free in the subsequent patch.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 395ad89d11fd93f79a6b942e91fc409807a63c4b, < 981686f4137760a16a03c5193f11d85133533f93; >= 395ad89d11fd93f79a6b942e91fc409807a63c4b, < 2235eafda9b3df9295efd0593cd4a8977440c3f6; >= 395ad89d11fd93f79a6b942e91fc409807a63c4b, < 78fd5a2d65f3546cb4285f8e52f445baecbd00e0; >= 395ad89d11fd93f79a6b942e91fc409807a63c4b, < 2bd22a0d40503a65d243b011de146603c8ce1cbc |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93205?
How severe is CVE-2026-93205?
How do I fix CVE-2026-93205?
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-9320IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…7.5
- CVE-2026-93200In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93201In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93202In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93203In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-93204In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93206In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93207In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-93208In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93209In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9321Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-93210In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93205?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
