Lucene search
+L

8468 matches found

CVE
CVE
added 2024/02/28 8:13 a.m.6062 views

CVE-2021-47042

CVE-2021-47042: Linux kernel drm/amd/display fixes a memory leak in dc_link_construct() by freeing local data after use. The description includes stack backtrace and memory object details; no connected documents with exploit specifics are provided, monitor for updates and apply upstream fix when ...

5.5CVSS6.3AI score0.00205EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.35 views

CVE-2021-47042 drm/amd/display: Free local data after use

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Free local data after use Fixes the following memory leak in dclinkconstruct: unreferenced object 0xffffa03e81471400 size 1024: comm "amdmoduleload", pid 2486, jiffies 4294946026 age 10.544s hex dump first 32...

6.5AI score0.00205EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.55 views

CVE-2021-47042

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Free local data after use Fixes the following memory leak in dclinkconstruct: unreferenced object 0xffffa03e81471400 size 1024: comm "amdmoduleload", pid 2486, jiffies 4294946026 age 10.544s hex dump first 32...

5.5CVSS4.6AI score0.00205EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.17 views

CVE-2021-46976 drm/i915: Fix crash in auto_retire

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix crash in autoretire The retire logic uses the 2 lower bits of the pointer to the retire function to store flags. However, the autoretire function is not guaranteed to be aligned to a multiple of 4, which causes...

6.8AI score0.00232EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/02/27 3:56 a.m.7 views

SUSE CVE-2023-52460

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/02/27 3:56 a.m.5 views

SUSE CVE-2023-52461

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drmschedentityinit--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the...

5.5CVSS7.7AI score0.00458EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/26 5:20 p.m.10869 views

CVE-2019-25161

Connected sources reference CVE-2019-25161 (Linux kernel) as related to a memory leak in the dcn_create_resource_pool function, indicating a vulnerability in memory management potentially enabling denial of service. Details specify the issue in the Linux kernel’s dcn_create_resource_pool path wit...

6.8AI score
SaveExploits0
OSV
OSV
added 2024/02/26 4:27 p.m.2 views

DEBIAN-CVE-2023-52470

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the allocworkqueue return value in radeoncrtcinit check the allocworkqueue return value in radeoncrtcinit to avoid null-ptr-deref...

5.5CVSS5.3AI score0.00292EPSS
SaveExploits0References1
CVE
CVE
added 2024/02/25 8:16 a.m.1325 views

CVE-2023-52470

CVE-2023-52470: Linux kernel vulnerability fixed in drm/radeon driver. The issue was a potential NULL pointer dereference in radeon_crtc_init() if the alloc_workqueue call failed. The published fix adds a check for the alloc_workqueue return value to avoid dereferencing a NULL pointer. Affected c...

5.5CVSS6.6AI score0.00292EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2024/02/24 11:43 a.m.20 views

CVE-2023-52461

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drmschedentityinit--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the...

5.5CVSS6.4AI score0.00458EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/23 3:15 p.m.39 views

CVE-2023-52460

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

5.5CVSS5.3AI score0.00191EPSS
SaveExploits0References2
NVD
NVD
added 2024/02/23 3:15 p.m.26 views

CVE-2023-52461

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drmschedentityinit--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the...

7.8CVSS6.3AI score0.00458EPSS
SaveExploits0References2
Prion
Prion
added 2024/02/23 3:15 p.m.23 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

7.3AI score0.00191EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/23 3:15 p.m.11 views

UBUNTU-CVE-2023-52461

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drmschedentityinit--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the...

7.8CVSS5.9AI score0.00458EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/23 3:15 p.m.21 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drmschedentityinit--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the...

7.3AI score0.00458EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/23 3:15 p.m.13 views

UBUNTU-CVE-2023-52460

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

5.5CVSS5.7AI score0.00191EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/23 2:46 p.m.20 views

CVE-2023-52461 drm/sched: Fix bounds limiting when given a malformed entity

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drmschedentityinit--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the...

6.7AI score0.00458EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/02/23 2:46 p.m.40 views

CVE-2023-52461 drm/sched: Fix bounds limiting when given a malformed entity

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drmschedentityinit--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the...

7.8CVSS6.6AI score0.00458EPSS
SaveExploits0References2
CVE
CVE
added 2024/02/23 2:46 p.m.6001 views

CVE-2023-52461

CVE-2023-52461 affects the Linux kernel DRM scheduler component (drm/sched). A malformed drm_sched_entity_init() could cause an out-of-bounds priority value to be clamped incorrectly due to a flawed bound-setting expression; this has been fixed. The vulnerability is categorized with locally explo...

7.8CVSS5.6AI score0.00458EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/02/23 2:46 p.m.22 views

CVE-2023-52461

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix bounds limiting when given a malformed entity If we're given a malformed entity in drmschedentityinit--shouldn't happen, but we verify--with out-of-bounds priority value, we set it to an allowed value. Fix the...

7.8CVSS7.4AI score0.00458EPSS
SaveExploits0
Rows per page
Query Builder