Lucene search
+L

175 matches found

CVE
CVE
added 2026/09/08 2:21 p.m.6 views

CVE-2026-12285

CVE-2026-12285 is a Use After Free vulnerability in Arm Ltd GPU kernel drivers, specifically affecting the Bifrost , Valhall , and Arm 5th Gen GPU Architecture kernel drivers. A local non-privileged user process can perform valid GPU memory processing operations to access already freed memory. Af...

SaveExploits0References1
CVE
CVE
added 2026/09/08 2:21 p.m.7 views

CVE-2026-9040

CVE-2026-9040 is a race condition vulnerability in the Arm Mali GPU Kernel Drivers , affecting three driver families: Bifrost (r12p0–r49p5, r50p0–r51p0, r54p1–r54p2), Valhall (r19p0–r49p5, r50p0–r54p3, r55p0), and the Arm 5th Gen GPU Architecture (r41p0–r49p5, r50p0–r54p3, r55p0). The flaw allows...

SaveExploits0References1
EUVD
EUVD
added 2026/09/08 2:21 p.m.4 views

EUVD-2026-72800

A race condition vulnerability in Arm Ltd Bifrost GPU Kernel Driver, Arm Ltd Valhall GPU Kernel Driver, Arm Ltd Arm 5th Gen GPU Architecture Kernel Driver allows a local non-privileged user process to perform improper GPU memory processing operations to cause a denial of service or disclose...

SaveExploits0References1
CVE
CVE
added 2026/09/08 2:20 p.m.6 views

CVE-2026-7477

CVE-2026-7477 is a Use After Free vulnerability in Arm Ltd Mali GPU Kernel Drivers, specifically the Bifrost , Valhall , and 5th Gen GPU Architecture drivers. A local non-privileged user process can perform valid GPU memory processing operations to access already freed memory. Affected version ra...

SaveExploits0References1
CVE
CVE
added 2026/09/08 2:19 p.m.4 views

CVE-2026-0860

CVE-2026-0860 is an exposure of sensitive information vulnerability in Arm Mali GPU Kernel Drivers (Valhall GPU Kernel Driver and Arm 5th Gen GPU Architecture Kernel Driver). A local non-privileged user process can perform improper GPU memory processing operations to access sensitive kernel infor...

SaveExploits0References1
EUVD
EUVD
added 2026/09/08 2:19 p.m.3 views

EUVD-2026-72794

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Arm Ltd Valhall GPU Kernel Driver, Arm Ltd Arm 5th Gen GPU Architecture Kernel Driver allows a local non-privileged user process to perform improper GPU memory processing operations to gain access to sensitive kernel...

SaveExploits0References1
Kitploit
Kitploit
added 2026/09/07 6:21 a.m.6 views

EntropicaPublic

March updates I need to move some work over from the private repos. The exploration into using massivly multheaded models with mixer and readout functions separated continues. Currently training up a Chinese TinyStories on a 3B-equivalent model that trains, easily, on an 8GB gpu. We're looking at...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/06 5:16 a.m.7 views

CVE-2025-14174-analysis

Análisis de CVE-2025-14174: Escritura fuera de límites en el búfer de staging de ANGLE Metal Análisis técnico y prueba de concepto para CVE-2025-14174...

8.8CVSS7.9AI score0.22327EPSS
SaveExploits10
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-78984

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Uninitialized resource in GPU in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to potentially read...

3.4CVSS6.6AI score0.00276EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/21 4:09 a.m.19 views

EUVD-2026-63810

Software installed and run as a non-privileged user may conduct GPU system calls which cause GPU memory leaks and possible kernel heap corruption. Scenario caused by memory free paths not maintaining state data of upgraded higher order allocations. This could cause memory leak or double free even...

5.3AI score0.00105EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/19 10:02 a.m.8 views

CVE-2026-74380

A flaw was found in the Linux kernel's host1x GPU driver. An incorrect return value check in the iommumapsgtable function, coupled with an improper integer assignment in pinjob, could lead to negative value overflows. This vulnerability may result in data integrity issues or system instability...

8.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 8:31 p.m.39 views

CVE-2026-76042

Use of uninitialized resource in GPU in Google Chrome prior to 151.0.7922.169 allowed a remote attacker who had compromised the renderer process to read memory outside the sandbox via a crafted HTML page. Chromium security severity: High...

0.00323EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 1:17 p.m.8 views

UBUNTU-CVE-2026-74447

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix uint32t overflow in EOP ring buffer size alignment eopringbuffersize in struct queueproperties is a u32. In kfdqueueacquirebuffers the expected EOP buffer size is computed as ALIGNeopringbuffersize, PAGESIZE; ALIG...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/10 1:20 p.m.13 views

CVE-2026-68260

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

7.8CVSS0.00163EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 12:01 p.m.43 views

CVE-2026-68260

CVE-2026-68260 affects the Linux kernel, specifically the drm/imagination driver. The issue arises because the GPU VM code does not properly synchronize find operations with map/unmap operations, allowing a race that can lead to a NULL pointer dereference in certain memory operations. The resolve...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:01 p.m.16 views

CVE-2026-68260 drm/imagination: acquire vm_ctx->lock before mapping memory to GPU VM

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

7.8CVSS5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/24 8:51 a.m.43 views

CVE-2026-49744 GPU DDK - Unchecked ui32TracePointer in rgxfw_log_ex()

Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to trigger a write of data outside the Guest's virtualised GPU memory. Out of bounds accesses triggered by malware introduced to a Guest KMD could allow privilege escalation which escapes...

0.0011EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.40 views

PT-2026-64421

Name of the Vulnerable Software and Affected Versions GPU DDK affected versions not specified Description An integer overflow occurs during the calculation of physical offsets for sparse PMRs Partial Memory Regions within the PMRLogicalOffsetToPhysicalOffset function. For PMRs larger than 4 GB,...

9.8CVSS6AI score0.00295EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/01 12:34 a.m.23 views

EUVD-2026-40609

Uninitialized Use in GPU in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. Chromium security severity: Medium...

6.5CVSS5.8AI score0.00347EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/24 7:17 p.m.15 views

CVE-2026-13030

Uninitialized Use in GPU in Google Chrome on Android prior to 149.0.7827.197 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. Chromium security severity: High...

5.3CVSS0.00288EPSS
SaveExploits0References2
Rows per page
Query Builder