Lucene search
+L

131 matches found

SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.9 views

SUSE CVE-2024-49896

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

5.5CVSS6.3AI score0.00264EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/10/23 2:51 a.m.6 views

SUSE CVE-2024-49915

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr in dcn32inithw This commit addresses a potential null pointer dereference issue in the dcn32inithw function. The issue could occur when dc-clkmgr is null. The fix adds a check to ensure...

5.5CVSS7.2AI score0.00238EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/10/23 2:51 a.m.16 views

SUSE CVE-2024-49917

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn30inithw This commit addresses a potential null pointer dereference issue in the dcn30inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

5.5CVSS7.2AI score0.00238EPSS
SaveExploits0References18
OSV
OSV
added 2024/10/21 6:15 p.m.2 views

DEBIAN-CVE-2024-49919

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn201acquirefreepipeforlayer This commit addresses a potential null pointer dereference issue in the dcn201acquirefreepipeforlayer function. The issue could occur when headpipe is...

5.5CVSS5.6AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.14 views

AZL-51053 CVE-2024-49905 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmplanehandlecursorupdate v2 This commit adds a null check for the 'afb' variable in the amdgpudmplanehandlecursorupdate function. Previously, 'afb' was assumed to be null, but w...

5.5CVSS6.7AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.3 views

DEBIAN-CVE-2024-49908

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmupdatecursor v2 This commit adds a null check for the 'afb' variable in the amdgpudmupdatecursor function. Previously, 'afb' was assumed to be null at line 8388, but was used...

5.5CVSS5.3AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.0 views

DEBIAN-CVE-2024-49913

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for toppipetoprogram in commitplanesforstream This commit addresses a null pointer dereference issue in the commitplanesforstream function at line 4140. The issue could occur when toppipetoprogram ...

5.5CVSS5.6AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.10 views

AZL-51095 CVE-2024-49908 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmupdatecursor v2 This commit adds a null check for the 'afb' variable in the amdgpudmupdatecursor function. Previously, 'afb' was assumed to be null at line 8388, but was used...

5.5CVSS5.9AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.3 views

DEBIAN-CVE-2024-49912

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Handle null 'streamstatus' in 'planeschangedforexistingstream' This commit adds a null check for 'streamstatus' in the function 'planeschangedforexistingstream'. Previously, the code assumed 'streamstatus' could ...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

AZL-51067 CVE-2024-49908 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmupdatecursor v2 This commit adds a null check for the 'afb' variable in the amdgpudmupdatecursor function. Previously, 'afb' was assumed to be null at line 8388, but was used...

5.5CVSS5.9AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.8 views

AZL-51177 CVE-2024-49912 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Handle null 'streamstatus' in 'planeschangedforexistingstream' This commit adds a null check for 'streamstatus' in the function 'planeschangedforexistingstream'. Previously, the code assumed 'streamstatus' could ...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.7 views

DEBIAN-CVE-2024-49914

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for pipectx-planestate in dcn20programpipe This commit addresses a null pointer dereference issue in the dcn20programpipe function. The issue could occur when pipectx-planestate is null. The fix ad...

5.5CVSS5.6AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.10 views

AZL-51096 CVE-2024-49896 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

5.5CVSS6.7AI score0.00264EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.5 views

DEBIAN-CVE-2024-49896

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

5.5CVSS5.7AI score0.00264EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.10 views

DEBIAN-CVE-2024-49894

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in degamma hardware format translation Fixes index out of bounds issue in cmhelpertranslatecurvetodegammahwformat function. The issue could occur when the index 'i' exceeds the number of...

7.8CVSS6.5AI score0.00327EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.9 views

UBUNTU-CVE-2024-49908

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmupdatecursor v2 This commit adds a null check for the 'afb' variable in the amdgpudmupdatecursor function. Previously, 'afb' was assumed to be null at line 8388, but was used...

5.5CVSS5.7AI score0.00206EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 6:15 p.m.7 views

UBUNTU-CVE-2024-49896

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References43
OSV
OSV
added 2024/10/21 6:15 p.m.10 views

UBUNTU-CVE-2024-49905

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmplanehandlecursorupdate v2 This commit adds a null check for the 'afb' variable in the amdgpudmplanehandlecursorupdate function. Previously, 'afb' was assumed to be null, but w...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References23
OSV
OSV
added 2024/10/21 6:15 p.m.5 views

UBUNTU-CVE-2024-49989

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix double free issue during amdgpu module unload Flexible endpoints use DIGs from available inflexible endpoints, so only the encoders of inflexible links need to be freed. Otherwise, a double free issue may occ...

7.8CVSS6.5AI score0.00249EPSS
SaveExploits0References32
OSV
OSV
added 2024/10/21 6:15 p.m.9 views

UBUNTU-CVE-2024-49918

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn32acquireidlepipeforheadpipeinlayer This commit addresses a potential null pointer dereference issue in the dcn32acquireidlepipeforheadpipeinlayer function. The issue could occur...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References21
Rows per page
Query Builder