Lucene search
+L

1721 matches found

SUSE CVE
SUSE CVE
added 2024/10/26 3:02 a.m.4 views

SUSE CVE-2024-49907

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using dc-clkmgr WHY & HOW dc-clkmgr is null checked previously in the same function, indicating it might be null. Passing "dc" to "dc-hwss.applyidlepoweroptimizations", which dereferenc...

5.5CVSS6.3AI score0.00243EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/10/26 3:02 a.m.10 views

SUSE CVE-2024-49911

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn20setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn20setoutputtransferfunc function. Previously, setoutputgamma was...

5.5CVSS7.2AI score0.00238EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/10/26 3:02 a.m.5 views

SUSE 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.5CVSS6.4AI score0.00238EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/10/26 3:02 a.m.5 views

SUSE CVE-2024-49921

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before used WHAT & HOW Poniters, such as dc-clkmgr, are null checked previously in the same function, so Coverity warns "implies that "dc-clkmgr" might be null". As a result, these pointers ne...

5.5CVSS7.7AI score0.00211EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/10/26 3:02 a.m.11 views

SUSE CVE-2024-49922

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them WHAT & HOW These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when...

5.5CVSS7.1AI score0.00235EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/10/26 3:02 a.m.4 views

SUSE CVE-2024-49923

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20validateapplypipesplitflags WHAT & HOW "dcn20validateapplypipesplitflags" dereferences merge, and thus it cannot be a null pointer. Let's pass a valid pointer to avoid null dereference. This...

5.5CVSS7.3AI score0.00237EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/10/25 3:07 a.m.11 views

SUSE 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.5CVSS6.3AI score0.00248EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/10/25 3:07 a.m.5 views

SUSE CVE-2024-49920

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before multiple uses WHAT & HOW Poniters, such as streamenc and dc-bwvbios, are null checked previously in the same function, so Coverity warns "implies that streamenc and dc-bwvbios might be...

5.5CVSS7.8AI score0.00216EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/10/25 3:06 a.m.4 views

SUSE CVE-2024-49972

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

5.8CVSS7.7AI score0.00211EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.4 views

SUSE CVE-2024-49892

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize getbytesperelement's default to 1 Variables, used as denominators and maybe not assigned to other values, should not be 0. bytesperelementy & bytesperelementc are initialized by getbytesperelement whic...

5.5CVSS6.5AI score0.00257EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.5 views

SUSE CVE-2024-49898

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null-initialized variables WHAT & HOW drrtiming and subvppipe are initialized to null and they are not always assigned new values. It is necessary to check for null before dereferencing. This fixes 2...

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

SUSE CVE-2024-49916

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

5.5CVSS7.7AI score0.00206EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/23 2:51 a.m.4 views

SUSE 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.5CVSS7.2AI score0.00237EPSS
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2024/10/22 4:43 p.m.15 views

CVE-2024-49899

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominators' default to 1 WHAT & HOW Variables used as denominators and maybe not assigned to other values, should not be 0. Change their default to 1 so they are never 0. This fixes 10 DIVIDEBYZERO...

5.5CVSS6.9AI score0.00262EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 3:11 p.m.14 views

CVE-2024-49922

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them WHAT & HOW These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when...

5.5CVSS6.7AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 2:44 p.m.8 views

CVE-2024-49911

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn20setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn20setoutputtransferfunc function. Previously, setoutputgamma was...

5.5CVSS6.8AI score0.00238EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 2:43 p.m.13 views

CVE-2024-49893

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check streamstatus before it is used WHAT & HOW dcstategetstreamstatus can return null, and therefore null must be checked before streamstatus is used. This fixes 1 NULLRETURNS issue reported by Coverity...

5.5CVSS6.9AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 2:11 p.m.15 views

CVE-2024-49971

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Increase array size of dummyboolean WHY dml2coresharedmodesupport and dmlcoremodesupport access the third element of dummyboolean, i.e. hwdebug5 = &s-;dummyboolean2, when dummyboolean has size of 2. Any assignmen...

4.4CVSS6.9AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 2:09 p.m.14 views

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.9AI score0.00237EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 1:43 p.m.15 views

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.5CVSS6.9AI score0.00248EPSS
SaveExploits0References4
Rows per page
Query Builder