Lucene search
+L

110 matches found

CVE
CVE
added 2026/05/08 1:26 p.m.40 views

CVE-2026-43318

The CVE-2026-43318 entry affects the Linux kernel’s drm/amdgpu component, specifically the amdgpu_dma_buf_move_notify path. A synchronization bug arises when a dmabuf is moved and the issuing process signals the move while another process has not yet updated its page table; the ticket-based handl...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/08 1:26 p.m.11 views

CVE-2026-43318

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix sync handling in amdgpudmabufmovenotify Invalidating a dmabuf will impact other users of the shared BO. In the scenario where process A moves the BO, it needs to inform process B about the move and process B will...

5.8AI score0.00122EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.10 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013538)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013538 advisory. In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the...

5.7AI score0.00233EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:00 a.m.14 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007413)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007413 advisory. In the Linux kernel, the following vulnerability has been resolved: xen: fix UAF in dmabufexpfrompages dmabuffd fixes; no preferences regarding the tree it goes...

7.8CVSS6.6AI score0.00164EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/03/26 12:00 a.m.13 views

The vulnerability of the amdgpu_amdkfd_gpuvm_import_dmabuf() function in the drivers/gpu/drm/amd/amdgpu/amdkfd_gpuvm.c driver module of the Direct Rendering Infrastructure (DRI) for AMD GPU cores in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the amdgpuamdkfdgpuvmimportdmabuf function in the drivers/gpu/drm/amd/amdgpu/amdgpuamdkfdgpuvm.c file of the Direct Rendering Infrastructure DRI driver for AMD GPU cores in the Linux operating system is related to improper memory release. Exploiting this vulnerability can all...

5.5CVSS6AI score0.00154EPSS
SaveExploits0References13Affected Software2
BDU FSTEC
BDU FSTEC
added 2026/02/06 12:00 a.m.9 views

The vulnerability of the drm_gem_prime_handle_to_dmabuf() function in the drivers/gpu/drm/drm_prime.c module of the Direct Rendering Infrastructure (DRI) driver for the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the drmgemprimehandletodmabuf function in the drivers/gpu/drm/drmprime.c module of the Direct Rendering Infrastructure DRI driver for the Linux operating system is related to pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failur...

5.5CVSS6AI score0.0013EPSS
SaveExploits0References7Affected Software2
RedHat Linux
RedHat Linux
added 2026/01/19 4:00 a.m.15 views

kernel: drm/i915: mark requests for GuC virtual engines to avoid use-after-free

A use-after-free vulnerability was found in the Linux kernel Intel i915 graphics driver's GuC virtual engine request handling. A local user with access to GPU rendering can create requests on GuC virtual engines and trap references via syncfile or dmabuf, causing fence release operations to acces...

7.8CVSS7.2AI score0.00155EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/12/31 12:32 a.m.18 views

SUSE CVE-2022-50819

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

5.5CVSS6.5AI score0.00233EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2022-50819

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg tabl...

6AI score0.00233EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.12 views

EUVD-2022-55879

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

6AI score0.00233EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.8 views

CVE-2022-50819

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

5.6AI score0.00233EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/30 1:15 p.m.16 views

UBUNTU-CVE-2022-50819

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

5.7AI score0.00233EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:08 p.m.23 views

CVE-2022-50819

The CVE-2022-50819 vulnerability affects the Linux kernel’s udmabuf/dma-buf path. If the sg table creation fails, ubuf->sg must be set to NULL; otherwise, closing the dmabuf fd can trigger a use-after-free/null-deref in release_udmabuf, causing a crash. The issue was addressed by ensuring ubuf...

6.1AI score0.00233EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/13 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2022-50528

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

7.8CVSS5.8AI score0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 4:15 p.m.7 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...

7.8CVSS5.7AI score0.00154EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/07 3:19 p.m.30 views

CVE-2022-50528

The connected documents confirm a concrete detail for CVE-2022-50528: in the Linux kernel, the amdgpu/amdkfd driver’s _gpuvm_import_dmabuf() path suffers a memory leak (and potential segfault) which has been fixed by a patch addressed to memory leakage in that function. The patch targets potentia...

7.8CVSS6.2AI score0.00154EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.15 views

CVE-2022-50528 drm/amdkfd: Fix memory leakage

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

7.8CVSS6.6AI score
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 3:19 p.m.10 views

EUVD-2025-32839

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

6.1AI score0.00154EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/10/07 12:00 a.m.11 views

PT-2025-41033

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leakage and potential segmentation fault exist in the gpuvm import dmabuf function within the drm/amdkfd module. This issue has been addressed with a patch designed to fix the...

6.1AI score0.00154EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.15 views

EUVD-2025-27924

Malicious code in bioql PyPI...

6.3AI score0.00164EPSS
SaveExploits0References4
Rows per page
Query Builder