CVE-2022-48894: iommu/arm-smmu-v3: Don't unregister on shutdown
In the Linux kernel, the following vulnerability has been resolved:
iommu/arm-smmu-v3: Don't unregister on shutdown
Similar to SMMUv2, this driver calls iommu_device_unregister() from the
shutdown path, which removes the IOMMU groups with no coordination
whatsoever with their users - shutdown methods are optional in device
drivers. This can lead to NULL pointer dereferences in those drivers'
DMA API calls, or worse.
Instead of calling the full arm_smmu_device_remove() from
arm_smmu_device_shutdown(), let's pick only the relevant function call -
arm_smmu_device_disable() - more or less the reverse of
arm_smmu_device_reset() - and call just that from the shutdown path.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel shutdown flaw in the ARM SMMUv3 IOMMU driver. During shutdown, the driver could unregister IOMMU state while other device drivers still rely on it, causing kernel crashes or potentially worse behavior. It is most relevant to Linux systems running affected kernels on ARM SMMUv3-capable hardware.
Executive priority
Treat this as a targeted kernel maintenance issue for ARM Linux fleets, not a broad emergency. Prioritize patch validation where affected hardware is used in production, especially systems where controlled shutdown and reboot reliability matters.
Technical view
The arm-smmu-v3 shutdown path called iommu_device_unregister(), removing IOMMU groups without coordination with DMA API users. Because driver shutdown callbacks are optional, dependent drivers may still issue DMA API calls and hit NULL pointer dereferences or worse. The resolved behavior disables the SMMU device during shutdown instead of fully unregistering it.
Likely exposure
Exposure is likely limited to Linux systems using the arm-smmu-v3 driver on ARM SMMUv3 hardware and affected kernel builds. The bundle identifies Linux 6.1-related versions and references stable kernel fixes, but does not provide full distribution-specific package ranges.
Exploitation context
The provided sources do not show active exploitation, and the CVE is not marked KEV. The described impact occurs around shutdown behavior and driver coordination, so available evidence supports a reliability and kernel-safety concern rather than an internet-exposed attack path.
Researcher notes
The source evidence is limited to the CVE record description and two Linux stable commit references. No CVSS, CWE, exploit evidence, or distribution-specific fixed versions are provided. Avoid extrapolating beyond ARM SMMUv3 shutdown behavior unless vendor advisories add details.
Mitigation direction
Check vendor kernel advisories for CVE-2022-48894 coverage.
Upgrade to a kernel build containing the referenced stable fixes.
Prioritize ARM SMMUv3 systems that require reliable shutdown or reboot behavior.
Track distribution backports, because package versions may differ from upstream kernel versions.
Validation and detection
Inventory Linux hosts using ARM SMMUv3-capable hardware.
Confirm whether running kernels include the stable fix commits.
Review crash logs for shutdown-time DMA API or IOMMU NULL pointer failures.
Check distribution security notes for exact fixed package versions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-48894 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.