Answer in brief
CVE-2026-93205 records a Unknown severity vulnerability in iommu/arm-smmu-v3: Manage teardown with devm. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <981686f4137760a16a03c5193f11d85133533f93 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <2235eafda9b3df9295efd0593cd4a8977440c3f6 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <78fd5a2d65f3546cb4285f8e52f445baecbd00e0 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <2bd22a0d40503a65d243b011de146603c8ce1cbc || >=0 <6.12.109 || >=0 <6.18.50 || >=0 <7.2.4 | 981686f4137760a16a03c5193f11d85133533f93, 2235eafda9b3df9295efd0593cd4a8977440c3f6, 78fd5a2d65f3546cb4285f8e52f445baecbd00e0, 2bd22a0d40503a65d243b011de146603c8ce1cbc, 6.12.109, 6.18.50, 7.2.4 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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.
Quoted source text, attributed separately from HOL analysis.