Lucene search
+L

545 matches found

CVE
CVE
added 2024/08/26 10:11 a.m.311 views

CVE-2024-43907

CVE-2024-43907 relates to Linux kernel: in the DRM AMDGPU driver, a null pointer could be dereferenced in drm/amdgpu/pm during apply_state_adjust_rules. The fix adds a pointer check to avoid dereferencing NULL, addressing a potential crash. The initial description shows a concrete fix for null de...

5.5CVSS6.9AI score0.00214EPSS
SaveExploits0References8Affected Software1
RedhatCVE
RedhatCVE
added 2024/08/21 6:10 p.m.15 views

CVE-2023-52908

A potential flaw was found in the amdgpu kernel module. When printing debug information, it can be possible to dereference a NULL resource manager reference...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/21 7:15 a.m.2 views

DEBIAN-CVE-2023-52908

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL dereference Fix potential NULL dereference, in the case when "man", the resource manager might be NULL, when/if we print debug information...

5.5CVSS5.2AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.14 views

UBUNTU-CVE-2023-52908

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL dereference Fix potential NULL dereference, in the case when "man", the resource manager might be NULL, when/if we print debug information...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0References5
CVE
CVE
added 2024/08/21 6:10 a.m.69 views

CVE-2023-52908

CVE-2023-52908 (Linux kernel): In drm/amdgpu, a potential NULL dereference could occur when the resource manager is NULL while printing debug information. The entry states this was fixed in the Linux kernel (drm/amdgpu: Fix potential NULL dereference). Concrete details in the connected docs point...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/08/21 6:10 a.m.21 views

CVE-2023-52908 drm/amdgpu: Fix potential NULL dereference

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL dereference Fix potential NULL dereference, in the case when "man", the resource manager might be NULL, when/if we print debug information...

6AI score
SaveExploits0References5
CNNVD
CNNVD
added 2024/08/21 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a potential null pointer dereference issue in the drm/amdgpu component when printing debug information...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/08/21 12:00 a.m.83 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2024-2206)

"According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : In the Linux kernel, the following vulnerability has been resolved: afunix: Fix garbage collector racing against connect Garbage collector does n...

9.8CVSS6.5AI score0.02701EPSS
SaveExploits2References159
Tenable Nessus
Tenable Nessus
added 2024/08/13 12:00 a.m.108 views

Oracle Linux 7 / 8 : Unbreakable Enterprise kernel (ELSA-2024-12581)

The remote Oracle Linux 7 / 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2024-12581 advisory. - net/mlx5e: drop shorter ethernet frames Manjunath Patil Orabug: 36879157 CVE-2024-41090 CVE-2024-41091 - netfilter: ipset: Fix race between...

10CVSS7.5AI score0.02701EPSS
SaveExploits2References52
SUSE CVE
SUSE CVE
added 2024/08/06 1:58 a.m.6 views

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

5.5CVSS6.3AI score0.0024EPSS
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2024/08/04 5:45 p.m.21 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.20 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.00207EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:16 a.m.17 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.31 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.0024EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/30 8:15 a.m.126 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...

7CVSS0.00207EPSS
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.00207EPSS
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.28 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.151 views

CVE-2024-42123

CVE-2024-42123 (Linux kernel) : In the amdgpu driver, the function amdgpu_umc_handle_bad_pages is invoked during amdgpu_umc_bad_page_polling_timeout and can double-free the err_addr pointer in certain cases. The fix sets err_addr to NULL to avoid the warnings, addressing a potential use-after-fre...

7CVSS6.5AI score0.00207EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder