3013 matches found
drm/amdgpu: fix the waring dereferencing hive
...
drm/qxl: Add check for drm_cvt_mode
...
drm/amd/pm: fix the Out-of-bounds read warning
...
drm/client: fix null pointer dereference in drm_client_modeset_probe
...
drm/amdgpu: Fix out-of-bounds write warning
...
drm/amdgpu: fix mc_data out-of-bounds read warning
...
drm/vmwgfx: Fix a deadlock in dma buf fence polling
...
drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules
...
Vulnerability of the i915_vma_revoke_fence() function (driver/gpu/drm/i915/gt/intel_ggtt_fencing.c) in Intel 8xx/9xx/G3x/G4x/HD graphics cards’ Linux kernel drivers, allowing a hacker to increase their privileges
The vulnerability of the i915vmarevokefence function driver/gpu/drm/i915/gt/intelggttfencing.c in Intel 8xx/9xx/G3x/G4x/HD video card drivers for the Linux operating system is related to the use of memory after it is freed. Exploiting this vulnerability can allow an attacker to increase their...
AZL-50736 CVE-2024-47662 affecting package kernel 5.15.200.1-1
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Remove register from DCN35 DMCUB diagnostic collection Why These registers should not be read from driver and triggering the security violation when DMCUB work times out and diagnostics are collected blocks Z8...
CLSA-2024-1728297353 kernel: Fix of 5 CVEs
drm/amd/pm: fix the Out-of-bounds read warning CVE-2024-46731 - hwmon: w83627ehf Fix underflows seen when writing limit attributes CVE-2024-46756 - hwmon: lm95234 Fix underflows seen when writing limit attributes CVE-2024-46758 - hwmon: nct6775-core Fix underflows seen when writing limit...
The vulnerability of the DRM/amdgpu cores in the Linux operating system allows a hacker to trigger a service failure.
The vulnerability of the DRM/amdgpu cores in the Linux operating system is related to the assignment of a zero pointer. Exploiting this vulnerability can allow an attacker to cause a service failure...
AZL-49855 CVE-2024-46808 affecting package kernel 6.6.126.1-1
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...
kernel: drm/radeon: check bo_va->bo is non-NULL before using it
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bova-bo is non-NULL before using it The call to radeonvmclearfreed might clear bova-bo, so we have to check it before dereferencing it...
kernel: drm/amdgpu: add error handle to avoid out-of-bounds
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add error handle to avoid out-of-bounds if the sdmav40irqidtoseq return -EINVAL, the process should be stop to avoid out-of-bounds read, so directly return -EINVAL...
UBUNTU-CVE-2024-46718
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't overmap identity VRAM mapping Overmapping the identity VRAM mapping is triggering hardware bugs on certain platforms. Use 2M pages for the last unaligned to 1G VRAM chunk. v2: - Always use 2M pages for last chunk Fe...
UBUNTU-CVE-2024-46710
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a buffer "a" mapped for update b...
UBUNTU-CVE-2024-46699
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the writeseqcountbegin/end pair while updating GPU stats: WARNING: CPU: 2 PID: 12 at include/linux/seqlock.h:221...
UBUNTU-CVE-2024-46694
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid using null object of framebuffer Instead of using state-fb-obj0 directly, get object from framebuffer by calling drmgemfbgetobj and return error code when object is null to avoid using null object of...