Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-44994
HistorySep 05, 2024 - 12:00 a.m.

CVE-2024-44994

2024-09-0500:00:00
ubuntu.com
ubuntu.com
1
linux
kernel
vulnerability
iommu
fix
fault
crash
typo

AI Score

6.7

Confidence

Low

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.

AI Score

6.7

Confidence

Low