Lucene search
+L

328602 matches found

Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.7 views

CVE-2026-68424

In the Linux kernel, the following vulnerability has been resolved: mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroyjoins mtdconcatdestroy frees item-concat so calling mtdvirtconcatputmtddevicesitem-concat leads to a use after free. Fix this by moving mtdvirtconcatputmtddevices before...

5.3AI score0.00145EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 12:4 p.m.5 views

CVE-2026-68424 mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy_joins()

In the Linux kernel, the following vulnerability has been resolved: mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroyjoins mtdconcatdestroy frees item-concat so calling mtdvirtconcatputmtddevicesitem-concat leads to a use after free. Fix this by moving mtdvirtconcatputmtddevices before...

5.4AI score
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:4 p.m.31 views

CVE-2026-68424

CVE-2026-68424 affects the Linux kernel MTD virt_concat code. The root cause is a use-after-free: mtd_concat_destroy() frees item->concat, so calling mtd_virt_concat_put_mtd_devices(item->concat) can use freed memory. The fix migrates the call to mtd_virt_concat_put_mtd_devices() to occur b...

5.3AI score0.00145EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.8 views

CVE-2026-68423

In the Linux kernel, the following vulnerability has been resolved: mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroy mtdconcatdestroy frees item-concat so calling mtdvirtconcatputmtddevicesitem-concat after that leads to a use-after-free. Fix it by moving mtdvirtconcatputmtddevices...

5.3AI score0.00145EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:4 p.m.8 views

EUVD-2026-55609

In the Linux kernel, the following vulnerability has been resolved: mtd: virtconcat: fix use-after-free in mtdvirtconcatdestroy mtdconcatdestroy frees item-concat so calling mtdvirtconcatputmtddevicesitem-concat after that leads to a use-after-free. Fix it by moving mtdvirtconcatputmtddevices...

5.3AI score0.00145EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.9 views

CVE-2026-68422

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix root leak if its reloc root is unexpected in mergerelocroots If we have an unexpected relocroot for our root, we jump to the out label but never drop the reference we obtained for root, resulting in a leak. Add a missi...

5.2AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.8 views

CVE-2026-68421

In the Linux kernel, the following vulnerability has been resolved: schedext: Don't warn on core-sched forced idle in putprevtaskscx putprevtaskscx warns when a runnable task drops to a lower schedclass without SCXOPSENQLAST, on the assumption that balanceone would have kept it running. Core...

5.3AI score0.00192EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.10 views

CVE-2026-68420

In the Linux kernel, the following vulnerability has been resolved: xfrm: reject optional IPTFS templates in outbound policies syzbot reported a stack-out-of-bounds read in xfrmstatefind which flows from xfrmtmplresolveone. Commit 3d776e31c841 "xfrm: Reject optional tunnel/BEET mode templates in...

7.1CVSS5.3AI score0.00115EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.33 views

CVE-2026-68419 RDMA/irdma: Prevent rereg_mr for non-mem regions

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent reregmr for non-mem regions When a QP/CQ/SRQ is created, a two step process is used where the buffer is allocated in userspace and explicitly registered with the normal regmr mechanism prior to creating the...

7.8CVSS0.00128EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.8 views

CVE-2026-68419

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent reregmr for non-mem regions When a QP/CQ/SRQ is created, a two step process is used where the buffer is allocated in userspace and explicitly registered with the normal regmr mechanism prior to creating the...

7.8CVSS5.5AI score0.00128EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 12:4 p.m.5 views

EUVD-2026-55605

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent reregmr for non-mem regions When a QP/CQ/SRQ is created, a two step process is used where the buffer is allocated in userspace and explicitly registered with the normal regmr mechanism prior to creating the...

5.6AI score0.00128EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:4 p.m.36 views

CVE-2026-68419

The CVE-2026-68419 affects the Linux kernel RDMA/irdma subsystem. When a QP/CQ/SRQ is created, a two-step process allows user-space buffers to be registered with reg_mr via a special ABI flag indicating an invalid mkey. This can enable a user to call rereg_mr on these MR objects and trigger a rea...

7.8CVSS5.6AI score0.00128EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.9 views

CVE-2026-68418

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

5.2AI score0.00154EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.32 views

CVE-2026-68417 RDMA/siw: publish QP after initialization

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: publish QP after initialization siwcreateqp currently calls siwqpadd before the queues, CQ pointers, state, completion, and device list entry are ready. A QPN lookup can therefore reach a QP that is still being...

7.8CVSS0.0012EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.11 views

CVE-2026-68417

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: publish QP after initialization siwcreateqp currently calls siwqpadd before the queues, CQ pointers, state, completion, and device list entry are ready. A QPN lookup can therefore reach a QP that is still being...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.10 views

CVE-2026-68416

In the Linux kernel, the following vulnerability has been resolved: mtd: fix double free and WARNON in addmtddevice error paths When deviceregister or mtdnvmemadd fails inside addmtddevice for a partition, the error handling triggers mtdrelease via putdevice or deviceunregister. mtdrelease calls...

5.3AI score0.00156EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 12:4 p.m.6 views

CVE-2026-68416 mtd: fix double free and WARN_ON in add_mtd_device() error paths

In the Linux kernel, the following vulnerability has been resolved: mtd: fix double free and WARNON in addmtddevice error paths When deviceregister or mtdnvmemadd fails inside addmtddevice for a partition, the error handling triggers mtdrelease via putdevice or deviceunregister. mtdrelease calls...

5.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:4 p.m.33 views

CVE-2026-68416 mtd: fix double free and WARN_ON in add_mtd_device() error paths

In the Linux kernel, the following vulnerability has been resolved: mtd: fix double free and WARNON in addmtddevice error paths When deviceregister or mtdnvmemadd fails inside addmtddevice for a partition, the error handling triggers mtdrelease via putdevice or deviceunregister. mtdrelease calls...

0.00156EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.10 views

CVE-2026-68415

In the Linux kernel, the following vulnerability has been resolved: xfrm: clear mode callbacks after failed mode setup xfrmstategctask can run long after a failed IPTFS state setup. In the reproduced case, xfrminitstate cached x-modecbs, IPTFS setup returned -ENOMEM before publishing modedata, an...

7.8CVSS5.2AI score0.00134EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 12:4 p.m.8 views

CVE-2026-68414

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel sched scan results work on unregister cfg80211schedscanresults can queue rdev-schedscanreswk from a driver result notification while a scheduled scan request is present. The work callback recovers the...

7.5CVSS5.2AI score0.0023EPSS
SaveExploits0
Rows per page
Query Builder