Lucene search
+L

55 matches found

RedHat Linux
RedHat Linux
added 2026/09/14 10:21 a.m.5 views

kernel: drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ib

A flaw was found in the Linux kernel's AMD GPU amdgpu driver. An issue in the amdgpuamdkfdsubmitib function allows a local user to trigger a use-after-free vulnerability. This occurs because a fence reference is incorrectly released before waiting for job completion, potentially freeing the memor...

7.8CVSS0.00126EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 5:19 p.m.10 views

CVE-2026-80903 drm/xe/oa: Fix sync entry leak on OA config emit failure

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xeoaemitoaconfig releases the sync entries and the syncs array only on its success path. When it fails before the point of no return fence allocation, config buffer...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/09/04 5:19 p.m.16 views

CVE-2026-80903

CVE-2026-80903 affects the Linux kernel's drm/xe/oa component (Intel Xe graphics driver, Open Animation subsystem). The root cause is a memory leak : xe_oa_emit_oa_config() releases sync entries and the syncs array only on its success path. When it fails before the point of no return (fence alloc...

5.5AI score0.00156EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.46 views

CVE-2026-64328 usb: gadget: f_fs: Fix DMA fence leak

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix DMA fence leak In ffsdmabuftransfer, a ffsdmafence object is kmalloc'd, with the underlying dmafence later initialized by dmafenceinit, which sets its kref counter to 1. Then, dmaresvaddfence gets a second...

0.00159EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: Fixed the issue of a reference leak during queue teardown in version 2. The user mode queue maintains a pointer to the most recent fence in userq-lastfence. This pointer retains an additional dmafence reference...

5.8AI score0.00184EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/13 3:34 a.m.16 views

SUSE CVE-2026-43396

In the Linux kernel, the following vulnerability has been resolved: drm/xe/sync: Fix user fence leak on alloc failure When dmafencechainalloc fails, properly release the user fence reference to prevent a memory leak. cherry picked from commit a5d5634cde48a9fcd68c8504aa07f89f175074a0...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/08 10:00 p.m.25 views

CVE-2026-43396

A flaw was found in the Linux kernel, specifically within the drm/xe/sync component. When the dmafencechainalloc function fails, the user fence reference is not properly released, resulting in a memory leak. This issue could lead to system instability or denial of service. Mitigation Mitigation f...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/08 3:16 p.m.17 views

CVE-2026-43396

In the Linux kernel, the following vulnerability has been resolved: drm/xe/sync: Fix user fence leak on alloc failure When dmafencechainalloc fails, properly release the user fence reference to prevent a memory leak. cherry picked from commit a5d5634cde48a9fcd68c8504aa07f89f175074a0...

5.5CVSS0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/08 2:21 p.m.33 views

CVE-2026-43396

In the Linux kernel, the vulnerability CVE-2026-43396 is in the drm/xe/sync path. When dma_fence_chain_alloc() fails, the user fence reference is not released, causing a memory leak. Documented across multiple sources (Red Hat, SUSE, Ubuntu, Debian OSV entries, and NVD), the issue is fixed by the...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/04/24 2:35 p.m.48 views

CVE-2026-31566

CVE-2026-31566 concerns the Linux kernel amdgpu driver (amdgpu_amdkfd_submit_ib). The issue arises when a fence reference is dma_fence_put()’ed before dma_fence_wait() completes, which can free the fence prematurely and trigger a use-after-free during job completion. Publicly documented fixes sho...

7.8CVSS5.5AI score0.00126EPSS
SaveExploits0References6Affected Software1
RedHat Linux
RedHat Linux
added 2026/03/30 4:23 p.m.11 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

7.8CVSS7.1AI score0.00144EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/03/30 3:45 p.m.11 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

7.8CVSS5.8AI score0.00144EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/03/30 11:32 a.m.10 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

7.8CVSS5.8AI score0.00144EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/25 2:10 a.m.11 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References5
OSV
OSV
added 2026/02/13 11:10 a.m.22 views

OESA-2026-1341 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved:kernel/resource: fix kfree of bootmem memory againSince commit ebff7d8f270d mem hotunplug: fix kfree of bootmemmemory , we could get a resource allocated during...

7.8CVSS6.3AI score0.00739EPSS
SaveExploits9References59
RedHat Linux
RedHat Linux
added 2026/02/11 9:28 p.m.9 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/11 5:48 p.m.9 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/11 11:58 a.m.11 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/02/04 4:06 p.m.9 views

kernel: drm/sched: Fix potential double free in drm_sched_job_add_resv_dependencies

A flaw was found in the kernel subsystem handling of the DRM scheduler. Under certain error conditions, the function drmschedjobadddependency consumes a fence reference and then later erroneously attempts to free it again double free. This may lead to memory corruption and, in some configurations...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References5
NVD
NVD
added 2026/01/31 12:16 p.m.16 views

CVE-2026-23034

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: Fix fence reference leak on queue teardown v2 The user mode queue keeps a pointer to the most recent fence in userq-lastfence. This pointer holds an extra dmafence reference. When the queue is destroyed, we free...

0.00184EPSS
SaveExploits0References2
Rows per page
Query Builder