Lucene search
+L

66289 matches found

CVE
CVE
added 2026/08/06 7:13 a.m.81 views

CVE-2026-64604

CVE-2026-64604 concerns the Linux kernel KVM VMX path, where CR8 intercept updates are performed: the VMCS12 state is grabbed only when the vCPU is in guest mode to avoid a lockdep assertion in get_vmcs12(). The provided description and call trace show that the issue arises during vCPU creation a...

5.4AI score0.00165EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.46 views

CVE-2026-64604 KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode When updating CR8 intercepts, get vmcs12 if and only if the vCPU is in guest mode so that a future change can have update CR8 intercepts during vCPU...

0.00165EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/06 7:13 a.m.27 views

EUVD-2026-53790

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode When updating CR8 intercepts, get vmcs12 if and only if the vCPU is in guest mode so that a future change can have update CR8 intercepts during vCPU...

5.4AI score0.00165EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/06 7:13 a.m.14 views

CVE-2026-64604

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode When updating CR8 intercepts, get vmcs12 if and only if the vCPU is in guest mode so that a future change can have update CR8 intercepts during vCPU...

5.3AI score0.00165EPSS
SaveExploits0
OSV
OSV
added 2026/08/06 7:13 a.m.41 views

CVE-2026-64604 KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode When updating CR8 intercepts, get vmcs12 if and only if the vCPU is in guest mode so that a future change can have update CR8 intercepts during vCPU...

5.4AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:13 a.m.14 views

CVE-2026-64599

In the Linux kernel, the following vulnerability has been resolved: crypto: amlogic - avoid double cleanup in mesoncryptoprobe When mesonallocatechanlist fails after a partial allocation, it already unwinds the allocated chanlist state through its local error path. mesoncryptoprobe then jump to...

5.3AI score0.00117EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/08/06 7:13 a.m.15 views

EUVD-2026-53786

In the Linux kernel, the following vulnerability has been resolved: crypto: amlogic - avoid double cleanup in mesoncryptoprobe When mesonallocatechanlist fails after a partial allocation, it already unwinds the allocated chanlist state through its local error path. mesoncryptoprobe then jump to...

5.4AI score0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/06 7:13 a.m.21 views

CVE-2026-64599 crypto: amlogic - avoid double cleanup in meson_crypto_probe()

In the Linux kernel, the following vulnerability has been resolved: crypto: amlogic - avoid double cleanup in mesoncryptoprobe When mesonallocatechanlist fails after a partial allocation, it already unwinds the allocated chanlist state through its local error path. mesoncryptoprobe then jump to...

7.8CVSS5.4AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/06 7:13 a.m.15 views

CVE-2026-64599

In the Linux kernel, the following vulnerability has been resolved: crypto: amlogic - avoid double cleanup in mesoncryptoprobe When mesonallocatechanlist fails after a partial allocation, it already unwinds the allocated chanlist state through its local error path. mesoncryptoprobe then jump to...

7.8CVSS5.3AI score0.00117EPSS
SaveExploits0
CVE
CVE
added 2026/08/06 7:13 a.m.84 views

CVE-2026-64599

Summary (CVE-2026-64599) : The Linux kernel amlogic crypto path (meson_crypto_probe) fixes a double-cleanup/double-teardown bug in meson_allocate_chanlist() space on partial allocation. When a partial allocation fails, the local error path already unwinds resources; an outer cleanup path in meson...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.42 views

CVE-2026-64599 crypto: amlogic - avoid double cleanup in meson_crypto_probe()

In the Linux kernel, the following vulnerability has been resolved: crypto: amlogic - avoid double cleanup in mesoncryptoprobe When mesonallocatechanlist fails after a partial allocation, it already unwinds the allocated chanlist state through its local error path. mesoncryptoprobe then jump to...

7.8CVSS0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/06 7:13 a.m.20 views

CVE-2026-64591 iommu/vt-d: Avoid WARNING in sva unbind path

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.42 views

CVE-2026-64591 iommu/vt-d: Avoid WARNING in sva unbind path

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

0.00164EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/06 7:13 a.m.13 views

EUVD-2026-53778

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.4AI score0.00164EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/06 7:13 a.m.71 views

CVE-2026-64591

The CVE-2026-64591 entry concerns the Linux kernel Intel IOMMU (vt-d) driver and the SVA binding/unbinding logic when PRI is not supported. The root cause is that a previous commit skipped IOPF enablement for SVA on non-PRI hardware during bind, but the unbind path was not similarly updated, caus...

5.4AI score0.00164EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/06 7:13 a.m.16 views

CVE-2026-64591

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid WARNING in sva unbind path The Intel IOMMU driver allows SVA on devices even if they do not support PCI/PRI. Commit 39c20c4e83b9 "iommu/vt-d: Only handle IOPF for SVA when PRI is supported" modified the SVA bind...

5.3AI score0.00164EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/06 5:04 a.m.9 views

LangAlpha v2026.08.05

A vibe investing agent harness LangAlpha is built to help interpret financial markets and support investment decisions. English | 简体中文 | 日本語 Getting Started • API Docs • Agent Core • Backend • Web • TUI • Skills • MCP Pin a curated news brief from the dashboard, kick off idea generation, and...

6.5AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/08/06 4:25 a.m.12 views

kin v0.5.5

The diff is not the change. AI agents can write a change faster than a team can establish what it touches, whether it reverses an earlier fix, and how far its consequences reach. Git records files and line history. Kin records the software itself as a graph of entities, relations, changes, and...

6.1AI score
SaveExploits0References27
SUSE CVE
SUSE CVE
added 2026/08/06 1:06 a.m.12 views

SUSE CVE-2026-64567

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject free space cache with more entries than pages When loading a v1 free space cache, loadfreespacecache takes numentries and numbitmaps straight from the on-disk btrfsfreespaceheader. That header is stored in the...

5.5CVSS5.3AI score0.0012EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 1:06 a.m.12 views

SUSE CVE-2026-64568

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix unsolbcastproberesp double free on alloc failure ieee80211setunsolbcastproberesp calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

6.4CVSS5.4AI score0.0012EPSS
SaveExploits0References3
Rows per page
Query Builder