Lucene search
+L

8729 matches found

Cvelist
Cvelist
added 2024/07/29 3:48 p.m.42 views

CVE-2024-41094 drm/fbdev-dma: Only set smem_start is enable per module option

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smemstart is enable per module option Only export struct fbinfo.fix.smemstart if that is required by the user and the memory does not come from vmalloc. Setting struct fbinfo.fix.smemstart breaks systems...

0.00227EPSS
SaveExploits0References3
CVE
CVE
added 2024/07/29 3:48 p.m.181 views

CVE-2024-41094

The CVE-2024-41094 issue affects the Linux kernel DRM fbdev-dma path. The root cause is unsafe handling of memory for the framebuffer when smem_start is exported via module options, which can break on systems where DMA memory is backed by vmalloc and may trigger non-linear virt_to_phys address ch...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/07/29 3:48 p.m.23 views

CVE-2024-41094 drm/fbdev-dma: Only set smem_start is enable per module option

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smemstart is enable per module option Only export struct fbinfo.fix.smemstart if that is required by the user and the memory does not come from vmalloc. Setting struct fbinfo.fix.smemstart breaks systems...

5.9AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.29 views

CVE-2024-41094 drm/fbdev-dma: Only set smem_start is enable per module option

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only set smemstart is enable per module option Only export struct fbinfo.fix.smemstart if that is required by the user and the memory does not come from vmalloc. Setting struct fbinfo.fix.smemstart breaks systems...

6.8AI score0.00227EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.18 views

CVE-2024-41093 drm/amdgpu: avoid using null object of framebuffer

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: 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 framebuffer...

7.1AI score0.00225EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.44 views

CVE-2024-41093 drm/amdgpu: avoid using null object of framebuffer

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: 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 framebuffer...

0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/29 3:48 p.m.19 views

CVE-2024-41093 drm/amdgpu: avoid using null object of framebuffer

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: 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 framebuffer...

6.4AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.15 views

CVE-2024-41089 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17tvgethdmodes In nv17tvgethdmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

6.7AI score0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.34 views

CVE-2024-41089 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/dispnv04: fix null pointer dereference in nv17tvgethdmodes In nv17tvgethdmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

0.00236EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/29 3:48 p.m.186 views

CVE-2024-41089

CVE-2024-41089 relates to the Linux kernel DRM/Nouveau code path: in nv17_tv_get_hd_modes(), the return of drm_mode_duplicate() (and drm_cvt_mode()) could be NULL on failure, leading to a NULL pointer dereference. The fix adds a NULL check to avoid dereferencing a NULL mode object. Impact is a lo...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References9Affected Software1
NVD
NVD
added 2024/07/29 3:15 p.m.15 views

CVE-2024-41060

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

7.8CVSS0.00248EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/29 3:15 p.m.6 views

UBUNTU-CVE-2024-41060

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

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References23
OSV
OSV
added 2024/07/29 3:15 p.m.10 views

UBUNTU-CVE-2024-41061

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport Why Potential out of bounds access in dml2calculaterqanddlgparams because the value of outloweststateidx used as an index for FCLKChangeSupport array can be...

7.8CVSS5.7AI score0.00206EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/29 2:57 p.m.21 views

CVE-2024-41061 drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport Why Potential out of bounds access in dml2calculaterqanddlgparams because the value of outloweststateidx used as an index for FCLKChangeSupport array can be...

6.5AI score
SaveExploits0References5
CVE
CVE
added 2024/07/29 2:57 p.m.109 views

CVE-2024-41061

CVE-2024-41061: In the Linux kernel’s DRM/AMD display code, an array-index-out-of-bounds can occur in dml2/FCLKChangeSupport when using out_lowest_state_idx as an index. The core fix is to always use index 0 in the condition to prevent out-of-bounds access. The vulnerability impact is rated HIGH ...

7.8CVSS6.6AI score0.00206EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.18 views

CVE-2024-41060 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...

6.7AI score0.00248EPSS
SaveExploits0References6
CVE
CVE
added 2024/07/29 2:57 p.m.208 views

CVE-2024-41060

CVE-2024-41060 is a Linux kernel security issue in the DRM Radeon driver. The root cause is a dereference of bo_va->bo that may be cleared by radeon_vm_clear_freed. The patch adds a NULL check to ensure bo_va->bo is non-NULL before use, preventing a potential NULL dereference crash. The des...

7.8CVSS6.5AI score0.00248EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/07/29 2:57 p.m.26 views

CVE-2024-41060 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...

7.8CVSS0.00248EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/29 2:15 p.m.13 views

UBUNTU-CVE-2024-41022

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix signedness bug in sdmav40processtrapirq The "instance" variable needs to be signed for the error handling to work...

7CVSS6.2AI score0.0024EPSS
SaveExploits0References32
CVE
CVE
added 2024/07/29 1:34 p.m.138 views

CVE-2024-41022

CVE-2024-41022: In Linux kernel drm/amdgpu, the signedness bug in sdma_v4_0_process_trap_irq() was fixed. The root cause was an unsigned “instance” variable used in error handling; it needed to be signed for correct control flow. Affected: AMDGPU SDMA v4_0 trap IRQ path. Impact/ Exploitation: The...

7CVSS6.5AI score0.0024EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder