CVE-2026-93205None▾ SunlitIn 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 …
▾ Sunlit zone — Low / medium · no exploitation signal
impact 2.8 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
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.
Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
Connected by shared product, vendor, weakness, or advisory.
CVE-2026-97409Nonenvme-fc: Do not cancel requests in io target before it is initialized
CVE-2026-97408NoneBluetooth: L2CAP: validate connectionless PSM length
CVE-2026-97407NoneASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmt
CVE-2026-97413NoneRDMA/rtrs-srv: Fix integer underflow in process_read and process_write
CVE-2026-97412Nonepds_core: quiesce DMA before freeing resources
CVE-2026-97411Nonenet: ibm: emac: mal: fix potential system hang in mal_remove()