Lucene search
+L

5342 matches found

ATTACKERKB
ATTACKERKB
added 3 days ago4 views

CVE-2026-64152

In the Linux kernel, the following vulnerability has been resolved: iommu: Handle unmap error when iommudebug is enabled Sashiko noticed a latent bug where the map error flow called iommuunmap which calls iommudebugunmapbegin/iommudebugunmapend however since this is an error path the map flow nev...

5.3AI score0.00108EPSS
Exploits0References3Affected Software1
CVE
CVE
added 3 days ago6 views

CVE-2026-64152

CVE-2026-64152 affects the Linux kernel iommu path. The issue arises when an unmap error in the iommu_debug flow occurs in an error path that did not establish the original iommu_debug_map, causing mis-tracing and unbalanced tracking. Fix: move the unmap error handling into iommu_map_nosync() and...

7.8CVSS5.4AI score0.00108EPSS
Exploits0References2
OSV
OSV
added 3 days ago4 views

CVE-2026-64152 iommu: Handle unmap error when iommu_debug is enabled

In the Linux kernel, the following vulnerability has been resolved: iommu: Handle unmap error when iommudebug is enabled Sashiko noticed a latent bug where the map error flow called iommuunmap which calls iommudebugunmapbegin/iommudebugunmapend however since this is an error path the map flow nev...

7.8CVSS5.3AI score0.00108EPSS
Exploits0References5
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-64152 iommu: Handle unmap error when iommu_debug is enabled

In the Linux kernel, the following vulnerability has been resolved: iommu: Handle unmap error when iommudebug is enabled Sashiko noticed a latent bug where the map error flow called iommuunmap which calls iommudebugunmapbegin/iommudebugunmapend however since this is an error path the map flow nev...

7.8CVSS0.00108EPSS
Exploits0References2
EUVD
EUVD
added 3 days ago7 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
Exploits0References3
CVE
CVE
added 3 days ago6 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
Exploits0References3
EUVD
EUVD
added 3 days ago8 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
Exploits0References3
OSV
OSV
added 3 days ago5 views

CVE-2026-64072 nvme: fix bio leak on mapping failure

In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request...

5.3AI score0.00173EPSS
Exploits0References6
CVE
CVE
added 3 days ago7 views

CVE-2026-64072

The CVE-2026-64072 vulnerability affects the Linux kernel, specifically the NVMe I/O path. It describes a fix for a bio leak that occurred when an integrity mapping failed during mapping; the code could leak a local bio because it was treated as NULL. The root cause is that the kernel attempted t...

5.3AI score0.00173EPSS
Exploits0References3
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-45645

In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request...

5.3AI score0.00173EPSS
Exploits0References3
Cvelist
Cvelist
added 3 days ago27 views

CVE-2026-64072 nvme: fix bio leak on mapping failure

In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request...

0.00173EPSS
Exploits0References3
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-64051 accel/qaic: Add overflow check to remap_pfn_range during mmap

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Add overflow check to remappfnrange during mmap The call to remappfnrange in qaicgemobjectmmap is susceptible to remapping beyond the VMA if the BO is too large. This can cause use after free issues when munmap unmaps...

7.8CVSS0.00128EPSS
Exploits0References5
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-45592

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma mapping leak on data setup error We're leaking the initial DMA mapping during iteration if we fail to allocate the tracking descriptor for both PRP and SGL. Unmap the iterator directly; we can't use the existing...

5.4AI score0.00155EPSS
Exploits0References2
CVE
CVE
added 3 days ago9 views

CVE-2026-64019

Technical details are not publicly available in the provided documents; monitor for updates.

5.4AI score0.00155EPSS
Exploits0References2
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-64019 nvme-pci: fix dma mapping leak on data setup error

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma mapping leak on data setup error We're leaking the initial DMA mapping during iteration if we fail to allocate the tracking descriptor for both PRP and SGL. Unmap the iterator directly; we can't use the existing...

0.00155EPSS
Exploits0References2
OSV
OSV
added 3 days ago4 views

CVE-2026-64019 nvme-pci: fix dma mapping leak on data setup error

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma mapping leak on data setup error We're leaking the initial DMA mapping during iteration if we fail to allocate the tracking descriptor for both PRP and SGL. Unmap the iterator directly; we can't use the existing...

5.3AI score0.00155EPSS
Exploits0References5
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-63952 memfd: deny writeable mappings when implying SEAL_WRITE

In the Linux kernel, the following vulnerability has been resolved: memfd: deny writeable mappings when implying SEALWRITE When SEALEXEC is added, SEALWRITE is implied to make W^X. But the implied seal is set after the check that makes sure the memfd can not have any writable mappings. This means...

8.4CVSS0.0016EPSS
Exploits0References5
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-45725

In the Linux kernel, the following vulnerability has been resolved: memfd: deny writeable mappings when implying SEALWRITE When SEALEXEC is added, SEALWRITE is implied to make W^X. But the implied seal is set after the check that makes sure the memfd can not have any writable mappings. This means...

5.4AI score0.0016EPSS
Exploits0References5
CVE
CVE
added 3 days ago9 views

CVE-2026-63950

Summary: CVE-2026-63950 pertains to the Linux kernel mm/rmap path. The issue arose from not reinitializing nr_pages at the start of each loop in try_to_unmap_one, allowing a value from a previous folio_unmap_pte_batch() to be reused in a later iteration. This could cause corruption of folio refco...

7.8CVSS5.3AI score0.00161EPSS
Exploits0References3
OSV
OSV
added 3 days ago3 views

CVE-2026-63950 mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_one

In the Linux kernel, the following vulnerability has been resolved: mm/rmap: initialize nrpages to 1 at loop start in trytounmapone Initialize nrpages to 1 at the start of each loop iteration, like folioreferencedone does. Without this, nrpages computed by a previous foliounmapptebatch call can b...

7.8CVSS5.3AI score0.00161EPSS
Exploits0References6
Rows per page
Query Builder