Lucene search
+L

55079 matches found

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

CVE-2026-64167

CVE-2026-64167 affects the Linux kernel. The issue arises because kho_fill_kimage() unconditionally populates KHO metadata for all kexec image types, including crash kernels that run in a small reserved region. This can cause the crash kernel to fault during kho_memory_init() when it accesses a K...

5.5CVSS5.1AI score0.001EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.15 views

CVE-2026-64167

In the Linux kernel, the following vulnerability has been resolved: kho: skip KHO for crash kernel khofillkimage unconditionally populates the kimage with KHO metadata for every kexec image type. When the image is a crash kernel, this can be problematic as the crash kernel can run in a small...

5.5CVSS5AI score0.001EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:40 p.m.20 views

EUVD-2026-45852

In the Linux kernel, the following vulnerability has been resolved: kho: skip KHO for crash kernel khofillkimage unconditionally populates the kimage with KHO metadata for every kexec image type. When the image is a crash kernel, this can be problematic as the crash kernel can run in a small...

5.1AI score0.001EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 3:40 p.m.38 views

CVE-2026-64154

The flaw is in the Linux kernel's Adreno GPU driver (a6xx_gpu_init), where of_parse_phandle() acquires a device node reference that early error returns fail to release via of_node_put(), causing resource accumulation. The fix uses __free(device_node) for automatic cleanup. Red Hat notes it is not...

5.5CVSS5.3AI score0.00117EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.25 views

CVE-2026-64154

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix a reference leak in a6xxgpuinit In a6xxgpuinit, node is obtained via ofparsephandle. While there was a manual ofnodeput at the end of the common path, several early error returns would bypass this call,...

5.5CVSS5.2AI score0.00117EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64154 drm/msm/adreno: Fix a reference leak in a6xx_gpu_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix a reference leak in a6xxgpuinit In a6xxgpuinit, node is obtained via ofparsephandle. While there was a manual ofnodeput at the end of the common path, several early error returns would bypass this call,...

5.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.36 views

CVE-2026-64154 drm/msm/adreno: Fix a reference leak in a6xx_gpu_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix a reference leak in a6xxgpuinit In a6xxgpuinit, node is obtained via ofparsephandle. While there was a manual ofnodeput at the end of the common path, several early error returns would bypass this call,...

0.00117EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.16 views

CVE-2026-64147

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix debugfslookup dentry leak and error handling debugfslookup returns a dentry with an elevated reference count that must be released with dput. The current code discards the returned dentry without calling dput, causin...

5.5CVSS5.3AI score0.00127EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:40 p.m.13 views

EUVD-2026-45832

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix debugfslookup dentry leak and error handling debugfslookup returns a dentry with an elevated reference count that must be released with dput. The current code discards the returned dentry without calling dput, causin...

5.5AI score0.00127EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64131

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

5.2AI score0.00122EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/07/19 3:40 p.m.43 views

CVE-2026-64131

CVE-2026-64131 affects the Linux kernel memory management path for unmapped device-private/exclusive pages. The root cause is an incorrect reliance on vma_is_anonymous() in unmap_page_range logic, while folio_test_anon() and vma_is_anonymous() do not have a direct implication, allowing a folio th...

5.5CVSS5.3AI score0.00122EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/19 3:40 p.m.22 views

EUVD-2026-45816

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

5.3AI score0.00122EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64131 mm/memory: fix spurious warning when unmapping device-private/exclusive pages

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

5.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.24 views

CVE-2026-64131

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

5.5CVSS5.2AI score0.00122EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.44 views

CVE-2026-64131 mm/memory: fix spurious warning when unmapping device-private/exclusive pages

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

0.00122EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.37 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...

0.00123EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 3:40 p.m.20 views

EUVD-2026-45806

In the Linux kernel, the following vulnerability has been resolved: net: ifb: report ethtool stats over numtxqueues ifbdevinit allocates dp-txprivate to dev-numtxqueues entries via kzallocobjstxp, dev-numtxqueues. Both IFB per-queue RX and TX stats live in those entries: ifbxmit updates txp-rxsta...

5.4AI score0.00126EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.44 views

CVE-2026-64121 net: ifb: report ethtool stats over num_tx_queues

In the Linux kernel, the following vulnerability has been resolved: net: ifb: report ethtool stats over numtxqueues ifbdevinit allocates dp-txprivate to dev-numtxqueues entries via kzallocobjstxp, dev-numtxqueues. Both IFB per-queue RX and TX stats live in those entries: ifbxmit updates txp-rxsta...

0.00126EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.18 views

CVE-2026-64121

In the Linux kernel, the following vulnerability has been resolved: net: ifb: report ethtool stats over numtxqueues ifbdevinit allocates dp-txprivate to dev-numtxqueues entries via kzallocobjstxp, dev-numtxqueues. Both IFB per-queue RX and TX stats live in those entries: ifbxmit updates txp-rxsta...

7.1CVSS5.3AI score0.00126EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 3:40 p.m.32 views

CVE-2026-64121

CVE-2026-64121 affects the Linux kernel’s ifb (virtual Ethernet back-end) device. The vulnerability arises from a miswalk of per-queue ethtool statistics: the code allocates per-queue tx_private entries based on dev->num_tx_queues, but ethtool/statistics callbacks use real_num_rx_queues/real_n...

7.1CVSS5.4AI score0.00126EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder