Lucene search
+L

412 matches found

Positive Technologies
Positive Technologies
added 5 days ago12 views

PT-2026-72856

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Reject VMAs with VM IO or VM PFNMAP when creating SVM ranges VMAs marked with VM IO or VM PFNMAP are not backed by struct page objects, which GPUSVM requires in order to operate correctly. In particular, get pages...

5.4AI score0.00155EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 5 days ago14 views

PT-2026-72968

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active Always update x2APIC MSR intercepts for L1 when AVIC is deactivated, even if L2 is active and KVM is using a separate MSR bitmap to run L2. If AVIC is...

5.6AI score0.00134EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 5 days ago6 views

PT-2026-72513

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd/core: Avoid enabling BRS from the SVM reload path Branch Sampling BRS and Last Branch Record LBR are mutually exclusive hardware features, and users of both are tracked via cpuc-lbr users. When SVM is toggled on a CP...

5.4AI score0.00209EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 5 days ago6 views

Linux Distros Unpatched Vulnerability : CVE-2026-74516

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active Always update x2APIC MSR intercepts for L1 when AVIC is deactivated, even if L2 i...

8.2CVSS5.7AI score0.00134EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 5 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-72325

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - perf/x86/amd/core: Avoid enabling BRS from the SVM reload path Branch Sampling BRS and Last Branch Record LBR are mutually exclusive hardware features, and user...

5.6AI score0.00209EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/11 1:42 p.m.8 views

CVE-2026-68298

A flaw was found in the Linux kernel's drm/xe/vm module. During the creation of a virtual machine VM, an error in resource allocation could lead to a Shared Virtual Memory SVM resource leak. This occurs because the kernel's resource deallocation functions are not consistently called when an error...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.5 views

UBUNTU-CVE-2026-68257

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix 32-bit overflow in CWSR total size calculation totalcwsrsize was computed in 32-bit before being used as a BO/SVM allocation size. With large ctxsaverestoreareasize and debugmemorysize multiplied by the XCC count,...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.4 views

UBUNTU-CVE-2026-68298

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix SVM leak on resv obj alloc failure in xevmcreate Commit 9e9787414882 "drm/xe/userptr: replace xehmm with gpusvm" made xesvminit unconditional in xevmcreate and extended it to also initialize a "simple" gpusvm state...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 1:19 p.m.4 views

UBUNTU-CVE-2026-68093

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Bump asidgeneration on CPU online to avoid ASID collision after hotplug If a vCPU stays scheduled out or blocked while the last pCPU it ran on goes through a hotplug cycle online-offline-online, and the vCPU then resume...

5.5AI score0.0018EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/10 12:2 p.m.6 views

CVE-2026-68298 drm/xe/vm: Fix SVM leak on resv obj alloc failure in xe_vm_create()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix SVM leak on resv obj alloc failure in xevmcreate Commit 9e9787414882 "drm/xe/userptr: replace xehmm with gpusvm" made xesvminit unconditional in xevmcreate and extended it to also initialize a "simple" gpusvm state...

7.8CVSS5.4AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:2 p.m.30 views

CVE-2026-68298

CVE-2026-68298 concerns the Linux kernel drm/xe/vm code. The vulnerability stems from an error path where, after a failed drm_gpuvm_resv_object_alloc(), resources allocated by xe_svm_init() could leak because xe_svm_fini() and xe_svm_close() were not always invoked for non-fault-mode VMs. The fix...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:1 p.m.32 views

CVE-2026-68264

The CVE-2026-68264 entry describes a Linux kernel issue in the drm/xe/pt module where xe_pt_update_ops_init() fails to reset current_op (and related flags) during retry paths in vm_bind, causing repeated increments of current_op. After multiple retries, current_op can exceed the allocated xe_vma_...

7.8CVSS5.4AI score0.00138EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:1 p.m.8 views

CVE-2026-68240 drm/gpusvm: publish dpagemap early to avoid device mapping leak on error

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: publish dpagemap early to avoid device mapping leak on error drmgpusvmgetpages only stored the local dpagemap into svmpages-dpagemap on the success path. If a later page failed e.g. -EOPNOTSUPP when ctx-allowmixed is...

8.8CVSS5.3AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:1 p.m.37 views

CVE-2026-68240

Summary: CVE-2026-68240 affects the Linux kernel drm/gpusvm component. The root cause was that drm_gpusvm_get_pages() on an error path did not correctly assign svm_pages->dpagemap, causing __drm_gpusvm_unmap_pages() to skip device_unmap() and leak device mappings that had already been created....

8.8CVSS5.3AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 11:58 a.m.11 views

CVE-2026-68093 KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Bump asidgeneration on CPU online to avoid ASID collision after hotplug If a vCPU stays scheduled out or blocked while the last pCPU it ran on goes through a hotplug cycle online-offline-online, and the vCPU then resume...

5.6AI score
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/07/21 5:26 p.m.9 views

CVE-2026-63882

A flaw was found in the AMD KFD Kernel Fusion Driver component of the Linux kernel. A local user could trigger a null pointer dereference in the svmrangesetattr function by not calling kfdioctlacquirevm before kfdioctlsvm. This could lead to a denial of service...

5.5CVSS5.2AI score0.00206EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:4 p.m.14 views

SUSE CVE-2026-63882

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix NULL pointer bug in svmrangesetattr The processinfo could be NULL if user doesn't call kfdioctlacquirevm before calling kfdioctlsvm. cherry picked from commit 83a26c812e0529eb040d31a76f73e33e637243d4...

5.2AI score0.00206EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/07/20 8:5 a.m.7 views

KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path

...

7.8CVSS4.2AI score0.00142EPSS
SaveExploits0
NVD
NVD
added 2026/07/19 4:17 p.m.7 views

CVE-2026-63882

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix NULL pointer bug in svmrangesetattr The processinfo could be NULL if user doesn't call kfdioctlacquirevm before calling kfdioctlsvm. cherry picked from commit 83a26c812e0529eb040d31a76f73e33e637243d4...

0.00206EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.38 views

CVE-2026-64172 KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h erratum 1235 Hygon Family 18h CPUs are derived from AMD Family 17h Zen1 silicon and share the same erratum 1235: hardware may read a stale IsRunning=1 bit during ICR...

7.1CVSS0.00135EPSS
SaveExploits0References3
Rows per page
Query Builder