First published: Wed Sep 04 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.9<6.10.7 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-44994 has a medium severity level due to its potential impact on the Linux kernel's fault reporting functionality.
To fix CVE-2024-44994, you should upgrade to a patched version of the Linux kernel that addresses this vulnerability.
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.
The impact of CVE-2024-44994 is primarily related to improper fault handling, which could lead to system instability or data corruption.
Yes, CVE-2024-44994 has been publicly disclosed and documented in various cybersecurity databases.