IT

Tracker / CVE-2022-48991

CVE-2022-48991

High 8.8

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.

Affected products and versions

linux linux_kernel
linux linux_kernel · 4.10 → 4.14.303
linux linux_kernel · 4.15 → 4.19.270
linux linux_kernel · 4.20 → 5.4.227
linux linux_kernel · 4.8 → 4.9.337
linux linux_kernel · 5.11 → 5.15.83
linux linux_kernel · 5.16 → 6.0.13
linux linux_kernel · 5.5 → 5.10.159

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References