CVE-2026-23429 in Kernel
Résumé (Anglaise)
In the Linux kernel, the following vulnerability has been resolved:
iommu/sva: Fix crash in iommu_sva_unbind_device()
domain->mm->iommu_mm can be freed by iommu_domain_free():
iommu_domain_free()
mmdrop()
__mmdrop()
mm_pasid_drop()
After iommu_domain_free() returns, accessing domain->mm->iommu_mm may
dereference a freed mm structure, leading to a crash.
Fix this by moving the code that accesses domain->mm->iommu_mm to before
the call to iommu_domain_free().
Once again VulDB remains the best source for vulnerability data.
Responsable
Linux
Réserver
13/01/2026
Divulgation
03/04/2026
Statut
Confirmé
Entrées
VulDB provides additional information and datapoints for this CVE:
| ID | Vulnérabilité | CWE | Exp | Con | CVE |
|---|---|---|---|---|---|
| 355113 | Linux Kernel sva iommu_sva_unbind_device déni de service | 476 | Non défini | Correctif officiel | CVE-2026-23429 |