Lucene search
+L

8754 matches found

OSV
OSV
added 2024/07/29 3:52 p.m.15 views

CVE-2024-42065 drm/xe: Add a NULL check in xe_ttm_stolen_mgr_init

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add a NULL check in xettmstolenmgrinit Add an explicit check to ensure that the mgr is not NULL...

5.9AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/29 3:52 p.m.14 views

CVE-2024-42064 drm/amd/display: Skip pipe if the pipe idx not set properly

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly why Driver crashes when pipe idx not set properly how Add code to skip the pipe that idx not set properly...

7AI score0.00207EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/29 3:52 p.m.13 views

CVE-2024-42064 drm/amd/display: Skip pipe if the pipe idx not set properly

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip pipe if the pipe idx not set properly why Driver crashes when pipe idx not set properly how Add code to skip the pipe that idx not set properly...

7.8CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.46 views

CVE-2024-41095 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes

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

0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/29 3:48 p.m.19 views

CVE-2024-41095 drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes

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

6AI score
SaveExploits0References12
CVE
CVE
added 2024/07/29 3:48 p.m.183 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
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
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
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.45 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
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
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
CVE
CVE
added 2024/07/29 3:48 p.m.188 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
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
NVD
NVD
added 2024/07/29 3:15 p.m.16 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.110 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
Rows per page
Query Builder