Lucene search
+L

9416 matches found

CVE
CVE
•added 2026/09/17 4:10 p.m.•18 views

CVE-2026-93047

CVE-2026-93047 affects the Linux kernel's DRM v3d driver (Broadcom Video Core 3D GPU). In a submission chain (e.g., bin + render + cache clean), the buffer object (BO) list was only attached to the last job . When that final job was a CACHE_CLEAN operation, the consuming job (RENDER or CSD) had b...

5.8AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:10 p.m.•9 views

CVE-2026-93047 drm/v3d: Associate BOs with every job that accesses them

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Associate BOs with every job that accesses them A submission can expand into a chain of jobs e.g. bin + render + cache clean. Implicit synchronization in v3dsubmitlockreservations is gated on each job's bo, but the BO li...

5.8AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:10 p.m.•9 views

EUVD-2026-82157

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Associate BOs with every job that accesses them A submission can expand into a chain of jobs e.g. bin + render + cache clean. Implicit synchronization in v3dsubmitlockreservations is gated on each job's bo, but the BO li...

5.8AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:09 p.m.•11 views

CVE-2026-90409

CVE-2026-90409 affects the Linux kernel drm/panthor driver. The root cause is a missing overlap check: when a VM is created, the caller specifies an address-space carve-out for mapping kernel buffer objects (BOs), yet vm_bind mappings of user-mode-exposed BOs were not verified to stay outside tha...

5.9AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•34 views

CVE-2026-90409 drm/panthor: Add vm_bind region with kbo range overlap check

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Add vmbind region with kbo range overlap check When a VM is created, caller has to specify the range of the address space carve-out set aside for mapping kernel BO's. That means vmbind mappings of UM-exposed BO's...

0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:09 p.m.•18 views

CVE-2026-90362

CVE-2026-90362 affects the Linux kernel 's drm/msm/dsi driver (Qualcomm Display Serial Interface). The root cause is an explicit call to dev_pm_opp_set_rate(0) , which removes the operating performance point vote specified in required-opps but does not actually park the clock, leaving it running ...

5.7AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:09 p.m.•14 views

CVE-2026-90363

CVE-2026-90363 affects the Linux kernel DRM MSM (Qualcomm) display driver . When the KMS initialization function (mdp4_kms_init() or mdp5_kms_init()) fails partway through, the individual display drivers tear down KMS state before returning the error. The common error path in msm_drm_init() then ...

6.2AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:09 p.m.•6 views

CVE-2026-90362 drm/msm/dsi: Drop dev_pm_opp_set_rate(0)

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Drop devpmoppsetrate0 devpmoppsetrate0 removes the vote specified in required-opps but does not actually park the clock, making it run without the necessary power backing. Drop the explicit call to it. Every call sit...

5.7AI score
SaveExploits0References11
OSV
OSV
•added 2026/09/17 4:09 p.m.•6 views

CVE-2026-90363 drm/msm: don't tear down KMS twice when KMS init fails

In the Linux kernel, the following vulnerability has been resolved: drm/msm: don't tear down KMS twice when KMS init fails When priv-kmsinit mdp4kmsinit / mdp5kmsinit fails partway through, both display drivers already tear their KMS state down via mdp4destroy / mdp5kmsdestroy before returning th...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•37 views

CVE-2026-90362 drm/msm/dsi: Drop dev_pm_opp_set_rate(0)

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Drop devpmoppsetrate0 devpmoppsetrate0 removes the vote specified in required-opps but does not actually park the clock, making it run without the necessary power backing. Drop the explicit call to it. Every call sit...

0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:09 p.m.•37 views

CVE-2026-90363 drm/msm: don't tear down KMS twice when KMS init fails

In the Linux kernel, the following vulnerability has been resolved: drm/msm: don't tear down KMS twice when KMS init fails When priv-kmsinit mdp4kmsinit / mdp5kmsinit fails partway through, both display drivers already tear their KMS state down via mdp4destroy / mdp5kmsdestroy before returning th...

0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/17 4:09 p.m.•11 views

EUVD-2026-82023

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Drop devpmoppsetrate0 devpmoppsetrate0 removes the vote specified in required-opps but does not actually park the clock, making it run without the necessary power backing. Drop the explicit call to it. Every call sit...

5.7AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•8 views

EUVD-2026-81977

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

6.1AI score0.00176EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•35 views

CVE-2026-90316 drm/omap: dsi: Do not copy isr table

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

7.8CVSS0.00176EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/17 4:08 p.m.•18 views

CVE-2026-90316

CVE-2026-90316 affects the drm/omap DSI driver in the Linux kernel. The root cause is a Use-After-Free (UAF) risk: the ISR (interrupt service routine) table was copied to allow unregistration of ISRs, but stack-allocated objects passed to those ISRs may be freed if IRQs are unregistered while sti...

7.8CVSS6.1AI score0.00176EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/17 4:08 p.m.•6 views

CVE-2026-90316 drm/omap: dsi: Do not copy isr table

In the Linux kernel, the following vulnerability has been resolved: drm/omap: dsi: Do not copy isr table To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to...

7.8CVSS6.1AI score
SaveExploits0References10
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•11 views

EUVD-2026-81891

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: tcon: Drop TCON TOP device reference offinddevicebynode takes a device reference. Drop it after mux configuration succeeds...

5.8AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•7 views

EUVD-2026-81890

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: crtc: Propagate layer initialization error sun4icrtcinit returns plain NULL when layer initialization fails, while all its other error paths return an error pointer. The only caller, sun4itconbind, checks the result wi...

5.7AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•37 views

CVE-2026-90289 drm/amd/display: Resize MST HDCP per-connector arrays to 32

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAXDISPLAYCOUNT. Hence we're off by one with DRM core, which...

7.8CVSS0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•10 views

EUVD-2026-81882

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAXDISPLAYCOUNT. Hence we're off by one with DRM core, which...

5.8AI score0.00165EPSS
SaveExploits0References2
Rows per page
Query Builder