First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths Any codepath that zaps page table entries must invoke MMU notifiers to ensure that secondary MMUs (like KVM) don't keep accessing pages which aren't mapped anymore. Secondary MMUs don't hold their own references to pages that are mirrored over, so failing to notify them can lead to page use-after-free. I'm marking this as addressing an issue introduced in commit f3f0e1d2150b ("khugepaged: add support of collapse for tmpfs/shmem pages"), but most of the security impact of this only came in commit 27e1f8273113 ("khugepaged: enable collapse pmd for pte-mapped THP"), which actually omitted flushes for the removal of present PTEs, not just for the removal of empty page tables.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.8<4.9.337 | |
Linux Kernel | >=4.10<4.14.303 | |
Linux Kernel | >=4.15<4.19.270 | |
Linux Kernel | >=4.20<5.4.227 | |
Linux Kernel | >=5.5<5.10.159 | |
Linux Kernel | >=5.11<5.15.83 | |
Linux Kernel | >=5.16<6.0.13 | |
Linux Kernel | =6.1-rc1 | |
Linux Kernel | =6.1-rc2 | |
Linux Kernel | =6.1-rc3 | |
Linux Kernel | =6.1-rc4 | |
Linux Kernel | =6.1-rc5 | |
Linux Kernel | =6.1-rc6 | |
Linux Kernel | =6.1-rc7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2022-48991 is high, as it affects the Linux kernel's memory management functionality.
To fix CVE-2022-48991, upgrade to the latest stable version of the Linux kernel that contains the patch addressing this vulnerability.
CVE-2022-48991 affects multiple versions of the Linux kernel, specifically versions from 4.8 to 6.1-rc7.
Yes, CVE-2022-48991 particularly concerns secondary MMUs like KVM, which could unintentionally access pages that have been invalidated.
CVE-2022-48991 involves the failure to invoke MMU notifiers when collapsing shared memory, leading to potential information leaks.