Lucene search
+L

2963 matches found

Cvelist
Cvelist
added 2025/10/22 1:23 p.m.11 views

CVE-2023-53714 drm/stm: ltdc: fix late dereference check

In the Linux kernel, the following vulnerability has been resolved: drm/stm: ltdc: fix late dereference check In ltdccrtcsetcrcsource, struct drmcrtc was dereferenced in a containerof before the pointer check. This could cause a kernel panic. Fix this smatch warning: drivers/gpu/drm/stm/ltdc.c:11...

0.00194EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/22 1:23 p.m.24 views

CVE-2023-53714

Summary (CVE-2023-53714) : A Linux kernel DRM/STMicroelectronics LTD-C driver issue caused a potential kernel panic when dereferencing a struct via container_of() in ltdc_crtc_set_crc_source() before validating the crtc pointer. The root cause: dereferencing a potentially invalid pointer prior to...

6AI score0.00194EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/10/22 1:1 a.m.5 views

drm/gma500: Fix null dereference in hdmi teardown

...

7AI score0.00241EPSS
SaveExploits0
OSV
OSV
added 2025/10/17 6:14 a.m.4 views

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

The SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-49980: USB: gadget: fix use-after-free read in usbudcuevent bsc1245110. - CVE-2022-50233: Bluetooth: eir: Fix using strlen with hdev-devname,shortname...

8CVSS5.8AI score0.21314EPSS
SaveExploits3References184
Microsoft CVE
Microsoft CVE
added 2025/10/17 1:1 a.m.7 views

drm/amdkfd: svm range restore work deadlock when process exit

...

5.5CVSS7AI score0.00262EPSS
SaveExploits0
CNVD
CNVD
added 2025/10/17 12:0 a.m.6 views

Microsoft Graphics Component Elevation of Privilege Vulnerability

Microsoft Graphics Component is a graphics driver component of Microsoft Corporation USA. A security vulnerability exists in Microsoft Graphics Component that can be exploited by an attacker to elevate privileges...

7CVSS6.8AI score0.00178EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/10/15 12:31 a.m.5 views

kernel: drm/amd/display: clear optc underflow before turn off odm clock

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: clear optc underflow before turn off odm clock Why After ODM clock off, optc underflow bit will be kept there always and clear not work. We need to clear that before clock off. How Clear that if have when clock o...

7.8CVSS6.8AI score0.00239EPSS
SaveExploits0References5
Lenovo
Lenovo
added 2025/10/14 4:15 p.m.8 views

NVIDIA GPU Display Driver - October 2025 - Lenovo Support US

No description provided...

5.3AI score
SaveExploits0
CNNVD
CNNVD
added 2025/10/14 12:0 a.m.5 views

Microsoft Graphics Component 资源管理错误漏洞

Microsoft Graphics Component is a graphics driver component from Microsoft Corporation USA. A resource management error vulnerability exists in Microsoft Graphics Component, which can be exploited by an attacker to cause a denial of service on the system...

7CVSS8.7AI score0.00234EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/10/14 12:0 a.m.5 views

Microsoft Graphics Component 安全漏洞

Microsoft Graphics Component is a graphics driver component of Microsoft Corporation USA. A security vulnerability exists in Microsoft Graphics Component that can be exploited by an attacker to elevate privileges...

7CVSS9AI score0.00178EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/10/14 12:0 a.m.5 views

Microsoft Graphics Component 竞争条件问题漏洞

Microsoft Graphics Component is a graphics driver component from Microsoft Corporation USA. A competitive condition issue vulnerability exists in Microsoft Graphics Component, which can be exploited by an attacker to elevate privileges...

7CVSS9AI score0.00185EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/07 4:15 p.m.4 views

UBUNTU-CVE-2022-50528

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leakage This patch fixes potential memory leakage and seg fault in gpuvmimportdmabuf function...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 3:21 p.m.7 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.22 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
OSV
OSV
added 2025/10/07 3:19 p.m.10 views

CVE-2023-53646 drm/i915/perf: add sentinel to xehp_oa_b_counters

In the Linux kernel, the following vulnerability has been resolved: drm/i915/perf: add sentinel to xehpoabcounters Arrays passed to reginrangetable should end with empty record. The patch solves KASAN detected bug with signature: BUG: KASAN: global-out-of-bounds in...

7.1CVSS6.5AI score0.00178EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.11 views

CVE-2023-53625

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gvt: fix vgpu debugfs clean in remove Check carefully on root debugfs available when destroying vgpu, e.g in remove case drm minor's debugfs root might already be destroyed, which led to kernel oops like below. Console:...

5.5CVSS5.3AI score0.00191EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.8 views

CVE-2022-50528

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leakage This patch fixes potential memory leakage and seg fault in gpuvmimportdmabuf function...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0
Cvelist
Cvelist
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:...

0.00144EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2018-9828

Malware in sbrugna...

5.5CVSS6.4AI score0.00321EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2014-4324

Malware in sbrugna...

6.9CVSS7.5AI score0.00492EPSS
SaveExploits0References6
Rows per page
Query Builder