Lucene search
+L

20751 matches found

CNNVD
CNNVD
•added 2025/08/04 12:00 a.m.•19 views

ARM多款产品 安全漏洞

ARM Bifrost GPU Userspace Driver and others are a userspace driver from ARM UK. A security vulnerability exists in various ARM products that stems from reuse after release and could lead to access to freed memory. The following products are affected: Bifrost GPU Userspace Driver, Valhall GPU...

4.3CVSS6.4AI score0.00264EPSS
SaveExploits0References1
CNNVD
CNNVD
•added 2025/08/04 12:00 a.m.•15 views

Imagination Graphics DDK 安全漏洞

Imagination Graphics DDK is a suite of GPU driver tools from Imagination UK. A security vulnerability exists in the Imagination Graphics DDK, which originates from an unprivileged user being able to write to GPU read-only memory via a ptrace system call...

8.8CVSS6.5AI score0.00405EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
•added 2025/08/03 12:00 a.m.•14 views

GPU in the Blind Spot: Overlooked Security Risks in Transportation

Graphics processing units GPUs are becoming an essential part of the intelligent transportation system ITS for enabling video-based and artificial intelligence AI based applications. GPUs provide high-throughput and energy-efficient computing for tasks like sensor fusion and roadside video...

6.9AI score
SaveExploits0
CNNVD
CNNVD
•added 2025/08/02 12:00 a.m.•7 views

NVIDIA GPU Display Driver 安全漏洞

NVIDIA GPU Display Driver is a display driver from NVIDIA. A security vulnerability exists in NVIDIA GPU Display Driver, which can be exploited by attackers to potentially cause an information leak...

3.3CVSS6.3AI score0.00157EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2025/08/02 12:00 a.m.•12 views

NVIDIA GPU Display Driver 信息泄露漏洞

NVIDIA GPU Display Driver is a display driver from NVIDIA. A security vulnerability exists in NVIDIA GPU Display Driver, which can be exploited by attackers to potentially cause an information leak...

2.5CVSS6.3AI score0.00145EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2025/08/02 12:00 a.m.•14 views

NVIDIA GPU Display Driver 安全漏洞

NVIDIA GPU Display Driver is a display driver from NVIDIA. The NVIDIA GPU Display Driver contains a security vulnerability that can be exploited by attackers to potentially cause code execution, denial of service, elevation of privilege, information disclosure, or data manipulation...

7.8CVSS6.6AI score0.00216EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2025/08/02 12:00 a.m.•10 views

NVIDIA GPU Display Driver 安全漏洞

NVIDIA GPU Display Driver is a display driver from NVIDIA. The NVIDIA GPU Display Driver contains a security vulnerability that can be exploited by attackers to potentially cause elevation of privilege, code execution, information disclosure, denial of service, or data manipulation...

7CVSS6.6AI score0.00098EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2025/08/02 12:00 a.m.•19 views

NVIDIA GPU Display Driver 缓冲区错误漏洞

NVIDIA GPU Display Driver is a display driver from NVIDIA Corporation. NVIDIA GPU Display Driver suffers from a buffer error vulnerability that stems from the possibility of reading invalid memory, which could lead to information disclosure...

4.4CVSS6.3AI score0.00137EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2025/07/29 11:24 p.m.•11 views

SUSE CVE-2025-38355

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Process deferred GGTT node removals on device unwind While we are indirectly draining our dedicated workqueue ggtt-wq that we use to complete asynchronous removal of some GGTT nodes, this happends as part of the managed-d...

4.7CVSS6.4AI score0.00164EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2025/07/29 11:23 p.m.•21 views

SUSE CVE-2025-38409

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

3.3CVSS6.5AI score0.00166EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/28 11:24 p.m.•11 views

SUSE CVE-2025-38354

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gpu: Fix crash when throttling GPU immediately during boot There is a small chance that the GPU is already hot during boot. In that case, the call to ofdevfreqcoolingregister will immediately try to apply devfreq cooling,...

4.7CVSS6.3AI score0.00166EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
•added 2025/07/28 11:24 p.m.•10 views

SUSE CVE-2025-38356

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Explicitly exit CT safe mode on unwind During driver probe we might be briefly using CT safe mode, which is based on a delayed work, but usually we are able to stop this once we have IRQ fully operational. However, if...

2.5CVSS6.4AI score0.00164EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
•added 2025/07/28 11:23 p.m.•16 views

SUSE CVE-2025-38410

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS6.4AI score0.00168EPSS
SaveExploits0References22
OSV
OSV
•added 2025/07/25 2:15 p.m.•11 views

AZL-73034 CVE-2025-38410 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS6.4AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 2:15 p.m.•27 views

AZL-65723 CVE-2025-38409 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

5.5CVSS6.2AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 2:15 p.m.•6 views

DEBIAN-CVE-2025-38410

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS5.5AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 2:15 p.m.•18 views

UBUNTU-CVE-2025-38410

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

5.5CVSS6.1AI score0.00168EPSS
SaveExploits0References40
OSV
OSV
•added 2025/07/25 1:15 p.m.•5 views

DEBIAN-CVE-2025-38389

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Fix timeline left held on VMA alloc error The following error has been reported sporadically by CI when a test unbinds the i915 driver on a ring submission platform: 239.330153 ------------ cut here ------------...

7.8CVSS5.6AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 1:15 p.m.•11 views

DEBIAN-CVE-2025-38363

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix a possible null pointer dereference In tegracrtcreset, new memory is allocated with kzalloc, but no check is performed. Before calling drmatomichelpercrtcreset, state should be checked to prevent possible null...

5.5CVSS5.4AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 1:15 p.m.•3 views

DEBIAN-CVE-2025-38354

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gpu: Fix crash when throttling GPU immediately during boot There is a small chance that the GPU is already hot during boot. In that case, the call to ofdevfreqcoolingregister will immediately try to apply devfreq cooling,...

5.5CVSS5.5AI score0.00166EPSS
SaveExploits0References1
Rows per page
Query Builder