Lucene search
+L

1715 matches found

SUSE Linux
SUSE Linux
added 2025/03/18 3:03 p.m.0 views

Security update for the Linux Kernel (Live Patch 29 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024128 fixes several issues. The following security issues were fixed: CVE-2024-46818: drm/amd/display: Check gpioid before used as array index bsc1231204. CVE-2024-46815: drm/amd/display: Check numvalidsets before accessing readerwmsets bsc1231196...

8.6CVSS8.3AI score0.00809EPSS
SaveExploits0References20
SUSE Linux
SUSE Linux
added 2025/03/18 4:33 a.m.4 views

Security update for the Linux Kernel (Live Patch 48 for SLE 15 SP3)

This update for the Linux Kernel 5.3.18-15030059174 fixes several issues. The following security issues were fixed: CVE-2024-46818: drm/amd/display: Check gpioid before used as array index bsc1231204. CVE-2024-50302: HID: core: zero-initialize the report buffer bsc1233679. CVE-2022-48911: kabi: a...

8.5CVSS8.3AI score0.00809EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2024-49970

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Implement bounds check for stream encoder creation in DCN401 'streamencregs' array is an array of dcn10streamencregisters structures. The array...

5.5CVSS6.3AI score0.0022EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2024-50049

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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; therefor...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2024-57918

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix page fault due to max surface definition mismatch DC driver is using tw...

7.8CVSS5.5AI score0.00187EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2024-49915

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Add NULL check for clkmgr in dcn32inithw This commit addresses a potential null pointer dereference issue in the dcn32inithw function. The issu...

5.5CVSS6.8AI score0.00238EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-49919

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Add null check for headpipe in dcn201acquirefreepipeforlayer This commit addresses a potential null pointer dereference issue in the...

5.5CVSS6.8AI score0.00237EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2024-49907

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Check null pointers before using dc-clkmgr WHY & HOW dc-clkmgr is null checked previously in the same function, indicating it might be null...

5.5CVSS6.7AI score0.00243EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2024-57919

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2024-50177

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a UBSAN warning in DML2.1 When programming phantom pipe, since...

5.5CVSS5.3AI score0.0019EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-43899

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Fix null pointer deref in dcn20resource.c Fixes a hang thats triggered when MPV is run on a DCN401 dGPU: mpv --hwdec=vaapi --vo=gpu...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2022-49069

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Fix by adding FPU protection for dcn30internalvalidatebw Why Below general protection fault observed when WebGL Aquarium is run for longer...

5.5CVSS5.7AI score0.00255EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2024-47704

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Check linkres-hpodplinkenc before using it WHAT & HOW Functions dpenablelinkphy and dpdisablelinkphy can pass linkres without initializing...

5.5CVSS6.8AI score0.00209EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2024-36897

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS6.2AI score0.00227EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2024-26914

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: fix incorrect mpccombine array size why MAXSURFACES is per stream, while MAXPLANES is per asic. The mpccombine is an array that records all the...

7.8CVSS6.4AI score0.00216EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/02/28 4:13 a.m.14 views

CVE-2022-49135

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak why Resource release is needed on the error handling path to prevent memory leak. how Fix this by adding kfree on the error handling path...

5.5CVSS6.7AI score0.00261EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/27 8:16 p.m.0 views

DEBIAN-CVE-2025-21819

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amd/display: Use HW lock mgr for PSR1" This reverts commit a2b5a9956269 "drm/amd/display: Use HW lock mgr for PSR1" Because it may cause system hang while connect with two edp panel...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 8:16 p.m.17 views

UBUNTU-CVE-2025-21819

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amd/display: Use HW lock mgr for PSR1" This reverts commit a2b5a9956269 "drm/amd/display: Use HW lock mgr for PSR1" Because it may cause system hang while connect with two edp panel...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/27 8:04 p.m.11 views

CVE-2025-21819 Revert "drm/amd/display: Use HW lock mgr for PSR1"

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amd/display: Use HW lock mgr for PSR1" This reverts commit a2b5a9956269 "drm/amd/display: Use HW lock mgr for PSR1" Because it may cause system hang while connect with two edp panel...

6.1AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/27 8:04 p.m.25 views

CVE-2025-21819 Revert "drm/amd/display: Use HW lock mgr for PSR1"

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amd/display: Use HW lock mgr for PSR1" This reverts commit a2b5a9956269 "drm/amd/display: Use HW lock mgr for PSR1" Because it may cause system hang while connect with two edp panel...

0.00189EPSS
SaveExploits0References5
Rows per page
Query Builder