Lucene search
+L

148599 matches found

CVE
CVE
added 4 days ago8 views

CVE-2026-64050

CVE-2026-64050 affects the Linux kernel DRM MSM DPU teardown path. The vulnerability arises from mixing devm and drmm functions, which can cause a use-after-free when userspace holds a reference to the DRM device during driver teardown; WB connector data allocated with devm_kzalloc() may be destr...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References3
OSV
OSV
added 4 days ago4 views

CVE-2026-64050 drm/msm/dpu: don't mix devm and drmm functions

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will be destroyed becaus...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References6
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-45581

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix UAF via dangling GEM handle in createbo rocketioctlcreatebo inserts a GEM handle into the file's IDR via drmgemhandlecreate early on, then performs several operations that can fail sgt allocation, drmmm insert,...

5.4AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-45723

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...

5.3AI score0.00161EPSS
SaveExploits0References3
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-63930 iio: buffer: hw-consumer: fix use-after-free in error path

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: fix use-after-free in error path In the errputbuffers cleanup path of iiohwconsumeralloc, the code was using listforeachentry to iterate through buffers while calling iiobufferput which can free the...

7.8CVSS0.00159EPSS
SaveExploits0References8
CVE
CVE
added 4 days ago11 views

CVE-2026-63914

The CVE-2026-63914 issue concerns Linux kernel xfrm/af_key path handling where XFRM_MSG_MIGRATE notifications were unintentionally sent to init_net instead of the caller’s netns due to hardcoded &init_net in xfrm_send_migrate() and pfkey_send_migrate(). The netlink path for migrations was not net...

7.3CVSS5.4AI score0.00155EPSS
SaveExploits0References8
Cvelist
Cvelist
added 4 days ago29 views

CVE-2026-63914 xfrm: route MIGRATE notifications to caller's netns

In the Linux kernel, the following vulnerability has been resolved: xfrm: route MIGRATE notifications to caller's netns xfrmsendmigrate in net/xfrm/xfrmuser.c and pfkeysendmigrate in net/key/afkey.c both hardcode &initnet for the multicast that announces a successful XFRMMSGMIGRATE / SADBXMIGRATE...

7.3CVSS0.00155EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-45558

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix mmstruct reference leak in aie2populaterange aie2populaterange jumps back to the again label without calling mmputmm, leaking a reference to the mmstruct. Add the missing mmput before jumping to again...

5.4AI score0.00155EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago7 views

CVE-2026-63809

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

7.8CVSS0.00146EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago10 views

EUVD-2026-45490

In the Linux kernel, the following vulnerability has been resolved: KEYS: fix overflow in keyctlpkeyparamsget2 The length for the internal output buffer is calculated incorrectly, which can result overflow when a too small buffer is provided. Fix the bug by allocating internal output with the siz...

5.6AI score0.00121EPSS
SaveExploits0References8
OSV
OSV
added 4 days ago5 views

CVE-2026-63824 KEYS: fix overflow in keyctl_pkey_params_get_2()

In the Linux kernel, the following vulnerability has been resolved: KEYS: fix overflow in keyctlpkeyparamsget2 The length for the internal output buffer is calculated incorrectly, which can result overflow when a too small buffer is provided. Fix the bug by allocating internal output with the siz...

7.8CVSS5.6AI score0.00121EPSS
SaveExploits0References11
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-45479

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: remove non-uptodate folio from the page cache in movedatablock" This reverts commit 9609dd704725a40cd63d915f2ab6c44248a44598. The kernel panics are keeping to be reported especially when the f2fs partition get almos...

5.4AI score0.00119EPSS
SaveExploits0References3
Cvelist
Cvelist
added 4 days ago29 views

CVE-2026-63809 bpf: use kvfree() for replaced sysctl write buffer

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

7.8CVSS0.00146EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 4 days ago6 views

CVE-2026-63809

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

5.4AI score0.00146EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 4 days ago12 views

CVE-2026-63809

CVE-2026-63809 affects the Linux kernel memory-management path used by BPF when handling proc sysctl writes. The vulnerability stems from proc_sys_call_handler() allocating a temporary sysctl buffer with kvzalloc() and passing it to __cgroup_bpf_run_filter_sysctl(); since kvzalloc() may fall back...

7.8CVSS5.6AI score0.00146EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago10 views

EUVD-2026-45475

In the Linux kernel, the following vulnerability has been resolved: bpf: use kvfree for replaced sysctl write buffer procsyscallhandler allocates its temporary sysctl buffer with kvzalloc and passes it to cgroupbpfrunfiltersysctl. Since kvzalloc may fall back to vmalloc for large allocations,...

5.5AI score0.00146EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago12 views

EUVD-2026-45473

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level When recovering hugepages in the shadow MMU, verify that the base gfn of the shadow page is actually contained within the target memslot, before queryi...

5.4AI score0.00129EPSS
SaveExploits0References7
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-63807 KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level When recovering hugepages in the shadow MMU, verify that the base gfn of the shadow page is actually contained within the target memslot, before queryi...

8.8CVSS0.00129EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 4 days ago6 views

CVE-2026-63800

In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix use-after-free in pnfsupdatelayout When hitting the NFSLAYOUTRETURN branch in pnfsupdatelayout, the code calls pnfspreparetoretrylayoutgetlo. If it succeeds, pnfsputlayouthdrlo is called before tracepnfsupdatelayout,...

5.5AI score0.005EPSS
SaveExploits0References9Affected Software1
NVD
NVD
added 4 days ago10 views

CVE-2026-16229

A flaw has been found in itsourcecode Courier Management System up to 1.0. Affected by this vulnerability is an unknown functionality of the file /index.php. Executing a manipulation of the argument page can lead to cross site scripting. It is possible to launch the attack remotely. The exploit h...

5.3CVSS0.00443EPSS
SaveExploits0References6
Rows per page
Query Builder