Lucene search
+L

329670 matches found

CVE
CVE
added 3 days ago17 views

CVE-2026-74453

CVE-2026-74453 (Linux kernel, drm/vc4) : The issue arises in the VC4 tile binning path where the Tile State Data Array (TSDA) for a job’s tile set is left in the binner’s slot between submissions. A 16 MB binner buffer is split into 512 KB slots; TSDA is at the start of each slot and is used by h...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago3 views

CVE-2026-74452 drm/panthor: reject firmware sections with oversized data

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: reject firmware sections with oversized data In panthorfwloadsectionentry, the data size to copy is calculated without validating it against the allocated sectionsize: section-data.size = hdr.data.end - hdr.data.star...

7.8CVSS5.9AI score
SaveExploits0References7
EUVD
EUVD
added 3 days ago4 views

EUVD-2026-59646

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Zero the tile state data array before each BIN job The binner BO is a single 16MB buffer split into 512KB slots that are handed out to jobs at submission time and recycled as jobs complete, without ever being cleared. Ea...

5.7AI score0.00129EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 3 days ago6 views

CVE-2026-74450

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix pptable use-after-free amdgpudpmgetpptable returns a pointer to a driver-owned power table after dropping adev-pm.mutex. The sysfs path then copies from that pointer. A concurrent pptable write can replace and fre...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59644

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: validate firmware interface structure sizes ifacefwtocpuaddr only checks that the firmware-provided MCU virtual address points inside the shared section. The returned pointer is later used as a full firmware interfac...

5.5AI score0.00129EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago20 views

CVE-2026-74449

The CVE-2026-74449 issue affects the Linux kernel DRM/AMD display path. A zero-area viewport can lead calculate_mcache_setting to exit with num_mcaches == 0 and mvmpg_width/height == 0, causing a divide-by-zero panic (and potential num_mcaches underflow). The fix changes calculate_mcache_setting ...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 3 days ago8 views

CVE-2026-74448

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix QID bit leak in pqmcreatequeue When MES is enabled and amdgpuamdkfdallockernelmem fails during the first queue creation for a process, pqmcreatequeue returns early via 'return retval' without going through the...

5.4AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 3 days ago17 views

CVE-2026-74448

CVE-2026-74448 affects the Linux kernel’s DRM/amdkfd path. When MES is enabled and amdgpu_amdkfd_alloc_kernel_mem() fails during the first queue creation for a process, pqm_create_queue() may return early via a plain return, skipping the error cleanup and leaving a reserved QID bit set in queue_s...

5.4AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59751

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: validate DRAWPRIMITIVES header size before division vmwcmddraw computes maxnum = header-size - sizeofcmd-body / sizeofdecl; where header-size is u32 and is taken straight from the user-supplied command stream. When...

5.4AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago19 views

CVE-2026-74444

The vulnerability CVE-2026-74444 affects the Linux kernel DRM vmwgfx driver. In vmw_cmd_draw, the header size from user input can cause an unsigned subtraction (header->size - sizeof(cmd->body)) to wrap to ~4 GiB when header->size is undersized, leading to a large maxnum and an out-of-bo...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago4 views

CVE-2026-74444 drm/vmwgfx: validate DRAW_PRIMITIVES header size before division

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: validate DRAWPRIMITIVES header size before division vmwcmddraw computes maxnum = header-size - sizeofcmd-body / sizeofdecl; where header-size is u32 and is taken straight from the user-supplied command stream. When...

7.8CVSS5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 3 days ago29 views

CVE-2026-74442 drm/vmwgfx: avoid destroy_workqueue(NULL) on vkms init failure

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 3 days ago5 views

EUVD-2026-59749

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

5.7AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 3 days ago6 views

CVE-2026-74440 drm/xe: Wait on external BO kernel fences in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Wait on external BO kernel fences in exec IOCTL Before arming a user job, xeexecioctl only added the VM's dma-resv KERNEL slot as a dependency. That slot covers rebinds and the kernel operations of the VM's private BOs, b...

7.8CVSS5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 3 days ago30 views

CVE-2026-74440 drm/xe: Wait on external BO kernel fences in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Wait on external BO kernel fences in exec IOCTL Before arming a user job, xeexecioctl only added the VM's dma-resv KERNEL slot as a dependency. That slot covers rebinds and the kernel operations of the VM's private BOs, b...

7.8CVSS0.00129EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago16 views

CVE-2026-74440

Summary: CVE-2026-74440 affects Linux kernel DRM/XE, where a user job could race with kernel operations on external buffer objects (BOs) due to an incomplete dependency model. Root cause: during xe_exec_ioctl(), only the VM’s dma-resv KERNEL slot was added as a dependency, omitting external BOs (...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-59747

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Wait on external BO kernel fences in exec IOCTL Before arming a user job, xeexecioctl only added the VM's dma-resv KERNEL slot as a dependency. That slot covers rebinds and the kernel operations of the VM's private BOs, b...

5.4AI score0.00129EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 3 days ago7 views

CVE-2026-73194

DBI versions before 1.652 for Perl allow a heap out-of-bounds write via an unvalidated numeric placeholder that sets the binder counter in preparse. preparse reserves seven output bytes per input byte, the width of the longest ':p99999' expansion. The ':N' branch parses the number with atoisrc an...

9.1CVSS5.7AI score0.00201EPSS
SaveExploits0
OSV
OSV
added 3 days ago7 views

MINI-FXWP-G2MM-Q8M8

Bulletin has no description...

7.5CVSS4.8AI score0.00465EPSS
SaveExploits0
OSV
OSV
added 3 days ago5 views

MINI-8V87-8H24-QWFG

Bulletin has no description...

7.5CVSS4.9AI score0.0059EPSS
SaveExploits0
Rows per page
Query Builder