Lucene search
+L

8738 matches found

OSV
OSV
added 2024/08/26 11:15 a.m.12 views

UBUNTU-CVE-2024-43909

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer dereference for smu7 optimize the code to avoid pass a null pointer hwmgr-backend to function smu7updateedcleakagetable...

5.5CVSS6.2AI score0.00214EPSS
SaveExploits0References18
CVE
CVE
added 2024/08/26 10:11 a.m.316 views

CVE-2024-43909

Technical details about CVE-2024-43909 (AMDGPU SMU7 null pointer dereference) are not provided in the connected documents. The initial description notes a fix but lacks vendor/product/version specifics or remediation steps beyond general description. Monitor for updates.

5.5CVSS7.2AI score0.00214EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/08/26 10:11 a.m.21 views

CVE-2024-43909 drm/amdgpu/pm: Fix the null pointer dereference for smu7

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer dereference for smu7 optimize the code to avoid pass a null pointer hwmgr-backend to function smu7updateedcleakagetable...

6.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/08/26 10:11 a.m.38 views

CVE-2024-43908

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer dereference to rasmanager Check rasmanager before using it...

5.5CVSS5.6AI score0.00219EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/26 10:11 a.m.46 views

CVE-2024-43908 drm/amdgpu: Fix the null pointer dereference to ras_manager

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer dereference to rasmanager Check rasmanager before using it...

0.00219EPSS
SaveExploits0References7
CVE
CVE
added 2024/08/26 10:11 a.m.314 views

CVE-2024-43908

The CVE-2024-43908 issue is confirmed in the Linux kernel’s DRM/AMDGPU code: a null pointer dereference in ras_manager that can arise when ras_manager is consulted. The published fix is to check ras_manager before using it, preventing dereference of a null pointer. The connected Nessus advisories...

5.5CVSS6.9AI score0.00219EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/08/26 10:11 a.m.13 views

CVE-2024-43908 drm/amdgpu: Fix the null pointer dereference to ras_manager

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer dereference to rasmanager Check rasmanager before using it...

6.1AI score
SaveExploits0References12
OSV
OSV
added 2024/08/26 10:11 a.m.17 views

CVE-2024-43907 drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer dereference in applystateadjustrules Check the pointer value to fix potential null pointer dereference...

6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/08/26 10:11 a.m.38 views

CVE-2024-43907 drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer dereference in applystateadjustrules Check the pointer value to fix potential null pointer dereference...

0.00214EPSS
SaveExploits0References6
CVE
CVE
added 2024/08/26 10:11 a.m.319 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
CVE
CVE
added 2024/08/26 10:11 a.m.201 views

CVE-2024-43906

CVE-2024-43906 affects the Linux kernel, specifically the drm/admgpu path. The issue arises when user space passes an invalid ta type, causing the pointer context to be empty and leading to a potential null pointer dereference. The provided connected materials indicate the vulnerability has been ...

5.5CVSS6.9AI score0.0021EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/08/26 10:11 a.m.18 views

CVE-2024-43906 drm/admgpu: fix dereferencing null pointer context

In the Linux kernel, the following vulnerability has been resolved: drm/admgpu: fix dereferencing null pointer context When user space sets an invalid ta type, the pointer context will be empty. So it need to check the pointer context before using it...

6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/08/26 10:11 a.m.66 views

CVE-2024-43906

In the Linux kernel, the following vulnerability has been resolved: drm/admgpu: fix dereferencing null pointer context When user space sets an invalid ta type, the pointer context will be empty. So it need to check the pointer context before using it...

5.5CVSS6AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/26 10:11 a.m.46 views

CVE-2024-43906 drm/admgpu: fix dereferencing null pointer context

In the Linux kernel, the following vulnerability has been resolved: drm/admgpu: fix dereferencing null pointer context When user space sets an invalid ta type, the pointer context will be empty. So it need to check the pointer context before using it...

0.0021EPSS
SaveExploits0References3
CVE
CVE
added 2024/08/26 10:11 a.m.213 views

CVE-2024-43905

CVE-2024-43905 affects the Linux kernel component drm/amd/pm specifically the vega10_hwmgr . The root cause was a potential null pointer dereference arising from insufficient null-check handling. The published fix adds validation of return values and proper null-pointer handling to prevent derefe...

5.5CVSS7AI score0.00214EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/08/26 10:11 a.m.17 views

CVE-2024-43905 drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference...

6.1AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/08/26 10:11 a.m.9 views

CVE-2024-43905 drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference...

6.9AI score0.00214EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/08/26 10:11 a.m.11 views

CVE-2024-43905

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference...

5.5CVSS5.3AI score0.00214EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/08/26 10:11 a.m.56 views

CVE-2024-43904

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30applyidlepoweroptimizations function. These variables were previously...

5.5CVSS5.5AI score0.00237EPSS
SaveExploits0
OSV
OSV
added 2024/08/26 10:11 a.m.18 views

CVE-2024-43904 drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30applyidlepoweroptimizations function. These variables were previously...

6AI score
SaveExploits0References9
Rows per page
Query Builder