Lucene search
+L

8986 matches found

NVD
NVD
•added 2026/08/10 1:20 p.m.•17 views

CVE-2026-68260

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

7.8CVSS0.00175EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/10 1:20 p.m.•13 views

CVE-2026-68261

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: fix error checking of pvrvmcontextlookup Since pvrvmcontextlookup returns either NULL or a pointer, then stop using ISERR for checking the return value. Using ISERR leads to the kernel oops reported below. It can...

0.00209EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/10 1:20 p.m.•10 views

DEBIAN-CVE-2026-68261

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: fix error checking of pvrvmcontextlookup Since pvrvmcontextlookup returns either NULL or a pointer, then stop using ISERR for checking the return value. Using ISERR leads to the kernel oops reported below. It can...

5.2AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
•added 2026/08/10 1:20 p.m.•11 views

UBUNTU-CVE-2026-68245

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpuvmgettaskinfopasid The vm pointer returned from amdgpuvmgetvmfrompasid is only valid while the lock is still being held. Once xaunlockirqrestore is called and returned, the pointer is no...

7.8CVSS5.2AI score0.00175EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•15 views

CVE-2026-68260

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

7.8CVSS5.6AI score0.00175EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•15 views

CVE-2026-68265

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix BO prefetch with CONSULTMEMADVISEPREFLOC When prefetch region is DRMXECONSULTMEMADVISEPREFLOC for a BO VMA, the code used it as an index into regiontomemtype, causing an out-of-bounds access since the value is -1...

7.3CVSS5.5AI score0.00164EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/10 1:20 p.m.•11 views

UBUNTU-CVE-2026-68260

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

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

UBUNTU-CVE-2026-68264

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: Reset currentop in xeptupdateopsinit xeptupdateopsinit fails to reset currentop to 0. On the vmbind path, opsexecute calls xeptupdateopsprepare inside the xevalidationguard / drmexecuntilalllocked loop. When that loop...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•11 views

CVE-2026-68245

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpuvmgettaskinfopasid The vm pointer returned from amdgpuvmgetvmfrompasid is only valid while the lock is still being held. Once xaunlockirqrestore is called and returned, the pointer is no...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References5
NVD
NVD
•added 2026/08/10 1:19 p.m.•12 views

CVE-2026-68101

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00149EPSS
SaveExploits0
UbuntuCve
UbuntuCve
•added 2026/08/10 1:19 p.m.•11 views

CVE-2026-68101

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score0.00149EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/10 1:19 p.m.•11 views

UBUNTU-CVE-2026-68101

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score0.00149EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/10 12:02 p.m.•61 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.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/10 12:02 p.m.•42 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.8CVSS0.00173EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/08/10 12:01 p.m.•14 views

EUVD-2026-55366

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix BO prefetch with CONSULTMEMADVISEPREFLOC When prefetch region is DRMXECONSULTMEMADVISEPREFLOC for a BO VMA, the code used it as an index into regiontomemtype, causing an out-of-bounds access since the value is -1...

5.4AI score0.00164EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/10 12:01 p.m.•84 views

CVE-2026-68261

Technical details about CVE-2026-68261 are not publicly provided in the supplied documents; monitor for updates.

5.3AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/10 12:01 p.m.•42 views

CVE-2026-68261 drm/imagination: fix error checking of pvr_vm_context_lookup()

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: fix error checking of pvrvmcontextlookup Since pvrvmcontextlookup returns either NULL or a pointer, then stop using ISERR for checking the return value. Using ISERR leads to the kernel oops reported below. It can...

0.00209EPSS
SaveExploits0References4
CVE
CVE
•added 2026/08/10 12:01 p.m.•49 views

CVE-2026-68260

CVE-2026-68260 affects the Linux kernel, specifically the drm/imagination driver. The issue arises because the GPU VM code does not properly synchronize find operations with map/unmap operations, allowing a race that can lead to a NULL pointer dereference in certain memory operations. The resolve...

7.8CVSS5.4AI score0.00175EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/10 12:01 p.m.•16 views

EUVD-2026-55361

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

5.4AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/10 12:01 p.m.•39 views

CVE-2026-68260 drm/imagination: acquire vm_ctx->lock before mapping memory to GPU VM

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

7.8CVSS0.00175EPSS
SaveExploits0References4
Rows per page
Query Builder