First published: Thu Aug 22 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix I/O page table memory leak The current logic updates the I/O page table mode for the domain before calling the logic to free memory used for the page table. This results in IOMMU page table memory leak, and can be observed when launching VM w/ pass-through devices. Fix by freeing the memory used for page table before updating the mode.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.12<5.15.27 | |
Linux Kernel | >=5.16<5.16.13 | |
Linux Kernel | =5.17-rc1 | |
Linux Kernel | =5.17-rc2 | |
Linux Kernel | =5.17-rc3 | |
Linux Kernel | =5.17-rc4 | |
Linux Kernel | =5.17-rc5 | |
Linux Kernel | =5.17-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-48904 has a moderate severity rating due to potential memory leaks in the I/O page table management.
To fix CVE-2022-48904, update your Linux kernel to versions 5.15.27, 5.16.13, or any version above 5.17-rc6.
CVE-2022-48904 affects the Linux kernel versions from 5.12 to 5.15.27 and the 5.17 release candidates.
CVE-2022-48904 is a vulnerability involving a memory leak in the IOMMU page table management.
CVE-2022-48904 is considered a local vulnerability that requires access to the affected system.