Lucene search
+L

270090 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89756

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: report RCU-tasks quiescent states in migratepagesbatch migratepagesbatch unmaps each folio before moving it, and every unmap runs the mmunotifier invalidate callbacks. On KVM hosts trytomigrate ends up in...

5.9AI score0.00191EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:46 p.m.13 views

CVE-2026-89757 mm/mglru: fix and remove redundant unevictable folio handling

In the Linux kernel, the following vulnerability has been resolved: mm/mglru: fix and remove redundant unevictable folio handling sortfolio has a shortcut for moving folios that are no longer evictable but are still sitting on a generation list. However, this shortcut is buggy. It does not follow...

5.9AI score
SaveExploits0References6
OSV
OSV
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89756 mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: report RCU-tasks quiescent states in migratepagesbatch migratepagesbatch unmaps each folio before moving it, and every unmap runs the mmunotifier invalidate callbacks. On KVM hosts trytomigrate ends up in...

5.8AI score
SaveExploits0References9
CVE
CVE
added 2026/09/11 7:46 p.m.21 views

CVE-2026-89757

CVE-2026-89757 affects the Linux kernel 's multi-gen LRU (mglru) subsystem. The root cause is a buggy shortcut in sort_folio() for handling unevictable folios: it fails to initialize mlock_count , causing it to alias LIST_POISON2 (value 290). As a result, __munlock_folio() cannot clear the PG_mlo...

5.8AI score0.00184EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.32 views

CVE-2026-89756 mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: report RCU-tasks quiescent states in migratepagesbatch migratepagesbatch unmaps each folio before moving it, and every unmap runs the mmunotifier invalidate callbacks. On KVM hosts trytomigrate ends up in...

0.00191EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89755

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: clear stale mapping after freeing swapcache migratedevicepages reads the folio mapping before calling foliofreeswap. When foliofreeswap succeeds, the folio is removed from the swap cache, but the saved mapping...

7.8CVSS6AI score0.00143EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:46 p.m.8 views

CVE-2026-89755 mm/migrate_device: clear stale mapping after freeing swapcache

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: clear stale mapping after freeing swapcache migratedevicepages reads the folio mapping before calling foliofreeswap. When foliofreeswap succeeds, the folio is removed from the swap cache, but the saved mapping...

7.8CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:46 p.m.9 views

EUVD-2026-76667

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: clear stale mapping after freeing swapcache migratedevicepages reads the folio mapping before calling foliofreeswap. When foliofreeswap succeeds, the folio is removed from the swap cache, but the saved mapping...

5.9AI score0.00143EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.30 views

CVE-2026-89755 mm/migrate_device: clear stale mapping after freeing swapcache

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: clear stale mapping after freeing swapcache migratedevicepages reads the folio mapping before calling foliofreeswap. When foliofreeswap succeeds, the folio is removed from the swap cache, but the saved mapping...

7.8CVSS0.00143EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:46 p.m.23 views

CVE-2026-89755

CVE-2026-89755 affects the Linux kernel's device page migration subsystem (mm/migrate_device). The root cause is a stale folio mapping that persists after folio_free_swap() removes a folio from the swap cache. Passing this stale mapping to folio_migrate_mapping() causes the kernel to take the wro...

7.8CVSS5.9AI score0.00143EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89754

In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix stale walk-action escaping walkpmdrange If -pmdentry sets walk-action = ACTIONAGAIN, the pmdnone check is retried. The PMD entry may be cleared at the point of retry. In this case, if walk-ops-installpte is not...

7.8CVSS6.2AI score0.00118EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.31 views

CVE-2026-89754 mm/pagewalk: fix stale walk->action escaping walk_pmd_range()

In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix stale walk-action escaping walkpmdrange If -pmdentry sets walk-action = ACTIONAGAIN, the pmdnone check is retried. The PMD entry may be cleared at the point of retry. In this case, if walk-ops-installpte is not...

7.8CVSS0.00118EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.10 views

EUVD-2026-76666

In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix stale walk-action escaping walkpmdrange If -pmdentry sets walk-action = ACTIONAGAIN, the pmdnone check is retried. The PMD entry may be cleared at the point of retry. In this case, if walk-ops-installpte is not...

6.1AI score0.00118EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.23 views

CVE-2026-89754

A stale state bug in the Linux kernel's mm/pagewalk subsystem, specifically in walk_pmd_range(), allows a local attacker to trigger an out-of-bounds write in __mincore_unmapped_range via the mincore syscall. When walk->action is set to ACTION_AGAIN and the corresponding PMD entry is cleared be...

7.8CVSS6.1AI score0.00118EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89754 mm/pagewalk: fix stale walk->action escaping walk_pmd_range()

In the Linux kernel, the following vulnerability has been resolved: mm/pagewalk: fix stale walk-action escaping walkpmdrange If -pmdentry sets walk-action = ACTIONAGAIN, the pmdnone check is retried. The PMD entry may be cleared at the point of retry. In this case, if walk-ops-installpte is not...

7.8CVSS6.2AI score
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76664

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

5.8AI score0.00176EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.32 views

CVE-2026-89753 mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()

In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: report RCU-tasks quiescent states in shrinklruvec I am seeing some rcutasks stalls in the Meta fleet during reclaim. INFO: rcutasks detected stalls on tasks: 0000000088620d09: .. nvcsw: 6735/6735 holdout: 1 idlecpu: -1...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:46 p.m.17 views

CVE-2026-89753

CVE-2026-89753 affects the Linux kernel in the memory management subsystem (mm/vmscan ). The root cause is that the scan loop in shrink_lruvec() only calls cond_resched(), which is a no-op on PREEMPTION kernels . Since involuntary preemption does not count as a Tasks-RCU quiescent state , a recla...

5.8AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89753 mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()

In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: report RCU-tasks quiescent states in shrinklruvec I am seeing some rcutasks stalls in the Meta fleet during reclaim. INFO: rcutasks detected stalls on tasks: 0000000088620d09: .. nvcsw: 6735/6735 holdout: 1 idlecpu: -1...

5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89752

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

5.9AI score0.00176EPSS
SaveExploits0
Rows per page
Query Builder