Lucene search
+L

111 matches found

EUVD
EUVD
•added 2026/09/08 8:24 p.m.•12 views

EUVD-2026-58066

vLLM: Cross-User Data Leak Vulnerability...

5.3CVSS5.7AI score0.00404EPSS
SaveExploits0References6
NVD
NVD
•added 2026/09/08 3:18 p.m.•14 views

CVE-2026-7477

Use After Free 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 valid GPU memory processing operations to access already freed memory. This issue affects...

7.8CVSS0.00162EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/08 3:18 p.m.•14 views

CVE-2026-0860

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...

7.5CVSS0.00245EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2026/09/08 2:22 p.m.•9 views

CVE-2026-12387 Mali GPU Kernel Driver allows access to already freed memory

Use After Free 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 valid GPU memory processing operations to access already freed memory. This issue affects...

5.8AI score0.00109EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/08 2:20 p.m.•29 views

CVE-2026-7477 Mali GPU Kernel Driver allows access to already freed memory

Use After Free 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 valid GPU memory processing operations to access already freed memory. This issue affects...

0.00162EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/08 2:19 p.m.•29 views

CVE-2026-5729 Mali GPU Kernel Driver allows access to already freed memory

Use After Free 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 valid GPU processing operations to access already freed memory. This issue affects Valhall GPU Kernel Driver: from r50p0...

0.00162EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/08 2:19 p.m.•8 views

EUVD-2026-72795

Use After Free 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 valid GPU processing operations to access already freed memory. This issue affects Valhall GPU Kernel Driver: from r50p0...

5.8AI score0.00162EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/08 2:19 p.m.•26 views

CVE-2026-0860

The Arm Ltd Valhall GPU Kernel Driver and the Arm Ltd Arm 5th Gen GPU Architecture Kernel Driver are vulnerable to an Exposure of Sensitive Information to an Unauthorized Actor vulnerability. A local non-privileged user process can perform improper GPU memory processing operations to gain access ...

5.7AI score0.00245EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/09/08 12:00 a.m.•13 views

PT-2026-87097

Use After Free 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 access already freed memory. This issue affec...

5.8AI score0.00162EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
•added 2026/08/25 12:00 a.m.•10 views

The vulnerability of the amdgpupciSlotReset() function in the drivers/gpu/drm/amd/amdgpu/amdgpu_device.c source code of the Direct Rendering Infrastructure (DRI) AMD GPU kernel for the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of protected information.

The vulnerability of the amdgpupciSlotReset function in the drivers/gpu/drm/amd/amdgpu/amdgpudevice.c source code of the Direct Rendering Infrastructure DRI AMD GPU kernel for the Linux operating system is related to the access to an uninitialized pointer. Exploiting this vulnerability could allo...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References7Affected Software2
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•13 views

Astra Linux – Vulnerability in Linux-Firmware

A GPU kernel can read sensitive data from another GPU kernel even from another user or application through an optimized GPU memory region called local memory on various architectures...

6.5CVSS6.7AI score0.01185EPSS
SaveExploits1References2
attackerkb
attackerkb
•added 2026/07/24 8:42 a.m.•20 views

CVE-2026-49743

Software installed and run as a non-privileged user may conduct improper GPU system calls to manipulate the lifetimes of synchronisation objects in the kernel, leading to read/write UAFs. During workload submission involving a fence exported by the GPU driver, the reference count of the underlyin...

5.8AI score0.00162EPSS
SaveExploits0References2
OSV
OSV
•added 2026/07/13 3:46 p.m.•21 views

PYSEC-2026-3405 vLLM: temperature=NaN and temperature=Infinity bypass validation and propagate to GPU kernels

Summary All temperature validation gates use comparison operators , which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagate to GPU sampling kernels, where they produce undefined behavior or CUDA errors tha...

6.9CVSS6.2AI score0.0045EPSS
SaveExploits1References7
PyPA
PyPA
•added 2026/07/13 2:19 p.m.•21 views

TensorFlow vulnerable to `CHECK` fail in `MaxPool`

ImpactWhen MaxPool receives a window size input array ksize with dimensions greater than its input tensor input, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack.pythonimport tensorflow as tfimport numpy as npinput = np.ones1, 1, 1, 1ksize = 1, 1, 2, 2strid...

7.5CVSS6.9AI score0.00478EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
•added 2026/07/13 2:19 p.m.•22 views

TensorFlow vulnerable to `CHECK` fail in `tf.linalg.matrix_rank`

ImpactWhen tf.linalg.matrixrank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack.pythonimport tensorflow as tfa = tf.constant, shape=0, 1, 1, dtype=tf.float32tf.linalg.matrixranka=a PatchesWe have patched the issue in GitHub commi...

7.5CVSS6.9AI score0.00488EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
•added 2026/07/13 12:00 a.m.•12 views

PT-2026-59922

Impact When tf.linalg.matrix rank receives an empty input a, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf a = tf.constant, shape=0, 1, 1, dtype=tf.float32 tf.linalg.matrix ranka=a Patches We have patched the issue in GitH...

7.5CVSS6.9AI score0.00488EPSS
SaveExploits0References8
OSV
OSV
•added 2026/06/17 2:02 p.m.•20 views

GHSA-7H4P-RFFG-7823 vLLM: temperature=NaN and temperature=Infinity bypass validation and propagate to GPU kernels

Summary All temperature validation gates use comparison operators , which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagate to GPU sampling kernels, where they produce undefined behavior or CUDA errors tha...

6.9CVSS5.7AI score0.0045EPSS
SaveExploits1References8
Cvelist
Cvelist
•added 2026/05/28 9:40 a.m.•48 views

CVE-2026-46229 drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure KFD VRAM allocations set AMDGPUGEMCREATEVRAMWIPEONRELEASE but not AMDGPUGEMCREATEVRAMCLEARED, leaving freshly allocated VRAM with stale data from prior use...

0.00162EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
•added 2026/02/06 12:00 a.m.•11 views

The vulnerability of the amdgpu_amdkfd_gpuvm_restore_process_bos() function in the drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c driver, which is part of the Direct Rendering Infrastructure (DRI) AMD GPU kernel for the Linux operating system. This vulnerability allows a attacker to cause a service failure.

The vulnerability of the amdgpuamdkfdgpuvmrestoreprocessbos function in the drivers/gpu/drm/amd/amdgpu/amdgpuamdkfdgpuvm.c driver of the Direct Rendering Infrastructure DRI for AMD GPU cores in Linux operating systems is related to pointer aliasing. Exploiting this vulnerability could allow an...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References9Affected Software2
RedhatCVE
RedhatCVE
•added 2025/12/11 10:49 a.m.•16 views

CVE-2025-6349

Use After Free 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 already freed memory.This issue affects Valhall GPU Kernel Driver...

5.1CVSS6.7AI score0.00166EPSS
SaveExploits0References1
Rows per page
Query Builder