Lucene search
+L

7944 matches found

EUVD
EUVD
added 2026/08/15 5:55 a.m.6 views

EUVD-2026-59256

In the Linux kernel, the following vulnerability has been resolved: uprobes/x86: Use proper mmstruct in inuprobetrampoline In the unregister path we use inuprobetrampoline check with current-mm for the VMA lookup, which is wrong, because we are in the tracer context, not the traced process. Add...

5.4AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:55 a.m.14 views

CVE-2026-72328 accel/amdxdna: Fix potential amdxdna_umap lifetime race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential amdxdnaumap lifetime race amdxdnaumaprelease calls the blocking mmuintervalnotifierremove before removing the object from abo-mem.umaplist. If aie2populaterange runs concurrently, it may obtain a...

7.8CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72309 tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path

In the Linux kernel, the following vulnerability has been resolved: tracing/remotes: Fix leak in traceremoteallocbuffer error path If page allocation fails in traceremoteallocbuffer, desc-nrcpus is not yet incremented for the current CPU. As a consequence, on error, half-allocated rbdesc will not...

0.00198EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:55 a.m.23 views

CVE-2026-72281

The CVE-2026-72281 entry concerns the Linux kernel KVM arm64/pKVM reclaim against the VM memory manager. The issue arose because protected guest faults could pin long-term resources to the VM’s mm (memory descriptor), and teardown could execute later from file release with current->mm potentia...

5.3AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:55 a.m.10 views

CVE-2026-72281 KVM: arm64: account pKVM reclaim against the VM mm

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: account pKVM reclaim against the VM mm Protected guest faults charge long term pins to the VM's mm. Teardown can run later from file release, where current-mm may be unrelated. Drop the charge from kvm-mm instead...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:54 a.m.9 views

EUVD-2026-59158

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192: Release reserved memory on cleanup The MT8192 AFE probe calls ofreservedmemdeviceinit and falls back to preallocated buffers when no reserved memory region is available. When the reserved memory assignment...

5.4AI score0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:54 a.m.15 views

CVE-2026-72244 gpu/buddy: bail out of try_harder when alignment cannot be honoured

In the Linux kernel, the following vulnerability has been resolved: gpu/buddy: bail out of tryharder when alignment cannot be honoured The tryharder contiguous fallback could return a range whose start offset did not match the caller's minblocksize. When a candidate's start is misaligned, realign...

7.8CVSS5.4AI score
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:54 a.m.12 views

CVE-2026-72213 mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch In allochugetlbfolio, a single hcg pointer is used for both the rsvd and non-rsvd hugetlb cgroup charges. When mapchg is set, hugetlbcgroupchargecgrouprsvd stores the...

7.1CVSS5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.20 views

CVE-2026-72213 mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch In allochugetlbfolio, a single hcg pointer is used for both the rsvd and non-rsvd hugetlb cgroup charges. When mapchg is set, hugetlbcgroupchargecgrouprsvd stores the...

7.1CVSS0.00159EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 5:53 a.m.9 views

EUVD-2026-58933

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: fix makeuffdwphugepte prot-update race Patch series "userfaultfd/pagemap: pre-existing fixes". These are pre-existing bug fixes that were carried at the front of the userfaultfd RWP working-set-tracking series up...

5.5AI score0.00171EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.20 views

CVE-2026-72175 fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update race

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: fix makeuffdwphugepte prot-update race Patch series "userfaultfd/pagemap: pre-existing fixes". These are pre-existing bug fixes that were carried at the front of the userfaultfd RWP working-set-tracking series up...

7.1CVSS0.00171EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72175

CVE-2026-72175修复针对 Linux 内核 fs/proc/task_mmu 中的 make_uffd_wp_huge_pte() 的 prot-update race。六项变更来自 patch series “userfaultfd/pagemap: pre-existing fixes”,用于 present 的 HugeTLB PTE 上状态更新时的时序竞态:在未调用对应的 ptep_modify_prot_start() 的情况下就执行 ptep_modify_prot_commit(),可能导致写入了过时的快照。修复通过对 present-PTE 分支采用与非 hu...

7.1CVSS5.4AI score0.00171EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72173 fs/proc/task_mmu: do not warn on seeing non-migration pmd entry

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: do not warn on seeing non-migration pmd entry Patch series "mm/hmm: A fix and a selftest", v3. Patch 1 fixes a stale warning present from the time when only migration softleaf entries were supported at the PMD...

0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:53 a.m.4 views

CVE-2026-72173 fs/proc/task_mmu: do not warn on seeing non-migration pmd entry

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: do not warn on seeing non-migration pmd entry Patch series "mm/hmm: A fix and a selftest", v3. Patch 1 fixes a stale warning present from the time when only migration softleaf entries were supported at the PMD...

5.6AI score
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:53 a.m.11 views

CVE-2026-72171 mtd: slram: remove failed entries from the device list

In the Linux kernel, the following vulnerability has been resolved: mtd: slram: remove failed entries from the device list registerdevice links a new slrammtdlist entry before allocating all of the state needed by the entry. If a later allocation, memremap, or mtddeviceregister fails, the partial...

7.8CVSS5.5AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 5:53 a.m.9 views

CVE-2026-72169 kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTES

In the Linux kernel, the following vulnerability has been resolved: kho: make sure scratch size is always aligned by CMAMINALIGNMENTBYTES When using scratchscale, the scratch sizes are rounded up to CMAMINALIGNMENTBYTES since they will be released as MIGRATECMA. This is not done when using fixed...

5.4AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:53 a.m.22 views

CVE-2026-72169

The CVE-2026-72169 entry concerns the Linux kernel. A vulnerability arose from not always aligning scratch sizes to CMA_MIN_ALIGNMENT_BYTES when using scratch_scale, potentially causing a released pageblock to be only partially scratch. The fix, as documented, is to perform the rounding up for bo...

5.3AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:53 a.m.24 views

CVE-2026-72155

CVE-2026-72155 concerns the Linux kernel driver mtd: spi-nor: swp, where unlocking the first- or early-blocks can fail when attempting to unlock only currently locked blocks. The root cause is that when both sides can achieve the same result (unlock everything), the lock_len logic misbehaved beca...

5.4AI score0.00206EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:52 a.m.7 views

EUVD-2026-59014

In the Linux kernel, the following vulnerability has been resolved: net: ena: clean up XDP TX queues when regular TX setup fails createqueueswithsizebackoff creates XDP TX queues before setting up the regular TX path. If the subsequent allocation or creation of regular TX queues fails, the error...

5.4AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:51 a.m.3 views

CVE-2026-72032 net/mlx5: HWS, fix matcher leak on resize target setup failure

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, fix matcher leak on resize target setup failure hwsbwcmatchermove allocates a replacement matcher before setting it as the resize target. If mlx5hwsmatcherresizesettarget fails, the replacement matcher is not...

5.6AI score
SaveExploits0References7
Rows per page
Query Builder