Lucene search
+L

1288 matches found

CVE
CVE
added 2025/02/10 3:58 p.m.126 views

CVE-2024-57950

The CVE-2024-57950 entry concerns the Linux kernel drm/amd/display path, where a defect caused denominators used in calculations to potentially be uninitialized or set to zero, risking division by zero. The resolved description states the fix: initialize denominator defaults to 1 to avoid DIVIDE_...

5.5CVSS4.6AI score0.00176EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2025/02/10 12:00 a.m.6 views

Linux kernel 安全漏洞

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, which originates in the drm/amd/display component, where a variable used as the denominator may not be initialized to a...

5.5CVSS6AI score0.00176EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:00 a.m.10 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-49896)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-49896 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:00 a.m.14 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-46818)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-46818 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check gpioid before use...

7.8CVSS6AI score0.00267EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:00 a.m.7 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-26913)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-26913 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dcn35 8k30...

7.8CVSS6.2AI score0.0025EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.4 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix bounds check for dcn35 DcfClocks Why NumFclkLevelsEnabled is used for DcfClocks bounds check instead of designated NumDcfClkLevelsEnabled. That can cause array index out-of-bounds access. How Use designated...

7.8CVSS6.5AI score
SaveExploits0References1
AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.6 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams Why The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 streams internally from DM to DC. This state backup...

5.5CVSS6.6AI score0.0023EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/02/03 12:00 a.m.20 views

PT-2025-14366

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns out-of-bound accesses in the Linux kernel, specifically in the drm/amd/display component. The problem arises because hpo stream to link encoder mapping has a size of M...

7.1CVSS5.5AI score0.00196EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:00 a.m.32 views

drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp

...

5.5CVSS6.9AI score0.00219EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:00 a.m.12 views

drm/amd/display: Adjust VSDB parser for replay feature

...

7.3CVSS7.5AI score0.00245EPSS
SaveExploits0
OSV
OSV
added 2025/01/19 12:15 p.m.9 views

UBUNTU-CVE-2024-57922

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add check for granularity in dml ceil/floor helpers Why Wrapper functions for dcnbwceil2 and dcnbwfloor2 should check for granularity is non zero to avoid assert and divide-by-zero error in dcnbw functions. How A...

5.5CVSS6.2AI score0.00255EPSS
SaveExploits0References29
OSV
OSV
added 2025/01/19 11:52 a.m.15 views

CVE-2024-57919 drm/amd/display: fix divide error in DM plane scale calcs

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix divide error in DM plane scale calcs dmgetplanescale doesn't take into account plane scaled size equal to zero, leading to a kernel oops due to division by zero. Fix by setting out-scale size as zero when the...

5.5CVSS5.9AI score
SaveExploits0References5
OSV
OSV
added 2025/01/13 11:55 p.m.27 views

CLSA-2025-1736778412 kernel: Fix of 17 CVEs

tracing: Free buffers when a used dynamic event is removed CVE-2022-49006 - ASoC: ops: Check bounds for second channel in sndsocputvolswsx CVE-2022-48951 - ext4: fix slab-use-after-free in ext4splitextentat CVE-2024-49884 - ext4: fix bug on in ext4escacheextent as ext4splitextentat failed...

8.8CVSS6.9AI score0.00591EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/01/10 12:00 a.m.22 views

PT-2025-6058

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue is related to variables used as denominators in the drm/amd/display module, which should be initialized to non-zero value...

7.8CVSS6.3AI score0.00623EPSS
SaveExploits1References70
SUSE CVE
SUSE CVE
added 2025/01/09 12:20 a.m.6 views

SUSE CVE-2024-56784

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Adding array index check to prevent memory corruption Why & How Array indices out of bound caused memory corruption. Adding checks to ensure that array index stays in bound...

7.8CVSS7.7AI score0.00202EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/08 6:15 p.m.23 views

CVE-2024-56784

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Adding array index check to prevent memory corruption Why & How Array indices out of bound caused memory corruption. Adding checks to ensure that array index stays in bound...

7.8CVSS0.00202EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/08 6:15 p.m.10 views

AZL-55310 CVE-2024-56775 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix handling of plane refcount Why The mechanism to backup and restore plane states doesn't maintain refcount, which can cause issues if the refcount of the plane changes in between backup and restore operations,...

7.8CVSS6.7AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/08 6:15 p.m.9 views

UBUNTU-CVE-2024-56775

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix handling of plane refcount Why The mechanism to backup and restore plane states doesn't maintain refcount, which can cause issues if the refcount of the plane changes in between backup and restore operations,...

7.8CVSS6.5AI score0.00205EPSS
SaveExploits0References19
OSV
OSV
added 2025/01/08 6:15 p.m.8 views

UBUNTU-CVE-2024-56784

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Adding array index check to prevent memory corruption Why & How Array indices out of bound caused memory corruption. Adding checks to ensure that array index stays in bound...

7.8CVSS6.5AI score0.00202EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/01/08 5:52 p.m.3 views

CVE-2024-56784 drm/amd/display: Adding array index check to prevent memory corruption

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Adding array index check to prevent memory corruption Why & How Array indices out of bound caused memory corruption. Adding checks to ensure that array index stays in bound...

7.8CVSS6.1AI score0.00202EPSS
SaveExploits0References2
Rows per page
Query Builder