Lucene search
+L

103 matches found

Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-68437 drm/imagination: Fit paired fragment job in the correct CCCB

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fit paired fragment job in the correct CCCB For geometry jobs with a paired fragment job, at the moment, the DRM scheduler's preparejob callback: - checks for internal driver dependencies for the geometry job; -...

0.00157EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago17 views

CVE-2026-68437

Technical details about CVE-2026-68437 are not publicly available in the provided documents. Monitor for updates from upstream or vendor advisories for affected components, impacted versions, and remediation guidance.

5.4AI score0.00157EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2 days ago12 views

Linux Distros Unpatched Vulnerability : CVE-2026-68262

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/imagination: Fix user array stride in pvrsetuobjarray pvrsetuobjarray copies an array of kernel objects to a userspace array whose element size is described...

7.1CVSS5.5AI score0.00175EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 3 days ago5 views

CVE-2026-68260

A flaw was found in the Linux kernel's drm/imagination driver. This vulnerability occurs because the graphics processing unit virtual memory GPU VM code does not properly synchronize find and map/unmap operations. A local attacker could exploit this timing issue by performing concurrent memory...

7.8CVSS5.4AI score0.002EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 days ago7 views

CVE-2026-68263

A flaw was found in the Linux kernel's drm/imagination component. A double call to the drmschedentityfini function can lead to a reference count underflow and a use-after-free condition. This vulnerability could allow a local attacker to cause a denial of service or potentially achieve arbitrary...

7.8CVSS5.6AI score0.00168EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 3 days ago8 views

CVE-2026-68261

A flaw was found in the Linux kernel's drm/imagination component. A local user could exploit this vulnerability by passing an invalid virtual machine VM context handle to the DRMIOCTLPVRCREATECONTEXT ioctl. This improper error checking can lead to a kernel crash, resulting in a Denial of Service...

5.5CVSS5.3AI score0.00209EPSS
SaveExploits0References4
NVD
NVD
added 4 days ago4 views

CVE-2026-68263

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix double call to drmschedentityfini Call sequence of double call: pvrcontextdestroy pvrcontextkillqueues pvrqueuekill drmschedentitydestroy drmschedentityfini // here pvrcontextput...

7.8CVSS0.00168EPSS
SaveExploits0References4
NVD
NVD
added 4 days ago6 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.002EPSS
SaveExploits0References4
NVD
NVD
added 4 days ago5 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 4 days ago6 views

UBUNTU-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
SaveExploits0References6
OSV
OSV
added 4 days ago4 views

UBUNTU-CVE-2026-68262

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix user array stride in pvrsetuobjarray pvrsetuobjarray copies an array of kernel objects to a userspace array whose element size is described by out-stride. When out-stride is different from the kernel object...

5.2AI score0.00175EPSS
SaveExploits0References6
OSV
OSV
added 4 days ago5 views

UBUNTU-CVE-2026-68281

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Count paired job fence as dependency in preparejob The DRM scheduler's preparejob callback counts the remaining non-signaled native dependencies for a job, preventing job submission until those plus job data and...

5.4AI score0.00175EPSS
SaveExploits0References6
Cvelist
Cvelist
added 4 days ago33 views

CVE-2026-68263 drm/imagination: Fix double call to drm_sched_entity_fini()

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix double call to drmschedentityfini Call sequence of double call: pvrcontextdestroy pvrcontextkillqueues pvrqueuekill drmschedentitydestroy drmschedentityfini // here pvrcontextput...

7.8CVSS0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-55364

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix double call to drmschedentityfini Call sequence of double call: pvrcontextdestroy pvrcontextkillqueues pvrqueuekill drmschedentitydestroy drmschedentityfini // here pvrcontextput...

5.4AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago22 views

CVE-2026-68262

CVE-2026-68262 affects the Linux kernel’s drm/imagination: pvr_set_uobj_array() mishandles the destination user array stride when copying kernel objects to userspace. The code previously advanced the userspace pointer by the kernel object size while advancing the kernel pointer by the userspace s...

7.1CVSS5.3AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-68262 drm/imagination: Fix user array stride in pvr_set_uobj_array()

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix user array stride in pvrsetuobjarray pvrsetuobjarray copies an array of kernel objects to a userspace array whose element size is described by out-stride. When out-stride is different from the kernel object...

7.1CVSS0.00175EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago4 views

CVE-2026-68262 drm/imagination: Fix user array stride in pvr_set_uobj_array()

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix user array stride in pvrsetuobjarray pvrsetuobjarray copies an array of kernel objects to a userspace array whose element size is described by out-stride. When out-stride is different from the kernel object...

5.4AI score
SaveExploits0References7
CVE
CVE
added 4 days ago18 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 4 days ago33 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
EUVD
EUVD
added 4 days ago8 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.002EPSS
SaveExploits0References4
Rows per page
Query Builder