3 matches found
CVE-2026-93217
The Linux kernel contains a vulnerability in mm/madvise where madvise_cold_or_pageout_pte_range() can trigger a kernel panic. The issue occurs because pmd_is_huge() returns true for device-private PMDs, causing a VM_BUG_ON() assertion to trip when the PMD is not present. This is potentially trigg...
5.8AI score
SaveExploits0References2
CVE-2026-93217
In the Linux kernel, the following vulnerability has been resolved: m...
5.8AI score
SaveExploits0
EUVD-2026-85946
In the Linux kernel, the following vulnerability has been resolved: mm/madvise: skip device-private PMDs in cold and pageout walks madvisecoldorpageoutpterange takes pmdtranshugelock, whose pmdishuge check returns true for a device-private PMD. The subsequent !pmdpresent branch has a VMBUGON...
5.8AI score
SaveExploits0References2
20