CVE-2024-44994: iommu: Restore lost return in iommu_report_device_fault()
In the Linux kernel, the following vulnerability has been resolved:
iommu: Restore lost return in iommureportdevicefault()
When iommureportdevicefault 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-44994?
CVE-2024-44994 has a medium severity level due to its potential impact on the Linux kernel's fault reporting functionality.
How do I fix CVE-2024-44994?
To fix CVE-2024-44994, you should upgrade to a patched version of the Linux kernel that addresses this vulnerability.
Which versions of the Linux kernel are affected by CVE-2024-44994?
CVE-2024-44994 affects Linux kernel versions from 6.9 to 6.10.7 and also includes 6.11-rc1, 6.11-rc2, and 6.11-rc3.
What is the impact of CVE-2024-44994 on system security?
The impact of CVE-2024-44994 is primarily related to improper fault handling, which could lead to system instability or data corruption.
Has CVE-2024-44994 been publicly disclosed?
Yes, CVE-2024-44994 has been publicly disclosed and documented in various cybersecurity databases.