Lucene search
+L

9397 matches found

Cvelist
Cvelist
•added 2026/09/16 10:33 a.m.•34 views

CVE-2026-90047 drm/xe: Don't hand out the flat CCS storage as usable VRAM

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...

7.8CVSS0.00173EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 10:33 a.m.•8 views

CVE-2026-90047 drm/xe: Don't hand out the flat CCS storage as usable VRAM

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...

7.8CVSS6AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/16 10:33 a.m.•10 views

EUVD-2026-80655

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...

7.8CVSS6AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/16 10:33 a.m.•34 views

CVE-2026-90035 drm/amd/display: fix division by zero in get_estimated_bw()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix division by zero in getestimatedbw getestimatedbw divides by link-dpiabwallocconfig.bwgranularity, which is zeroed by resetbwallocstruct and only populated once DPTUNNELINGBWALLOCCAPCHANGED has been handled...

0.00186EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/16 10:33 a.m.•5 views

CVE-2026-90035 drm/amd/display: fix division by zero in get_estimated_bw()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix division by zero in getestimatedbw getestimatedbw divides by link-dpiabwallocconfig.bwgranularity, which is zeroed by resetbwallocstruct and only populated once DPTUNNELINGBWALLOCCAPCHANGED has been handled...

5.8AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/16 10:30 a.m.•25 views

CVE-2026-89826 drm/panthor: harden firmware build-info bounds checks

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: harden firmware build-info bounds checks panthorfwreadbuildinfo checks whether the metadata range fits in the firmware image with hdr.metastart + hdr.metasize. Both fields are u32, so the addition can wrap and let an...

7.1CVSS0.00164EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/16 10:30 a.m.•19 views

CVE-2026-89825

CVE-2026-89825 affects the drm/panthor driver in the Linux kernel. The functions panthor_init_cs_iface() and panthor_init_csg_iface() validate firmware control interface offsets using 32-bit arithmetic , which can wrap before the bounds check executes. Additionally, the validation uses the host w...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/16 10:30 a.m.•9 views

EUVD-2026-80425

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: fix firmware control interface bounds checks panthorinitcsiface and panthorinitcsgiface validate firmware control interface offsets with 32-bit arithmetic and the size of the host wrapper structures. The offsets are...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/16 10:30 a.m.•7 views

CVE-2026-89824 drm/panel-edp: fix i2c adapter leak on probe failure

In the Linux kernel, the following vulnerability has been resolved: drm/panel-edp: fix i2c adapter leak on probe failure Make sure to drop the i2c adapter reference on probe failure e.g. probe deferral and on driver unbind also if a devicetree redundantly uses the 'ddc-i2c-bus' property to point ...

5.7AI score
SaveExploits0References9
CVE
CVE
•added 2026/09/16 10:30 a.m.•13 views

CVE-2026-89824

CVE-2026-89824 affects the Linux kernel component drm/panel-edp . The root cause is a failure to drop the i2c adapter reference on probe failure (e.g., probe deferral) and on driver unbind, specifically when a devicetree redundantly uses the 'ddc-i2c-bus' property to point to the aux ddc bus. Thi...

5.6AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/16 10:30 a.m.•26 views

CVE-2026-89824 drm/panel-edp: fix i2c adapter leak on probe failure

In the Linux kernel, the following vulnerability has been resolved: drm/panel-edp: fix i2c adapter leak on probe failure Make sure to drop the i2c adapter reference on probe failure e.g. probe deferral and on driver unbind also if a devicetree redundantly uses the 'ddc-i2c-bus' property to point ...

0.00215EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/16 10:30 a.m.•18 views

CVE-2026-89823

CVE-2026-89823 is a race condition in the Linux kernel's DRM subsystem . When drm_dev_register() partially fails (e.g., the render minor registers but the primary minor fails), the unplugged flag is never set. This allows userspace to enter a drm_dev_enter() critical section on the already-regist...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/16 10:30 a.m.•8 views

EUVD-2026-80423

In the Linux kernel, the following vulnerability has been resolved: drm: fix race between partial drmdevregister failure and ioctl If drmdevregister fails after registering a minor e.g. render minor registered, primary minor fails, userspace could have opened the first minor and entered a...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/16 10:30 a.m.•28 views

CVE-2026-89823 drm: fix race between partial drm_dev_register() failure and ioctl

In the Linux kernel, the following vulnerability has been resolved: drm: fix race between partial drmdevregister failure and ioctl If drmdevregister fails after registering a minor e.g. render minor registered, primary minor fails, userspace could have opened the first minor and entered a...

7.8CVSS0.00176EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/16 10:30 a.m.•6 views

CVE-2026-89822 drm/i915: Guard against NULL driver_data in i915_pci_probe()

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Guard against NULL driverdata in i915pciprobe pcimatchdevice can return the dummy pcideviceidany entry when a device is force-bound via sysfs driveroverride, in which case -driverdata is unset NULL. i915pciprobe casts i...

5.8AI score
SaveExploits0References9
OSV
OSV
•added 2026/09/16 10:30 a.m.•7 views

CVE-2026-89821 drm/amd/display: avoid divide-by-zero in __is_lut_linear()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid divide-by-zero in islutlinear islutlinear computes the expected value of each entry with expected = i MAXDRMLUTVALUE / size - 1; If it is ever called with a single-entry LUT, size - 1 is zero and the kernel...

5.8AI score
SaveExploits0References11
CVE
CVE
•added 2026/09/16 10:30 a.m.•20 views

CVE-2026-89821

CVE-2026-89821 affects the Linux kernel DRM AMD display subsystem. The function __is_lut_linear() computes each LUT entry as i * MAX_DRM_LUT_VALUE / (size - 1). When called with a single-entry LUT , the divisor becomes zero, triggering a kernel divide error (#DE) . Since a LUT with fewer than two...

5.8AI score0.00211EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/16 10:30 a.m.•8 views

EUVD-2026-80421

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid divide-by-zero in islutlinear islutlinear computes the expected value of each entry with expected = i MAXDRMLUTVALUE / size - 1; If it is ever called with a single-entry LUT, size - 1 is zero and the kernel...

5.8AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/16 10:30 a.m.•24 views

CVE-2026-89820 drm/amd/display: fix dc_lock leak on GPU reset error paths

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix dclock leak on GPU reset error paths On GPU reset, dmsuspend takes dclock and leaves it for dmresume to drop. If amdgpudmcommitzerostreams or dmdmubhwinit fails, the function returns with the lock still held...

0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 10:30 a.m.•10 views

CVE-2026-89820 drm/amd/display: fix dc_lock leak on GPU reset error paths

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix dclock leak on GPU reset error paths On GPU reset, dmsuspend takes dclock and leaves it for dmresume to drop. If amdgpudmcommitzerostreams or dmdmubhwinit fails, the function returns with the lock still held...

5.7AI score
SaveExploits0References6
Rows per page
Query Builder