Lucene search
+L

1736 matches found

OSV
OSV
added 2025/12/24 1:16 p.m.9 views

UBUNTU-CVE-2023-54150

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix an out of bounds error in BIOS parser The array is hardcoded to 8 in atomfirmware.h, but firmware provides a bigger one sometimes. Deferencing the larger array causes an out of bounds error. commit 4fc1ba4aa589...

5.7AI score0.00195EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/23 4:28 p.m.14 views

SUSE-SU-2025:4517-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-50253: bpf: make sure skb-len != 0 when redirecting to a tunneling device bsc1249912. - CVE-2023-53676: scsi: target: iscsi: Fix buffer overflow in...

9.8CVSS6.9AI score0.006EPSS
SaveExploits1References164
Microsoft CVE
Microsoft CVE
added 2025/12/18 9:02 a.m.19 views

drm/amd/display: Check NULL before accessing

...

7.8CVSS6.7AI score0.00151EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/12/18 12:00 a.m.9 views

The vulnerability in the kernel module drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110HWSeq.c of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability in the drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110hwseq.c kernel of the Linux operating system is related to the ability to access a null pointer. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.6AI score0.00199EPSS
SaveExploits0References7Affected Software3
SUSE Linux
SUSE Linux
added 2025/12/17 10:53 a.m.10 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 kernel was updated to fix various security issues The following security issues were fixed: CVE-2022-50253: bpf: make sure skb-len != 0 when redirecting to a tunneling device bsc1249912. CVE-2023-53676: scsi: target: iscsi: Fix buffer overflow in...

8.7CVSS7.1AI score0.006EPSS
SaveExploits1References278
SUSE CVE
SUSE CVE
added 2025/12/17 12:30 a.m.6 views

SUSE CVE-2025-40354

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link-enc NULL pointer access why 1. dc-linksMAXLINKS array size smaller than actual requested. maxconnector + maxdpia + 4 virtual = 14. increase from 12 to 14. 2. hwinit access nul...

5.5CVSS6.5AI score0.00148EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/12/17 12:26 a.m.5 views

SUSE CVE-2025-68180

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL deref in debugfs odmcombinesegments When a connector is connected but inactive e.g., disabled by desktop environments, pipectx-streamres.tg will be destroyed. Then, reading odmcombinesegments causes kern...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.6 views

SUSE CVE-2025-68196

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Cache streams targeting link when performing LT automation WHY Last LT automation update can cause crash by referencing currentstate and calling into dcupdateplanesandstream which may clobber currentstate. HOW...

6.6AI score0.00181EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 6:31 p.m.12 views

EUVD-2025-203794

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check NULL before accessing WHAT IGT kmscursorlegacy's long-nonblocking-modeset-vs-cursor-atomic fails with NULL pointer dereference. This can be reproduced with both an eDP panel and a DP monitors connected. BUG...

5.8AI score0.00151EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/16 4:16 p.m.8 views

CVE-2025-68286

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check NULL before accessing WHAT IGT kmscursorlegacy's long-nonblocking-modeset-vs-cursor-atomic fails with NULL pointer dereference. This can be reproduced with both an eDP panel and a DP monitors connected. BUG...

7.8CVSS0.00151EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 3:06 p.m.5 views

CVE-2025-68286 drm/amd/display: Check NULL before accessing

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check NULL before accessing WHAT IGT kmscursorlegacy's long-nonblocking-modeset-vs-cursor-atomic fails with NULL pointer dereference. This can be reproduced with both an eDP panel and a DP monitors connected. BUG...

7.8CVSS6.2AI score
SaveExploits0References10
CVE
CVE
added 2025/12/16 3:06 p.m.50 views

CVE-2025-68286

This CVE (CVE-2025-68286) affects the Linux kernel DRM AMD display path, specifically the dc_stream_get_scanoutpos function in amdgpu. A NULL pointer dereference can occur in IGT kms_cursor_legacy long-nonblocking-modeset-vs-cursor-atomic when an eDP and DP monitor are connected, leading to a ker...

7.8CVSS5.9AI score0.00151EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/16 3:06 p.m.40 views

CVE-2025-68286 drm/amd/display: Check NULL before accessing

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check NULL before accessing WHAT IGT kmscursorlegacy's long-nonblocking-modeset-vs-cursor-atomic fails with NULL pointer dereference. This can be reproduced with both an eDP panel and a DP monitors connected. BUG...

7.8CVSS0.00151EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/16 2:15 p.m.9 views

CVE-2025-40354

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link-enc NULL pointer access why 1. dc-linksMAXLINKS array size smaller than actual requested. maxconnector + maxdpia + 4 virtual = 14. increase from 12 to 14. 2. hwinit access nul...

7.8CVSS0.00148EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 2:15 p.m.11 views

UBUNTU-CVE-2025-68180

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL deref in debugfs odmcombinesegments When a connector is connected but inactive e.g., disabled by desktop environments, pipectx-streamres.tg will be destroyed. Then, reading odmcombinesegments causes kern...

5.7AI score0.00193EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.7 views

CVE-2025-68196

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Cache streams targeting link when performing LT automation WHY Last LT automation update can cause crash by referencing currentstate and calling into dcupdateplanesandstream which may clobber currentstate. HOW...

5.7AI score0.00181EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.7 views

CVE-2025-40354

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link-enc NULL pointer access why 1. dc-linksMAXLINKS array size smaller than actual requested. maxconnector + maxdpia + 4 virtual = 14. increase from 12 to 14. 2. hwinit access nul...

7.8CVSS5.8AI score0.00148EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/16 1:43 p.m.46 views

CVE-2025-68196 drm/amd/display: Cache streams targeting link when performing LT automation

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Cache streams targeting link when performing LT automation WHY Last LT automation update can cause crash by referencing currentstate and calling into dcupdateplanesandstream which may clobber currentstate. HOW...

0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:43 p.m.10 views

CVE-2025-68196 drm/amd/display: Cache streams targeting link when performing LT automation

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Cache streams targeting link when performing LT automation WHY Last LT automation update can cause crash by referencing currentstate and calling into dcupdateplanesandstream which may clobber currentstate. HOW...

6.5AI score
SaveExploits0References5
OSV
OSV
added 2025/12/16 1:42 p.m.6 views

CVE-2025-68180 drm/amd/display: Fix NULL deref in debugfs odm_combine_segments

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL deref in debugfs odmcombinesegments When a connector is connected but inactive e.g., disabled by desktop environments, pipectx-streamres.tg will be destroyed. Then, reading odmcombinesegments causes kern...

6.2AI score
SaveExploits0References6
Rows per page
Query Builder