Lucene search
+L

11812 matches found

NVD
NVD
added 2025/10/07 4:15 p.m.11 views

CVE-2023-53678

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix system suspend without fbdev being initialized If fbdev is not initialized for some reason - in practice on platforms without display - suspending fbdev should be skipped during system suspend, fix this up. While at...

5.5CVSS0.00133EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/07 4:15 p.m.7 views

CVE-2022-50535

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

5.5CVSS0.00146EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/07 4:15 p.m.9 views

UBUNTU-CVE-2023-53678

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix system suspend without fbdev being initialized If fbdev is not initialized for some reason - in practice on platforms without display - suspending fbdev should be skipped during system suspend, fix this up. While at...

5.5CVSS5.7AI score0.00133EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/07 4:15 p.m.7 views

UBUNTU-CVE-2022-50535

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/07 4:15 p.m.11 views

UBUNTU-CVE-2023-53650

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: lcdmipid: Fix an error handling path in mipidspiprobe If 'mipiddetect' fails, we must free 'md' to avoid a memory leak...

5.5CVSS5.9AI score0.00189EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.16 views

CVE-2023-53678 drm/i915: Fix system suspend without fbdev being initialized

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix system suspend without fbdev being initialized If fbdev is not initialized for some reason - in practice on platforms without display - suspending fbdev should be skipped during system suspend, fix this up. While at...

0.00133EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 3:21 p.m.9 views

EUVD-2025-32737

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix system suspend without fbdev being initialized If fbdev is not initialized for some reason - in practice on platforms without display - suspending fbdev should be skipped during system suspend, fix this up. While at...

5.9AI score0.00133EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/07 3:21 p.m.28 views

CVE-2023-53678

CVE-2023-53678 concerns the Linux kernel, specifically the drm/i915 driver, where system suspend could crash on platforms without fbdev initialized. The root cause described in the documents is a suspend path involving intel_fbdev_set_suspend during device suspend, leading to a NULL pointer deref...

5.5CVSS6AI score0.00133EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/10/07 3:21 p.m.26 views

CVE-2022-50535

CVE-2022-50535 affects the Linux kernel DRM/AMD display code. It is a potential NULL pointer dereference in dm_resume within drm/amd/display, caused by assuming 'aconnector->dc_link' is non-null. The fix adds a null check at the loop's start to avoid dereferencing a NULL dc_link. Reported CVSS...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.15 views

CVE-2022-50535 drm/amd/display: Fix potential null-deref in dm_resume

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

0.00146EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 3:21 p.m.5 views

EUVD-2025-32843

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

6AI score0.00146EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.11 views

CVE-2022-50535

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0
OSV
OSV
added 2025/10/07 3:21 p.m.5 views

CVE-2022-50535 drm/amd/display: Fix potential null-deref in dm_resume

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

6.5AI score
SaveExploits0References10
OSV
OSV
added 2025/10/07 3:19 p.m.13 views

CVE-2022-50526 drm/msm/dp: fix memory corruption with too many bridges

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case there are ever more than eight bridges. Patchwork:...

6.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.19 views

CVE-2022-50526

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case there are ever more than eight bridges. Patchwork:...

7.8CVSS6.4AI score0.00144EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/07 12:48 a.m.7 views

SUSE CVE-2023-53571

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Make intelgetcrtcnewencoder less oopsy The point of the WARN was to print something, not oops straight up. Currently that is precisely what happens if we can't find the connector for the crtc in the atomic state. Get th...

5.5CVSS6.5AI score0.00137EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2012-1528

Malware in sbrugna...

7.2CVSS6.1AI score0.00449EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2015-5446

Malware in sbrugna...

3.5CVSS6.4AI score0.01012EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2011-3178

Malware in sbrugna...

4.6CVSS6.2AI score0.00364EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2019-2406

Malware in sbrugna...

7.8CVSS7.7AI score0.00202EPSS
SaveExploits0References2
Rows per page
Query Builder