Lucene search
+L

1713 matches found

Cvelist
Cvelist
added 2025/07/25 12:47 p.m.20 views

CVE-2025-38361 drm/amd/display: Check dce_hwseq before dereferencing it

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check dcehwseq before dereferencing it WHAT hws was checked for null earlier in dce110blankstream, indicating hws can be null, and should be checked whenever it is used. cherry picked from commit...

0.00199EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/07/09 11:22 p.m.5 views

SUSE CVE-2025-38254

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add sanity checks for drmedidraw When EDID is retrieved via drmedidraw, it doesn't guarantee to return proper EDID bytes the caller wants: it may be either NULL that leads to an Oops or with too long bytes over t...

5.5CVSS6.5AI score0.00123EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/07/09 10:42 a.m.14 views

CVE-2025-38254

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add sanity checks for drmedidraw When EDID is retrieved via drmedidraw, it doesn't guarantee to return proper EDID bytes the caller wants: it may be either NULL that leads to an Oops or with too long bytes over t...

5.5CVSS5.3AI score0.00123EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/07 11:23 p.m.5 views

SUSE CVE-2025-38205

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 Why If the dummy values in populatedummydmlsurfacecfg aren't updated then they can lead to a divide by zero in downstream callers like CalculateVMAndRowBytes...

5.5CVSS6.5AI score0.00132EPSS
SaveExploits0References22
NVD
NVD
added 2025/07/04 2:15 p.m.10 views

CVE-2025-38205

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 Why If the dummy values in populatedummydmlsurfacecfg aren't updated then they can lead to a divide by zero in downstream callers like CalculateVMAndRowBytes...

5.5CVSS0.00132EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/04 1:37 p.m.7 views

CVE-2025-38205 drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 Why If the dummy values in populatedummydmlsurfacecfg aren't updated then they can lead to a divide by zero in downstream callers like CalculateVMAndRowBytes...

6AI score
SaveExploits0References5
OSV
OSV
added 2025/07/03 9:15 a.m.1 views

DEBIAN-CVE-2025-38098

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Don't treat wb connector as physical in createvalidatestreamforsink Don't try to operate on a drmwbconnector as an amdgpudmconnector. While dereferencing aconnector-base will "work" it's wrong and might lead to...

5.5CVSS5.3AI score0.00167EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/03 9:15 a.m.12 views

CVE-2025-38098

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Don't treat wb connector as physical in createvalidatestreamforsink Don't try to operate on a drmwbconnector as an amdgpudmconnector. While dereferencing aconnector-base will "work" it's wrong and might lead to...

7.8CVSS0.00167EPSS
SaveExploits0References3
CVE
CVE
added 2025/07/03 8:13 a.m.102 views

CVE-2025-38098

The CVE-2025-38098 issue affects the Linux kernel DRM AMD display stack. It centers on treating a wb (writeback) connector as physical in create_validate_stream_for_sink, and incorrect handling when operating on a drm_wb_connector as an amdgpu_dm_connector. The description notes that dereferencin...

7.8CVSS6.9AI score0.00167EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:13 a.m.27 views

CVE-2025-38098 drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Don't treat wb connector as physical in createvalidatestreamforsink Don't try to operate on a drmwbconnector as an amdgpudmconnector. While dereferencing aconnector-base will "work" it's wrong and might lead to...

7.8CVSS0.00167EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/07/03 12:00 a.m.13 views

Vulnerability of the dcn20_program_pipe() function in the drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c kernel of the Linux operating system, allowing a hacker to trigger a service failure

The vulnerability of the dcn20programpipe function in the drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20hwseq.c file of the Linux kernel is related to pointer arithmetic errors. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00216EPSS
SaveExploits0References6Affected Software3
CVE
CVE
added 2025/07/02 2:43 p.m.92 views

CVE-2025-38091

CVE-2025-38091 affects the Linux kernel’s AMD display stack. It fixes a false positive warning in drm/amd/display when querying plane_id in DML21, which could trigger a warning during mode1 reset. The issue arises from insufficient checks in dml2_map_dc_pipes and is resolved by a patch cherry-pic...

7.8CVSS6.4AI score0.00146EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2025/06/20 9:30 a.m.8 views

CVE-2022-50079

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check correct bounds for stream encoder instances for DCN303 Why & How engid for DCN303 cannot be more than 1, since we have only two instances of stream encoders. Check the correct boundary condition for engine ...

6.5CVSS7.3AI score0.00234EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.15 views

SUSE CVE-2022-49969

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: clear optc underflow before turn off odm clock Why After ODM clock off, optc underflow bit will be kept there always and clear not work. We need to clear that before clock off. How Clear that if have when clock o...

3.3CVSS6.3AI score0.00249EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/06/19 3:16 a.m.9 views

SUSE CVE-2025-38021

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check of pipectx-planestate for updatedchubpdpp Similar to commit 6a057072ddd1 "drm/amd/display: Fix null check for pipectx-planestate in dcn20programpipe" that addresses a null pointer dereference on...

5.5CVSS6.4AI score0.0014EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:13 a.m.6 views

SUSE CVE-2025-38080

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Increase blocksequence array size Why It's possible to generate more than 50 steps in hwssbuildfastsequence, for example with a 6-pipe asic where all pipes are in one MPC chain. This overflows the blocksequence...

5.5CVSS8AI score0.00153EPSS
SaveExploits0References16
OSV
OSV
added 2025/06/18 11:15 a.m.7 views

DEBIAN-CVE-2022-50079

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check correct bounds for stream encoder instances for DCN303 Why & How engid for DCN303 cannot be more than 1, since we have only two instances of stream encoders. Check the correct boundary condition for engine ...

7.1CVSS5.3AI score0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.11 views

CVE-2022-49969

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: clear optc underflow before turn off odm clock Why After ODM clock off, optc underflow bit will be kept there always and clear not work. We need to clear that before clock off. How Clear that if have when clock o...

7.8CVSS0.00249EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/06/18 11:02 a.m.17 views

CVE-2022-50079

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check correct bounds for stream encoder instances for DCN303 Why & How engid for DCN303 cannot be more than 1, since we have only two instances of stream encoders. Check the correct boundary condition for engine ...

7.1CVSS5.3AI score0.00234EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:00 a.m.16 views

CVE-2022-49969

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: clear optc underflow before turn off odm clock Why After ODM clock off, optc underflow bit will be kept there always and clear not work. We need to clear that before clock off. How Clear that if have when clock o...

7.8CVSS5.2AI score0.00249EPSS
SaveExploits0
Rows per page
Query Builder