Lucene search
+L

1224 matches found

CVE
CVE
added 2024/06/19 1:35 p.m.119 views

CVE-2024-38552

The CVE-2024-38552 issue affects the Linux kernel DRM/AMD display path, specifically the color transformation function. A potential index out-of-bounds can occur when i exceeds TRANSFER_FUNC_POINTS, risking buffer overflow in output_tf->tf_pts.red/green/blue. The fix adds a bounds check for i,...

7.8CVSS8.8AI score0.00297EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2024/06/19 1:35 p.m.29 views

CVE-2024-38552

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential index out of bounds in color transformation function Fixes index out of bounds issue in the color transformation function. The issue could occur when the index 'i' exceeds the number of transfer...

7.8CVSS6AI score0.00297EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/06/11 12:0 a.m.9 views

PT-2024-32190

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel, specifically the drm/amd/display component. It involves validating function returns to ensure that data is not used in subsequent functions...

5.5CVSS5.5AI score0.00194EPSS
SaveExploits0
NVD
NVD
added 2024/06/08 1:15 p.m.32 views

CVE-2024-36969

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix division by zero in setupdscconfig When sliceheight is 0, the division by sliceheight in the calculation of the number of slices will cause a division by zero driver crash. This leaves the kernel in a state...

5.5CVSS0.00213EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/06/08 1:15 p.m.26 views

CVE-2024-36969

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix division by zero in setupdscconfig When sliceheight is 0, the division by sliceheight in the calculation of the number of slices will cause a division by zero driver crash. This leaves the kernel in a state...

5.5CVSS6.1AI score0.00213EPSS
SaveExploits0References21
CVE
CVE
added 2024/06/08 12:53 p.m.117 views

CVE-2024-36969

The CVE-2024-36969 issue affects the Linux kernel drm/amd/display component, specifically a division-by-zero in setup_dsc_config when slice_height is 0, which could crash the amdgpu driver and reboot the system. The patch introduces a guard to avoid dividing by zero (dc_dsc.c:1053; dc_dsc_compute...

5.5CVSS6.6AI score0.00213EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/06/08 12:53 p.m.24 views

CVE-2024-36969 drm/amd/display: Fix division by zero in setup_dsc_config

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix division by zero in setupdscconfig When sliceheight is 0, the division by sliceheight in the calculation of the number of slices will cause a division by zero driver crash. This leaves the kernel in a state...

5.5CVSS5.6AI score0.00213EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/06/08 12:0 a.m.3 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a security issue in drm/amd/display that could cause the driver to crash...

5.5CVSS6.3AI score0.00213EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/06/06 12:0 a.m.11 views

PT-2024-32193

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the drm/amd/display component in the Linux kernel, where the UnboundedRequestEnabled value is a pointer dml bool t UnboundedRequestEnabled and is checked as an...

5.5CVSS5.5AI score0.00192EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/03 1:32 p.m.33 views

CVE-2024-36897

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Atom Integrated System Info v22 for DCN35 New request from KMD/VBIOS in order to support new UMA carveout model. This fixes a null dereference from accessing Ctx-dcbios-integratedinfo while it was NULL. DAL parse...

4.4CVSS6.5AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/03 1:12 p.m.23 views

CVE-2024-36914

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable WHY dynamic memory safety error detector KASAN catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain...

4.4CVSS6.8AI score0.00248EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/03 9:2 a.m.19 views

CVE-2024-36026

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 While doing multiple S4 stress tests, GC/RLC/PMFW get into an invalid state resulting into hard hangs. Adding a GFX reset as workaround just before sending the MP1UNLOAD...

4.1CVSS6.6AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/03 9:2 a.m.22 views

CVE-2024-36024

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable idle reallow as part of command/gpint execution Why Workaroud for a race condition where DMCUB is in the process of committing to IPS1 during the handshake causing us to miss the transition into IPS2 and...

4.1CVSS6.6AI score0.00159EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/30 4:15 p.m.25 views

CVE-2024-36914

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable WHY dynamic memory safety error detector KASAN catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.27 views

CVE-2024-36897

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Atom Integrated System Info v22 for DCN35 New request from KMD/VBIOS in order to support new UMA carveout model. This fixes a null dereference from accessing Ctx-dcbios-integratedinfo while it was NULL. DAL parse...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/30 4:15 p.m.5 views

UBUNTU-CVE-2024-36914

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable WHY dynamic memory safety error detector KASAN catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain...

7.8CVSS6.5AI score0.00248EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.21 views

CVE-2024-36914

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable WHY dynamic memory safety error detector KASAN catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.44 views

CVE-2024-36914 drm/amd/display: Skip on writeback when it's not applicable

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable WHY dynamic memory safety error detector KASAN catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain...

6.7AI score0.00248EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/30 3:29 p.m.127 views

CVE-2024-36914

CVE-2024-36914 refers to a Linux kernel issue in drm/amd/display: writeback paths were incorrectly handled for DRM_MODE_CONNECTOR_WRITEBACK, causing KASAN slab-out-of-bounds messages. The root cause is a dynamic memory safety error detector triggering when writeback connectors do not initialize c...

7.8CVSS7AI score0.00248EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.16 views

CVE-2024-36914 drm/amd/display: Skip on writeback when it's not applicable

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable WHY dynamic memory safety error detector KASAN catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain...

7.1AI score0.00248EPSS
SaveExploits0References4
Rows per page
Query Builder