Lucene search
+L

8725 matches found

UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.14 views

CVE-2024-42118

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array WHY resourcestreamtostreamidx returns an array index and it return -1 when not found; however, -1 is not a valid array index number. HOW When this happens, call ASSERT,...

7.8CVSS6.1AI score0.00235EPSS
SaveExploits0References14
OSV
OSV
added 2024/07/30 8:15 a.m.9 views

UBUNTU-CVE-2024-42227

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

4.7CVSS5.7AI score0.00177EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/30 8:15 a.m.5 views

UBUNTU-CVE-2024-42120

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipectx has a size of MAXPIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by Coverity...

7.8CVSS6.2AI score0.00263EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.18 views

CVE-2024-42227

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

4.7CVSS5.8AI score0.00177EPSS
SaveExploits0References14
OSV
OSV
added 2024/07/30 8:15 a.m.10 views

UBUNTU-CVE-2024-42118

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array WHY resourcestreamtostreamidx returns an array index and it return -1 when not found; however, -1 is not a valid array index number. HOW When this happens, call ASSERT,...

7.8CVSS5.7AI score0.00235EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/30 8:15 a.m.5 views

UBUNTU-CVE-2024-42119

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engineid WHY ENGINEIDUNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does not need free audio. HOW Skip and return NULL. This...

7.8CVSS6.2AI score0.00281EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.28 views

CVE-2024-42127

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix shared irq handling on driver remove lima uses a shared interrupt, so the interrupt handlers must be prepared to be called at any time. At driver removal time, the clocks are disabled early and the interrupts stay...

5.5CVSS6.3AI score0.00239EPSS
SaveExploits0References31
OSV
OSV
added 2024/07/30 8:15 a.m.9 views

UBUNTU-CVE-2024-42122

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL pointer check for kzalloc Why & How Check return pointer of kzalloc before using it...

5.5CVSS6.1AI score0.00258EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2024/07/30 7:47 a.m.44 views

CVE-2024-42227 drm/amd/display: Fix overlapping copy within dml_core_mode_programming

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

0.00177EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/30 7:47 a.m.25 views

CVE-2024-42227 drm/amd/display: Fix overlapping copy within dml_core_mode_programming

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix overlapping copy within dmlcoremodeprogramming WHY &modelib-mp.Watermark and &locals-Watermark are the same address. memcpy may lead to unexpected behavior. HOW memmove should be used...

5.9AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/30 7:47 a.m.18 views

CVE-2024-42228 drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Using uninitialized value size when calling amdgpuvcecsreloc Initialize the size before calling amdgpuvcecsreloc, such as case 0x03000001. V2: To really improve the handling we would actually need to have a separate...

6.7AI score0.0024EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/30 7:47 a.m.273 views

CVE-2024-42227

CVE-2024-42227 affects the Linux kernel's drm/amd/display: fix overlapping copy within dml_core_mode_programming. The issue arises when &mode_lib->mp.Watermark and &locals->Watermark reference the same address, leading to unsafe memcpy behavior. The vulnerability is mitigated by replacing m...

4.7CVSS6.5AI score0.00177EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/07/30 7:47 a.m.29 views

CVE-2024-42228 drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Using uninitialized value size when calling amdgpuvcecsreloc Initialize the size before calling amdgpuvcecsreloc, such as case 0x03000001. V2: To really improve the handling we would actually need to have a separate...

6.3AI score
SaveExploits0References13
CVE
CVE
added 2024/07/30 7:46 a.m.96 views

CVE-2024-42146

CVE-2024-42146: Linux kernel DRM/XE vulnerability fixed by adding outer runtime PM protection to xe_live_ktest@xe_dma_buf. The issue arose because kunit tests performing memory access did not use outer runtime_pm protections, leaving inner callers unprotected. Root cause: missing outer runtime PM...

5.5CVSS6.5AI score0.00196EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.43 views

CVE-2024-42146

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add outer runtimepm protection to xelivektest@xedmabuf Any kunit doing any memory access should get their own runtimepm outer references since they don't use the standard driver API entries. In special this dmabuf from th...

5.5CVSS4.9AI score0.00196EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.20 views

CVE-2024-42146 drm/xe: Add outer runtime_pm protection to xe_live_ktest@xe_dma_buf

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add outer runtimepm protection to xelivektest@xedmabuf Any kunit doing any memory access should get their own runtimepm outer references since they don't use the standard driver API entries. In special this dmabuf from th...

6.9AI score0.00196EPSS
SaveExploits0References2
CVE
CVE
added 2024/07/30 7:46 a.m.119 views

CVE-2024-42127

CVE-2024-42127 affects the Linux kernel driver for Lima (drm/lima) which uses a shared IRQ. The root cause is that during driver removal, clocks are disabled early while interrupts remain registered due to devm-based management, allowing interrupt handlers to run and access device registers with ...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/07/30 7:46 a.m.32 views

CVE-2024-42127 drm/lima: fix shared irq handling on driver remove

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix shared irq handling on driver remove lima uses a shared interrupt, so the interrupt handlers must be prepared to be called at any time. At driver removal time, the clocks are disabled early and the interrupts stay...

5.8AI score0.00239EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.19 views

CVE-2024-42127 drm/lima: fix shared irq handling on driver remove

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix shared irq handling on driver remove lima uses a shared interrupt, so the interrupt handlers must be prepared to be called at any time. At driver removal time, the clocks are disabled early and the interrupts stay...

6.6AI score0.00239EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.60 views

CVE-2024-42127

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix shared irq handling on driver remove lima uses a shared interrupt, so the interrupt handlers must be prepared to be called at any time. At driver removal time, the clocks are disabled early and the interrupts stay...

5.5CVSS5.5AI score0.00239EPSS
SaveExploits0
Rows per page
Query Builder