Lucene search
K

302626 matches found

Debian CVE
Debian CVE
added 2026/05/28 9:40 a.m.7 views

CVE-2026-46234

In the Linux kernel, the following vulnerability has been resolved: vsock: fix buffer size clamping order In vsockupdatebuffersize, the buffer size was being clamped to the maximum first, and then to the minimum. If a user sets a minimum buffer size larger than the maximum, the minimum check...

5.8AI score0.00032EPSS
Exploits0
CVE
CVE
added 2026/05/28 9:40 a.m.14 views

CVE-2026-46234

The CVE-2026-46234 entry concerns the Linux kernel vsock subsystem. The bug is in vsock_update_buffer_size(), where buffer_size was clamped to the maximum first, then to the minimum; if min > max, the minimum check could override the maximum, allowing vsk->buffer_size to exceed vsk->buff...

5.9AI score0.00032EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/28 9:40 a.m.28 views

CVE-2026-46230 drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg...

7.1CVSS0.00013EPSS
Exploits0References7
EUVD
EUVD
added 2026/05/28 9:40 a.m.8 views

EUVD-2026-32857

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg...

5.8AI score0.00013EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:40 a.m.5 views

CVE-2026-46224

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix bo leak in xedmabufinitobj on allocation failure When drmgpuvmresvobjectalloc fails, the pre-allocated storage bo is not freed. Add xebofreestorage before returning the error. xedmabufinitobj calls xeboinitlocked, whi...

5.8AI score0.00022EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/05/28 9:40 a.m.6 views

CVE-2026-46224

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix bo leak in xedmabufinitobj on allocation failure When drmgpuvmresvobjectalloc fails, the pre-allocated storage bo is not freed. Add xebofreestorage before returning the error. xedmabufinitobj calls xeboinitlocked, whi...

5.7AI score0.00022EPSS
Exploits0
CVE
CVE
added 2026/05/28 9:40 a.m.13 views

CVE-2026-46224

The CVE-2026-46224 entry concerns the Linux kernel drm/xe subsystem: a leaked buffer object (bo) in xe_dma_buf_init_obj() during allocation failure. The fix ensures that when drm_gpuvm_resv_object_alloc() fails, storage is freed via xe_bo_free(storage); since xe_dma_buf_init_obj() already frees t...

5.8AI score0.00022EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:40 a.m.7 views

CVE-2026-46218

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add bounds checking to ibget,setvalue The uvd/vce/vcn code accesses the IB at predefined offsets without checking that the IB is large enough. Check the bounds here. The caller is responsible for making sure it can...

7.1CVSS6AI score0.00013EPSS
Exploits0References7Affected Software1
EUVD
EUVD
added 2026/05/28 9:40 a.m.12 views

EUVD-2026-32845

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add bounds checking to ibget,setvalue The uvd/vce/vcn code accesses the IB at predefined offsets without checking that the IB is large enough. Check the bounds here. The caller is responsible for making sure it can...

6AI score0.00013EPSS
Exploits0References5
Cvelist
Cvelist
added 2026/05/28 9:40 a.m.27 views

CVE-2026-46218 drm/amdgpu: Add bounds checking to ib_{get,set}_value

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add bounds checking to ibget,setvalue The uvd/vce/vcn code accesses the IB at predefined offsets without checking that the IB is large enough. Check the bounds here. The caller is responsible for making sure it can...

7.1CVSS0.00013EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2026/05/28 9:40 a.m.5 views

CVE-2026-46207

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix empty payload in tap skb for non-linear buffers For non-linear skbs, virtiotransportbuildskb goes through virtiotransportcopynonlinearskb to copy the original payload in the new skb to be delivered to the vsockm...

5.7AI score0.00023EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/28 9:40 a.m.9 views

CVE-2026-46204

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing IB Rewrite the IB parsing to use amdgpuibgetvalue which handles the bounds checks...

7.1CVSS5.7AI score0.00013EPSS
Exploits0
Debian CVE
Debian CVE
added 2026/05/28 9:40 a.m.5 views

CVE-2026-46201

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix dma-buf attachment leak in xegemprimeimport When xedmabufinitobj fails, the attachment from dmabufdynamicattach is not detached. Add dmabufdetach before returning the error. Note: we cannot use goto outerr here becaus...

7.8CVSS5.7AI score0.00013EPSS
Exploits0
Cvelist
Cvelist
added 2026/05/28 9:40 a.m.28 views

CVE-2026-46201 drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix dma-buf attachment leak in xegemprimeimport When xedmabufinitobj fails, the attachment from dmabufdynamicattach is not detached. Add dmabufdetach before returning the error. Note: we cannot use goto outerr here becaus...

7.8CVSS0.00013EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:40 a.m.6 views

CVE-2026-46201

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix dma-buf attachment leak in xegemprimeimport When xedmabufinitobj fails, the attachment from dmabufdynamicattach is not detached. Add dmabufdetach before returning the error. Note: we cannot use goto outerr here becaus...

5.8AI score0.00013EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2026/05/28 9:40 a.m.14 views

CVE-2026-46201

CVE-2026-46201 affects the Linux kernel drm/xe: an error path in xe_gem_prime_import() leaks a dma_buf attachment when xe_dma_buf_init_obj() fails, because the attachment from dma_buf_dynamic_attach() is not detached. The fix explicitly detaches via dma_buf_detach() before returning an error, avo...

7.8CVSS5.8AI score0.00013EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/28 9:40 a.m.7 views

EUVD-2026-32826

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg...

5.8AI score0.00013EPSS
Exploits0References5
CVE
CVE
added 2026/05/28 9:40 a.m.12 views

CVE-2026-46198

The CVE-2026-46198 issue affects the Linux kernel’s batman-adv component. A mismatch between integer types caused an integer overflow in batadv_iv_ogm_send_to_if, where buff_pos is s16 while the size check uses an int in batadv_iv_ogm_aggr_packet, potentially enabling an out-of-bounds read. The v...

8.8CVSS5.8AI score0.0003EPSS
Exploits0References8
CVE
CVE
added 2026/05/28 9:40 a.m.17 views

CVE-2026-46197

The CVE-2026-46197 issue affects the Linux kernel DRM/AMDKFD component, where the nattr field validation for SVM ioctl was insufficient against the reported buffer size, enabling out-of-bounds access via a user-controlled attribute count. The root cause is input size validation failure in the SVM...

7.8CVSS5.9AI score0.00013EPSS
Exploits0References7
Cvelist
Cvelist
added 2026/05/28 9:40 a.m.24 views

CVE-2026-46197 drm/amdkfd: validate SVM ioctl nattr against buffer size

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: validate SVM ioctl nattr against buffer size Validate nattr field against the buffer size, preventing out-of-bounds buffer access via user-controlled attribute count. cherry picked from commit...

7.8CVSS0.00013EPSS
Exploits0References7
Rows per page
Query Builder