CVE-2026-74452
- EPSS 0.19%
- Veröffentlicht 15.08.2026 12:26:56
- Zuletzt bearbeitet 17.08.2026 06:19:41
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: reject firmware sections with oversized data In panthor_fw_load_section_entry(), the data size to copy is calculated without validating it against the allocated sectio...
CVE-2026-74453
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:26:56
- Zuletzt bearbeitet 19.08.2026 17:21:01
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...
CVE-2026-74450
- EPSS 0.16%
- Veröffentlicht 15.08.2026 12:26:55
- Zuletzt bearbeitet 23.08.2026 13:16:43
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix pptable use-after-free amdgpu_dpm_get_pp_table() returns a pointer to a driver-owned power table after dropping adev->pm.mutex. The sysfs path then copies from that...
CVE-2026-74451
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:26:55
- Zuletzt bearbeitet 17.08.2026 06:19:40
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: validate firmware interface structure sizes iface_fw_to_cpu_addr() only checks that the firmware-provided MCU virtual address points inside the shared section. The ret...
CVE-2026-74449
- EPSS 0.16%
- Veröffentlicht 15.08.2026 12:26:54
- Zuletzt bearbeitet 18.08.2026 07:16:54
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix divide-by-zero in calculate_mcache_setting on zero viewport If a plane reaches calculate_mcache_setting with a zero-area viewport, calculate_mcache_setting exi...
CVE-2026-74447
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:26:53
- Zuletzt bearbeitet 17.08.2026 06:19:40
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32_t overflow in EOP ring buffer size alignment eop_ring_buffer_size in struct queue_properties is a u32. In kfd_queue_acquire_buffers() the expected EOP buffer...
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:26:53
- Zuletzt bearbeitet 18.08.2026 07:16:54
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix QID bit leak in pqm_create_queue() When MES is enabled and amdgpu_amdkfd_alloc_kernel_mem() fails during the first queue creation for a process, pqm_create_queue() ...
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:26:52
- Zuletzt bearbeitet 17.08.2026 06:19:40
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: reject DX_BIND_QUERY without a DX context vmw_cmd_dx_bind_query() unconditionally dereferences sw_context->dx_ctx_node->ctx. Userspace can trigger a NULL pointer deref...
CVE-2026-74446
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:26:52
- Zuletzt bearbeitet 19.08.2026 17:21:01
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: hold event_mutex while checkpointing CRIU events kfd_criu_checkpoint_events() counts the entries in p->event_idr via kfd_get_num_events(), allocates an array sized to t...
CVE-2026-74444
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:26:51
- Zuletzt bearbeitet 19.08.2026 17:21:01
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: validate DRAW_PRIMITIVES header size before division vmw_cmd_draw() computes maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); where header->size is u32 a...