Lucene search
+L

66132 matches found

UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.12 views

CVE-2026-68132

In the Linux kernel, the following vulnerability has been resolved: super: fix emergency thaw deadlock on frozen block devices dothawallcallback calls bdevthaw while holding sb-sumount exclusively. If the block device was frozen via bdevfreeze dropping the last block layer freeze reference calls...

5.3AI score0.00184EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.8 views

CVE-2026-68094

In the Linux kernel, the following vulnerability has been resolved: schedext: Preserve rq tracking across local DSQ dispatch dispatchtolocaldsq can run from scxbpfdsqmovetolocal while ops.dispatch has recorded the current rq. Moving a task to a local DSQ may switch to the source or destination rq...

5.4AI score0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:04 p.m.12 views

EUVD-2026-55614

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Fix use-after-free on vendor module reload mmudestroycaches destroys ptelistdesccache and mmupageheadercache, but leaves both pointers unchanged. The pointers live in kvm.ko, and therefore survive when a vendor modu...

5.4AI score0.00164EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:04 p.m.45 views

CVE-2026-68428

The CVE describes a use-after-free in KVM’s x86/mmu related to vendor module reloads, where mmu_destroy_caches() leaves pointers to caches (pte_list_desc_cache and mmu_page_header_cache) in kvm.ko. When a vendor module unload occurs while kvm.ko remains loaded, a subsequent cache initialization c...

5.4AI score0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.39 views

CVE-2026-68428 KVM: x86/mmu: Fix use-after-free on vendor module reload

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Fix use-after-free on vendor module reload mmudestroycaches destroys ptelistdesccache and mmupageheadercache, but leaves both pointers unchanged. The pointers live in kvm.ko, and therefore survive when a vendor modu...

0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:04 p.m.18 views

CVE-2026-68428 KVM: x86/mmu: Fix use-after-free on vendor module reload

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Fix use-after-free on vendor module reload mmudestroycaches destroys ptelistdesccache and mmupageheadercache, but leaves both pointers unchanged. The pointers live in kvm.ko, and therefore survive when a vendor modu...

5.5AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/10 12:04 p.m.12 views

CVE-2026-68428

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Fix use-after-free on vendor module reload mmudestroycaches destroys ptelistdesccache and mmupageheadercache, but leaves both pointers unchanged. The pointers live in kvm.ko, and therefore survive when a vendor modu...

5.4AI score0.00164EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.35 views

CVE-2026-68421 sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()

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

0.00192EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:04 p.m.55 views

CVE-2026-68421

The CVE-2026-68421 entry concerns the Linux kernel sched_ext path. The issue arises when put_prev_task_scx() warns about a runnable task dropping to a lower sched_class without ENQ_LAST, due to core scheduling forcing idle via an SMT sibling’s core_pick path which bypasses balance_one(). The miti...

5.3AI score0.00192EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:04 p.m.8 views

EUVD-2026-55607

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
SaveExploits0References3
OSV
OSV
added 2026/08/10 12:04 p.m.17 views

CVE-2026-68421 sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()

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 score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/10 12:04 p.m.11 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
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.38 views

CVE-2026-68420 xfrm: reject optional IPTFS templates in outbound policies

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.1CVSS0.00115EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:04 p.m.16 views

EUVD-2026-55606

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

5.3AI score0.00115EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 12:04 p.m.12 views

CVE-2026-68420 xfrm: reject optional IPTFS templates in outbound policies

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.4AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:04 p.m.48 views

CVE-2026-68420

CVE-2026-68420 concerns the Linux kernel xfrm subsystem. The issue is a stack-out-of-bounds read triggered when an outbound IPsec policy uses optional IPTFS templates, flowing from xfrm_tmpl_resolve_one() and xfrm_state_find() via the outbound path. The fix extends previous checks that blocked op...

7.1CVSS5.3AI score0.00115EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/10 12:04 p.m.13 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
EUVD
EUVD
added 2026/08/10 12:04 p.m.16 views

EUVD-2026-55580

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: revalidate LOADCONNPARAM queued update MGMTOPLOADCONNPARAM queues connupdatesync when a single parameter update changes an existing LE central connection. The queued work currently stores a borrowed hciconnparams...

5.4AI score0.00125EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/10 12:04 p.m.18 views

CVE-2026-68394

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: revalidate LOADCONNPARAM queued update MGMTOPLOADCONNPARAM queues connupdatesync when a single parameter update changes an existing LE central connection. The queued work currently stores a borrowed hciconnparams...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.35 views

CVE-2026-68394 Bluetooth: MGMT: revalidate LOAD_CONN_PARAM queued update

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: revalidate LOADCONNPARAM queued update MGMTOPLOADCONNPARAM queues connupdatesync when a single parameter update changes an existing LE central connection. The queued work currently stores a borrowed hciconnparams...

7.8CVSS0.00125EPSS
SaveExploits0References4
Rows per page
Query Builder