Lucene search
+L

7784 matches found

Debian CVE
Debian CVE
added last week6 views

CVE-2026-63882

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix NULL pointer bug in svmrangesetattr The processinfo could be NULL if user doesn't call kfdioctlacquirevm before calling kfdioctlsvm. cherry picked from commit 83a26c812e0529eb040d31a76f73e33e637243d4...

5.2AI score0.00206EPSS
SaveExploits0
Cvelist
Cvelist
added last week34 views

CVE-2026-63881 drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger getqueueids computes arraysize = numqueues sizeofuint32t, which could overflow on 32-bit sizet build. using arraysize instead, it saturates to SIZEMAX on overflo...

7.8CVSS0.00177EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added last week6 views

CVE-2026-63881

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger getqueueids computes arraysize = numqueues sizeofuint32t, which could overflow on 32-bit sizet build. using arraysize instead, it saturates to SIZEMAX on overflo...

7.8CVSS5.4AI score0.00177EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added last week7 views

CVE-2026-63881

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger getqueueids computes arraysize = numqueues sizeofuint32t, which could overflow on 32-bit sizet build. using arraysize instead, it saturates to SIZEMAX on overflo...

7.8CVSS5.4AI score0.00177EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added last week11 views

CVE-2026-63881

CVE-2026-63881 affects the Linux kernel DRM/AMDKFD debugger path. The get_queue_ids() function computed array_size as num_queues * sizeof(uint32_t), which could overflow on 32-bit size_t builds. The fix replaces this with a safe-sized approach using array_size(), causing saturation to SIZE_MAX on...

7.8CVSS5.5AI score0.00177EPSS
SaveExploits0References5
Cvelist
Cvelist
added last week27 views

CVE-2026-63880 drm/amdgpu: fix lock leak on ENOMEM in AMDGPU_GEM_OP_GET_MAPPING_INFO

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lock leak on ENOMEM in AMDGPUGEMOPGETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO branch of amdgpugemopioctl holds three cleanup-tracked resources before calling kvcalloc: the drmgemobject reference from...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added last week8 views

CVE-2026-63880

CVE-2026-63880 affects the Linux kernel AMDGPU driver (drm/amdgpu) in the AMDGPU_GEM_OP_GET_MAPPING_INFO path. A -ENOMEM failure in kvcalloc could skip cleanup and leak three locks (drm_gem_object reference, drm_exec lock on the GEM, and drm_exec lock on the per-process VM root PD), causing a loa...

5.4AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added last week33 views

CVE-2026-63863 drm/gpusvm: Fix unbalanced unlock in drm_gpusvm_scan_mm()

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

8.8CVSS0.00113EPSS
SaveExploits0References2
EUVD
EUVD
added last week10 views

EUVD-2026-45547

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

5.4AI score0.00113EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added last week7 views

CVE-2026-63863

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

8.8CVSS5.2AI score0.00113EPSS
SaveExploits0
Debian CVE
Debian CVE
added last week5 views

CVE-2026-63854

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set nouserfence for VCN v3.0 enc/dec rings VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
CVE
CVE
added last week11 views

CVE-2026-63852

Summary: The CVE-2026-63852 entry relates to the Linux kernel DRM/AMDGPU VCN engine. The vulnerability arises because VCN encoder and decoder rings do not support 64-bit user fence writes, leading to rejected CS submissions when user fences are used. The root cause is identified as the change to ...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added last week5 views

CVE-2026-63849

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: set nouserfence for VCN v5.0.1 enc ring VCN encoder and decoder rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit...

7.8CVSS5.2AI score0.00128EPSS
SaveExploits0
CVE
CVE
added last week12 views

CVE-2026-63846

Summary: CVE-2026-63846 concerns the Linux kernel DRM/amdgpu JPEG v3.0 ring. The issue is that JPEG rings do not support 64-bit user fence writes, so submissions using user fences were rejected, which is the root cause described as a patch in the kernel commit (cherry picked from commit 4d7d774f1...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References5
CVE
CVE
added last week12 views

CVE-2026-63845

The CVE-2026-63845 entry concerns the Linux kernel DRM/AMDGPU JPEG driver: JPEG v4.0 rings do not support 64-bit user fence writes, and submissions using user fences are rejected. This is a local, low-privilege path (LOCAL, LOW attack complexity, user interaction NONE) with high impact on confide...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added last week5 views

CVE-2026-63846

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set nouserfence for JPEG v3.0 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit 4d7d774f100efb5089c86a1fb8c5bf47c63fc9ef...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
OSV
OSV
added last week5 views

CVE-2026-63844 drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 ring

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set nouserfence for JPEG v4.0.3 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit 2f6afc97d259d530f4f86c7743efbc573a8da927...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added last week30 views

CVE-2026-63842 drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.0 ring

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set nouserfence for JPEG v5.0.0 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit 0f43893d3cd478fa57836697525b338817c9c23d...

7.8CVSS0.00129EPSS
SaveExploits0References4
Cvelist
Cvelist
added last week31 views

CVE-2026-63840 drm/amdgpu/jpeg: set no_user_fence for JPEG v5.3.0 ring

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set nouserfence for JPEG v5.3.0 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit 86ac011ae234c03fb872f4945913391ea1d8862e...

7.8CVSS0.00121EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 11:16 a.m.8 views

CVE-2026-53378

In the Linux kernel, the following vulnerability has been resolved: drm/colorop: Fix blob property reference tracking in state lifecycle The colorop state blob property handling had memory leaks during state duplication, destruction, and reset operations. The implementation failed to follow the...

0.00145EPSS
SaveExploits0References2
Rows per page
Query Builder