Lucene search
+L

11877 matches found

Nvidia
Nvidia
added 2024/10/22 12:00 a.m.168 views

Security Bulletin: NVIDIA GPU Display Driver - October 2024

NVIDIA has released a software security update for NVIDIA GPU Display Driver to address the issues that are disclosed in this bulletin. To protect your system, download and install this software update through the NVIDIA Driver Downloads page or, for the vGPU software and Cloud Gaming updates,...

8.2CVSS8.3AI score0.00415EPSS
SaveExploits0Affected Software3
Positive Technologies
Positive Technologies
added 2024/10/22 12:00 a.m.8 views

PT-2024-7978 · Nvidia · Nvidia Windows Gpu Display Driver

Name of the Vulnerable Software and Affected Versions: NVIDIA GPU Display Driver for Windows affected versions not specified Description: The issue is related to an out-of-bounds read in the user mode layer of the NVIDIA GPU Display Driver for Windows. This could allow an unprivileged user to cau...

7.8CVSS7.5AI score0.00415EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/10/22 12:00 a.m.14 views

PT-2025-3331

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns memory corruption caused by array indices being out of bounds. To address this, checks have been added to ensure array indices stay within bounds, specifically in the...

7.8CVSS6.8AI score0.00765EPSS
SaveExploits0References346
RedhatCVE
RedhatCVE
added 2024/10/21 11:36 p.m.23 views

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.5CVSS6.9AI score0.00238EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 11:07 p.m.18 views

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.8CVSS7.8AI score0.00327EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 10:40 p.m.14 views

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.9AI score0.00249EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 10:38 p.m.17 views

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.8AI score0.00257EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 10:07 p.m.15 views

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.5CVSS6.8AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 10:07 p.m.12 views

CVE-2024-49906

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before try to access it why & how Change the order of the pipectx-planestate check to ensure that planestate is not null before accessing it...

5.5CVSS6.9AI score0.00244EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 10:07 p.m.21 views

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.8AI score0.00264EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 9:40 p.m.12 views

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.5CVSS6.9AI score0.00237EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.17 views

CVE-2024-50049

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se WHAT & HOW se is null checked previously in the same function, indicating it might be null; therefore, it must be checked when used again. This fixes 1 FORWARDNULL issue...

5.5CVSS0.00222EPSS
SaveExploits0References8
OSV
OSV
added 2024/10/21 8:15 p.m.19 views

AZL-50845 CVE-2024-50049 affecting package kernel for versions less than 6.6.57.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se WHAT & HOW se is null checked previously in the same function, indicating it might be null; therefore, it must be checked when used again. This fixes 1 FORWARDNULL issue...

5.5CVSS6.3AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.1 views

DEBIAN-CVE-2024-50049

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se WHAT & HOW se is null checked previously in the same function, indicating it might be null; therefore, it must be checked when used again. This fixes 1 FORWARDNULL issue...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.20 views

AZL-50872 CVE-2024-50049 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 null pointer before dereferencing se WHAT & HOW se is null checked previously in the same function, indicating it might be null; therefore, it must be checked when used again. This fixes 1 FORWARDNULL issue...

5.5CVSS6.3AI score0.00222EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 8:15 p.m.26 views

CVE-2024-50037

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Only cleanup deferred I/O if necessary Commit 5a498d4d06d6 "drm/fbdev-dma: Only install deferred I/O if necessary" initializes deferred I/O only if it is used. drmfbdevdmafbdestroy however calls fbdeferrediocleanup...

5.5CVSS0.00188EPSS
SaveExploits0References2
NVD
NVD
added 2024/10/21 8:15 p.m.24 views

CVE-2022-48979

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix array index out of bound error in DCN32 DML Why&How LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fix the error by changing the array declaration to us...

7.8CVSS0.00217EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 8:15 p.m.11 views

DEBIAN-CVE-2022-48979

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix array index out of bound error in DCN32 DML Why&How LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fix the error by changing the array declaration to us...

5.5CVSS4.8AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.12 views

AZL-51383 CVE-2022-48979 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix array index out of bound error in DCN32 DML Why&How LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fix the error by changing the array declaration to us...

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

UBUNTU-CVE-2022-48979

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix array index out of bound error in DCN32 DML Why&How LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fix the error by changing the array declaration to us...

7.8CVSS5.7AI score0.00217EPSS
SaveExploits0References5
Rows per page
Query Builder