Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-44994
HistorySep 04, 2024 - 7:54 p.m.

CVE-2024-44994 iommu: Restore lost return in iommu_report_device_fault()

2024-09-0419:54:40
Linux
github.com
1
linux kernel
vulnerability resolved
iommu
iommu_report_device_fault
fault
crash
bug fix

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

9.6%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

EPSS

0

Percentile

9.6%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-44994