Lucene search
+L

91383 matches found

CVE
CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64151

The CVE-2026-64151 entry concerns the Linux kernel iommupt component, where a driver could omit PAGE_SIZE from the pgsize_bitmap. The root cause is that removing PAGE_SIZE from the bitmap is technically allowed but would leave an iommu_domain unused with the DMA API; the design is violated. The d...

8.4CVSS5.4AI score0.00119EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64151

In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGESIZE in the pgsizebitmap Sashiko pointed out that the driver could drop PAGESIZE from the pgsizebitmap. That is technically allowed but nothing does it, and such an iommudomain would not be used wit...

5.3AI score0.00119EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.7 views

EUVD-2026-45836

In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGESIZE in the pgsizebitmap Sashiko pointed out that the driver could drop PAGESIZE from the pgsizebitmap. That is technically allowed but nothing does it, and such an iommudomain would not be used wit...

5.4AI score0.00119EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64151 iommupt: Check for missing PAGE_SIZE in the pgsize_bitmap

In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGESIZE in the pgsizebitmap Sashiko pointed out that the driver could drop PAGESIZE from the pgsizebitmap. That is technically allowed but nothing does it, and such an iommudomain would not be used wit...

8.4CVSS5.3AI score0.00119EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64151

In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGESIZE in the pgsizebitmap Sashiko pointed out that the driver could drop PAGESIZE from the pgsizebitmap. That is technically allowed but nothing does it, and such an iommudomain would not be used wit...

8.4CVSS5.2AI score0.00119EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64149

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: move dmamapresource sanity check into debug code dmamapresource uses pfnvalid to ensure the range is not RAM. However, pfnvalid only checks for availability of the memory map for a PFN but it does not ensure that the...

5.4AI score0.00173EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.9 views

EUVD-2026-45834

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: move dmamapresource sanity check into debug code dmamapresource uses pfnvalid to ensure the range is not RAM. However, pfnvalid only checks for availability of the memory map for a PFN but it does not ensure that the...

5.5AI score0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64149

In the Linux kernel, CVE-2026-64149 fixes a DMA mapping sanity check: dma_map_resource() previously relied on pfn_valid() to exclude RAM, but this could misclassify MMIO regions sharing a sparsemem section as usable RAM, triggering a WARN_ON_ONCE and DMA_MAPPING_ERROR on platforms like Raspberry ...

5.5AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64149 dma-mapping: move dma_map_resource() sanity check into debug code

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: move dmamapresource sanity check into debug code dmamapresource uses pfnvalid to ensure the range is not RAM. However, pfnvalid only checks for availability of the memory map for a PFN but it does not ensure that the...

5.5AI score0.00173EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64149

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: move dmamapresource sanity check into debug code dmamapresource uses pfnvalid to ensure the range is not RAM. However, pfnvalid only checks for availability of the memory map for a PFN but it does not ensure that the...

5.5AI score0.00173EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:40 p.m.11 views

CVE-2026-64130

CVE-2026-64130 concerns the Linux kernel’s memory-tagging handling in mm/page_alloc for the huge zero folio when init_on_free is enabled. The root cause was that __GFP_ZEROTAGS could skip clearing tag memory while __GFP_ZERO and __GFP_SKIP_KASAN were set, leaving leftover MTE tags on pages mapped...

5.6AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:40 p.m.9 views

EUVD-2026-45815

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: fix initialization of tags of the huge zero folio with initonfree GFPZEROTAGS semantics are currently a bit weird, but effectively this flag is only ever set alongside GFPZERO and GFPSKIPKASAN. If we run with...

5.6AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64129 mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.4AI score0.00172EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64129

The CVE-2026-64129 entry concerns the Linux kernel vulnerability in mm/migrate_device: migrate_vma_insert_huge_pmd_page where a check_stable_address_space() failure after acquiring the PMD spinlock via pmd_lock() could jump to abort, bypassing spin_unlock() in unlock_abort. This caused the PMD sp...

5.4AI score0.00172EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64129

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.4AI score0.00172EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.8 views

EUVD-2026-45814

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.4AI score0.00172EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64129

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.2AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.30 views

CVE-2026-64124 net: devmem: reject dma-buf bind with non-page-aligned size or SG length

In the Linux kernel, the following vulnerability has been resolved: net: devmem: reject dma-buf bind with non-page-aligned size or SG length netdevmembinddmabuf trusts dmabuf-size and sgdmalen to be PAGESIZE multiples without checking: - txvec is sized dmabuf-size / PAGESIZE, and netdevmemgetniov...

8.8CVSS0.00127EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64124

In the Linux kernel, the following vulnerability has been resolved: net: devmem: reject dma-buf bind with non-page-aligned size or SG length netdevmembinddmabuf trusts dmabuf-size and sgdmalen to be PAGESIZE multiples without checking: - txvec is sized dmabuf-size / PAGESIZE, and...

5.2AI score0.00127EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.10 views

EUVD-2026-45809

In the Linux kernel, the following vulnerability has been resolved: net: devmem: reject dma-buf bind with non-page-aligned size or SG length netdevmembinddmabuf trusts dmabuf-size and sgdmalen to be PAGESIZE multiples without checking: - txvec is sized dmabuf-size / PAGESIZE, and netdevmemgetniov...

5.4AI score0.00127EPSS
SaveExploits0References3
Rows per page
Query Builder