← Back to CVE List

CVE-2024-44994

Published: 2024-09-04T20:15Z
Last Modified: 2024-10-10T15:59Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: iommu: Restore lost return in iommu_report_device_fault() When iommu_report_device_fault gets called with a partial fault it is supposed to collect the fault into the group and then return. Instead the return was accidently deleted which results in trying to process the fault and an eventual crash. Deleting the return was a typo, put it back. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt