Lucene search
+L

515 matches found

RedhatCVE
RedhatCVE
added 2024/08/04 5:45 p.m.20 views

CVE-2024-42228

A vulnerability was found in the Linux kernel's amdgpu driver in the amdgpuvceringparsecs function where the size variable is initialized with a pointer that may not be properly set before use. This issue could lead to unpredictable behavior in the system. Mitigation Mitigation for this issue is...

6.3CVSS7.2AI score0.0024EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.19 views

CVE-2024-42123

A vulnerability was found in the amdgpuumchandlebadpages function in the Linux kernel's amdgpu driver. If the function is called multiple times in quick succession, a double free error can occur because the errdata-erraddr pointer that is being freed is not being set to NULL in between calls. Thi...

4.4CVSS5.4AI score0.00204EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:16 a.m.16 views

CVE-2024-41093

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

5.5CVSS7.2AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:12 a.m.28 views

CVE-2024-41022

A vulnerability was found in the AMDGPU DRM driver’s sdmav40processtrapirq function in the Linux Kernel. This issue was addressed by correcting a signedness issue. The instance variable, which was previously unsigned, was changed to a signed type to ensure proper error handling. Mitigation...

5.1CVSS7.1AI score0.00238EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/30 8:15 a.m.119 views

CVE-2024-42228

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

7CVSS0.0024EPSS
SaveExploits0References10
NVD
NVD
added 2024/07/30 8:15 a.m.23 views

CVE-2024-42123

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix double free erraddr pointer warnings In amdgpuumcbadpagepollingtimeout, the amdgpuumchandlebadpages will be run many times so that double free erraddr in some special case. So set the erraddr to NULL to avoid the...

4.4CVSS0.00204EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/30 8:15 a.m.2 views

DEBIAN-CVE-2024-42123

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix double free erraddr pointer warnings In amdgpuumcbadpagepollingtimeout, the amdgpuumchandlebadpages will be run many times so that double free erraddr in some special case. So set the erraddr to NULL to avoid the...

4.4CVSS5.6AI score0.00204EPSS
SaveExploits0References1
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
OSV
OSV
added 2024/07/30 7:47 a.m.26 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...

7CVSS6.3AI score0.0024EPSS
SaveExploits0References13
CVE
CVE
added 2024/07/30 7:46 a.m.148 views

CVE-2024-42123

CVE-2024-42123 affects the Linux kernel in the DRM/AMDGPU area. The issue is a double-free of the err_addr pointer in amdgpu_umc_handle_bad_pages during repeated execution of amdgpu_umc_bad_page_polling_timeout, which can trigger warnings. The provided fix sets err_addr to NULL to avoid these war...

4.4CVSS6.5AI score0.00204EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/07/29 4:15 p.m.20 views

UBUNTU-CVE-2024-41093

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

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References24
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.16 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.37 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.16 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...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References9
OSV
OSV
added 2024/07/29 2:15 p.m.9 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...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References32
CVE
CVE
added 2024/07/29 1:34 p.m.123 views

CVE-2024-41022

AFFECTED SOFTWARE: Linux kernel (drm/amdgpu) with a signedness bug in sdma_v4_0_process_trap_irq() where the local error-path handling depended on a signed instance counter. ROOT CAUSE: the instance variable needed to be signed to ensure correct error handling, and failure to do so could affect t...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/29 1:34 p.m.19 views

CVE-2024-41022 drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()

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

6.7AI score0.00238EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/07/26 3:11 a.m.4 views

SUSE CVE-2024-40987

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix UBSAN warning in kvdpm.c Adds bounds check for sumovidmappingentry...

5CVSS6.4AI score0.00279EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/07/17 1:24 a.m.16 views

CVE-2024-41008

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm-taskinfo handling This patch changes the handling and lifecycle of vm-taskinfo object. The major changes are: - vm-taskinfo is a dynamically allocated ptr now, and its uasge is reference counted. -...

4.4CVSS6.9AI score0.0018EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 6:55 p.m.27 views

CVE-2024-40987

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix UBSAN warning in kvdpm.c Adds bounds check for sumovidmappingentry. Mitigation Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria...

4.7CVSS8.3AI score0.00279EPSS
SaveExploits0References4
Rows per page
Query Builder