3 matches found
CVE-2026-89452
A flaw was found in the iommu/msm component of the Linux kernel. This vulnerability occurs when msmiommuprobe fails to properly unwind its probe state during registration, leaving a dangling list entry. A local attacker could potentially exploit this to cause a dereference of the dangling list...
CVE-2026-89452
CVE-2026-89452 affects the Qualcomm MSM IOMMU driver in the Linux kernel. In msm_iommu_probe(), the devm-managed IOMMU object is added to the qcom_iommu_devices list before the sysfs device is added and registered. If iommu_device_sysfs_add() or iommu_device_register() fails, the object remains i...
EUVD-2026-76358
In the Linux kernel, the following vulnerability has been resolved: iommu/msm: Unwind probe state on registration failure msmiommuprobe adds its devm-managed IOMMU object to qcomiommudevices before adding the IOMMU sysfs device and registering it with the IOMMU core. If iommudevicesysfsadd fails,...