Lucene search
+L

248220 matches found

Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-74450 drm/amd/pm: fix pptable use-after-free

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.8CVSS0.0012EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago24 views

CVE-2026-74451

CVE-2026-74451 affects the Linux kernel DRM panthor path. The root cause is that iface_fw_to_cpu_addr() only verified that the MCU virtual address lies within the shared section, but the returned pointer was used as a full firmware interface structure, allowing out-of-bounds accesses when the add...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 5 days ago7 views

CVE-2026-74451 drm/panthor: validate firmware interface structure sizes

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...

7.8CVSS5.6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 5 days ago8 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
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-74451

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...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago29 views

CVE-2026-74451 drm/panthor: validate firmware interface structure sizes

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...

7.8CVSS0.00129EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago21 views

CVE-2026-74450

CVE-2026-74450 : In the Linux kernel, the drm/amd/pm path had a use-after-free in amdgpu_dpm_get_pp_table when a concurrent write occurred during a sysfs copy of a driver-owned power table. The root cause was returning a pointer to the driver-owned pptable after dropping the adev->pm.mutex. Th...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago5 views

CVE-2026-74450 drm/amd/pm: fix pptable use-after-free

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 score
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-74449 drm/amd/display: Fix divide-by-zero in calculate_mcache_setting on zero viewport

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix divide-by-zero in calculatemcachesetting on zero viewport If a plane reaches calculatemcachesetting with a zero-area viewport, calculatemcachesetting exits early with nummcaches == 0 and mvmpgwidth/height == ...

7.8CVSS0.0012EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago9 views

CVE-2026-74449 drm/amd/display: Fix divide-by-zero in calculate_mcache_setting on zero viewport

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix divide-by-zero in calculatemcachesetting on zero viewport If a plane reaches calculatemcachesetting with a zero-area viewport, calculatemcachesetting exits early with nummcaches == 0 and mvmpgwidth/height == ...

7.8CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 5 days ago23 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
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59756

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix divide-by-zero in calculatemcachesetting on zero viewport If a plane reaches calculatemcachesetting with a zero-area viewport, calculatemcachesetting exits early with nummcaches == 0 and mvmpgwidth/height == ...

5.5AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago36 views

CVE-2026-74448 drm/amdkfd: fix QID bit leak in pqm_create_queue()

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...

0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-59755

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
SaveExploits0References5
CVE
CVE
added 5 days ago20 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
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-74447

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0
OSV
OSV
added 5 days ago6 views

CVE-2026-74447 drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignment

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...

7.8CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 5 days ago21 views

CVE-2026-74447

In the Linux kernel (drm/amdkfd), a uint32_t overflow in EOP ring buffer size alignment was fixed. The issue occurred because eop_ring_buffer_size (u32) is aligned with PAGE_SIZE in kfd_queue_acquire_buffers() using 32‑bit arithmetic, allowing a user size like 0xFFFFF001 to wrap to 0 and bypass t...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-74447 drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignment

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...

7.8CVSS0.00129EPSS
SaveExploits0References4
OSV
OSV
added 5 days ago8 views

CVE-2026-74448 drm/amdkfd: fix QID bit leak in pqm_create_queue()

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.5AI score
SaveExploits0References8
Rows per page
Query Builder