Lucene search
+L

15 matches found

SUSE CVE
SUSE CVE
•added 2026/07/25 4:46 p.m.•12 views

SUSE CVE-2026-64295

In the Linux kernel, the following vulnerability has been resolved: mm: pageext: add count limit to pageextiternext to prevent invalid PFN access The pageext iteration API does not validate if the PFN still belongs to a valid section while advancing the iterator. When dynamically adding memory in...

4.1CVSS5.7AI score0.00158EPSS
SaveExploits0References3
NVD
NVD
•added 2026/07/25 10:17 a.m.•17 views

CVE-2026-64295

In the Linux kernel, the following vulnerability has been resolved: mm: pageext: add count limit to pageextiternext to prevent invalid PFN access The pageext iteration API does not validate if the PFN still belongs to a valid section while advancing the iterator. When dynamically adding memory in...

5.5CVSS0.00158EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•20 views

CVE-2026-64295

In the Linux kernel, the following vulnerability has been resolved: mm: pageext: add count limit to pageextiternext to prevent invalid PFN access The pageext iteration API does not validate if the PFN still belongs to a valid section while advancing the iterator. When dynamically adding memory in...

5.5CVSS5.3AI score0.00158EPSS
SaveExploits0References15
Cvelist
Cvelist
•added 2026/07/25 8:49 a.m.•43 views

CVE-2026-64295 mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN access

In the Linux kernel, the following vulnerability has been resolved: mm: pageext: add count limit to pageextiternext to prevent invalid PFN access The pageext iteration API does not validate if the PFN still belongs to a valid section while advancing the iterator. When dynamically adding memory in...

0.00158EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/25 8:49 a.m.•13 views

CVE-2026-64295 mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN access

In the Linux kernel, the following vulnerability has been resolved: mm: pageext: add count limit to pageextiternext to prevent invalid PFN access The pageext iteration API does not validate if the PFN still belongs to a valid section while advancing the iterator. When dynamically adding memory in...

5.7AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2026/06/09 2:21 a.m.•24 views

SUSE CVE-2026-46279

In the Linux kernel, the following vulnerability has been resolved: mm/alloctag: clear codetag for pages allocated before pageext initialization Due to initialization ordering, pageext is allocated and initialized relatively late during boot. Some pages have already been allocated and freed befor...

4.4CVSS5.4AI score0.00173EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
•added 2026/06/08 8:09 p.m.•23 views

CVE-2026-46279

A flaw was found in the Linux kernel's memory management subsystem. Due to an initialization ordering issue, certain pages allocated before the pageext structure is fully available may have uninitialized codetag references. This can lead to a warning being triggered when these pages are later...

7.8CVSS6.3AI score0.00173EPSS
SaveExploits0References4
NVD
NVD
•added 2026/06/08 5:16 p.m.•23 views

CVE-2026-46279

In the Linux kernel, the following vulnerability has been resolved: mm/alloctag: clear codetag for pages allocated before pageext initialization Due to initialization ordering, pageext is allocated and initialized relatively late during boot. Some pages have already been allocated and freed befor...

7.8CVSS0.00173EPSS
SaveExploits0References3
OSV
OSV
•added 2026/06/08 5:16 p.m.•22 views

UBUNTU-CVE-2026-46279

In the Linux kernel, the following vulnerability has been resolved: mm/alloctag: clear codetag for pages allocated before pageext initialization Due to initialization ordering, pageext is allocated and initialized relatively late during boot. Some pages have already been allocated and freed befor...

7.8CVSS5.3AI score0.00173EPSS
SaveExploits0References12
Cvelist
Cvelist
•added 2026/06/08 3:41 p.m.•57 views

CVE-2026-46279 mm/alloc_tag: clear codetag for pages allocated before page_ext initialization

In the Linux kernel, the following vulnerability has been resolved: mm/alloctag: clear codetag for pages allocated before pageext initialization Due to initialization ordering, pageext is allocated and initialized relatively late during boot. Some pages have already been allocated and freed befor...

0.00173EPSS
SaveExploits0References3
CVE
CVE
•added 2026/06/08 3:41 p.m.•70 views

CVE-2026-46279

CVE-2026-46279 — In the Linux kernel, the issue lies in mm/alloc_tag where pages allocated before page_ext initialization may have an uninitialized codetag, potentially triggering KASAN warnings when later freed. The fix introduces a global array (8192 entries) to track such pages during boot and...

7.8CVSS5.4AI score0.00173EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
•added 2026/06/08 12:00 a.m.•18 views

Linux Distros Unpatched Vulnerability : CVE-2026-46279

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/alloctag: clear codetag for pages allocated before pageext initialization Due to initialization ordering, pageext is allocated and initialized relatively lat...

7.8CVSS6AI score0.00173EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/06/08 12:00 a.m.•1 views

CVE-2026-46279: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: mm/alloctag: clear codetag for pages allocated before pageext initialization Due to initialization ordering, pageext is allocated and initialized relatively late during boot. Some pages have already been allocated and freed befor...

7.8CVSS6AI score0.00173EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2024/07/16 2:34 a.m.•15 views

SUSE CVE-2024-40948

In the Linux kernel, the following vulnerability has been resolved: mm/pagetablecheck: fix crash on ZONEDEVICE Not all pages may apply to pgtable check. One example is ZONEDEVICE pages: they map PFNs directly, and they don't allocate pageext at all even if there's struct page around. One may...

5.5CVSS6.7AI score0.00249EPSS
SaveExploits0References10
OSV
OSV
•added 2024/07/12 1:15 p.m.•16 views

DEBIAN-CVE-2024-40948

In the Linux kernel, the following vulnerability has been resolved: mm/pagetablecheck: fix crash on ZONEDEVICE Not all pages may apply to pgtable check. One example is ZONEDEVICE pages: they map PFNs directly, and they don't allocate pageext at all even if there's struct page around. One may...

5.5CVSS5.7AI score0.00249EPSS
SaveExploits0References1
Rows per page
Query Builder