Lucene search
+L

495745 matches found

Cvelist
Cvelist
added yesterday30 views

CVE-2026-68298 drm/xe/vm: Fix SVM leak on resv obj alloc failure in xe_vm_create()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix SVM leak on resv obj alloc failure in xevmcreate Commit 9e9787414882 "drm/xe/userptr: replace xehmm with gpusvm" made xesvminit unconditional in xevmcreate and extended it to also initialize a "simple" gpusvm state...

SaveExploits0References3
OSV
OSV
added yesterday3 views

CVE-2026-68296 net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM

In the Linux kernel, the following vulnerability has been resolved: net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM Before commit 00d066a4d4ed "netdevfeatures: convert NETIFFLLTX to dev-lltx", NETIFFLLTX was set unconditionally in both gretunnelinit and ip6gretnlinitfeatures alongside...

5.3AI score
SaveExploits0References7
Cvelist
Cvelist
added yesterday27 views

CVE-2026-68296 net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM

In the Linux kernel, the following vulnerability has been resolved: net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM Before commit 00d066a4d4ed "netdevfeatures: convert NETIFFLLTX to dev-lltx", NETIFFLLTX was set unconditionally in both gretunnelinit and ip6gretnlinitfeatures alongside...

SaveExploits0References4
EUVD
EUVD
added yesterday6 views

EUVD-2026-55397

In the Linux kernel, the following vulnerability has been resolved: net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM Before commit 00d066a4d4ed "netdevfeatures: convert NETIFFLLTX to dev-lltx", NETIFFLLTX was set unconditionally in both gretunnelinit and ip6gretnlinitfeatures alongside...

5.3AI score
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-68296

In the Linux kernel, the following vulnerability has been resolved: net: gre: fix lltx regression for GRE tunnels with SEQ/CSUM Before commit 00d066a4d4ed "netdevfeatures: convert NETIFFLLTX to dev-lltx", NETIFFLLTX was set unconditionally in both gretunnelinit and ip6gretnlinitfeatures alongside...

5.2AI score
SaveExploits0
CVE
CVE
added yesterday15 views

CVE-2026-68296

CVE-2026-68296 refers to a Linux kernel issue where GRE/GRETAP/ip6gre tunnels with SEQ/CSUM could lose lockless TX due to a regression in NETIF_F_LLTX handling. The root cause was that after the 00d066a4d4ed commit, dev->lltx was assigned after the early returns, breaking the unconditional TX ...

5.3AI score
SaveExploits0References4
CVE
CVE
added yesterday11 views

CVE-2026-68283

CVE-2026-68283 is a Linux kernel tracing vulnerability fixed by delaying the freeing of event_trigger_data to a dedicated kthread via tracepoint_synchronize_unregister. The change removes prior inline synchronization from trigger_data_free(), causing a use-after-free if a concurrent tracepoint ha...

5.4AI score
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-68283

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

5.3AI score
SaveExploits0
Cvelist
Cvelist
added yesterday28 views

CVE-2026-68283 tracing: Fix use-after-free freeing trigger private data

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

SaveExploits0References2
EUVD
EUVD
added yesterday4 views

EUVD-2026-55384

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

5.4AI score
SaveExploits0References2
OSV
OSV
added yesterday3 views

CVE-2026-68283 tracing: Fix use-after-free freeing trigger private data

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

5.5AI score
SaveExploits0References5
OSV
OSV
added yesterday2 views

CVE-2026-68276 drm/amdgpu/gfx: fix cleaner shader IB buffer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

5.5AI score
SaveExploits0References7
CVE
CVE
added yesterday16 views

CVE-2026-68276

The CVE affects the Linux kernel driver path drm/amdgpu/gfx. The cleaner shader sysfs path allocated a 16-dword (64-byte) IB but incorrectly filled (align_mask + 1) dwords; with align_mask 0xff, the loop wrote 256 dwords into a 64-byte buffer, causing a kernel page fault. The fix is to fill 16 dw...

5.4AI score
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-68276

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

5.4AI score
SaveExploits0
EUVD
EUVD
added yesterday6 views

EUVD-2026-55377

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added yesterday22 views

CVE-2026-68276 drm/amdgpu/gfx: fix cleaner shader IB buffer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

SaveExploits0References4
OSV
OSV
added yesterday2 views

CVE-2026-68275 drm/amdgpu: check amdgpu_vm_bo_find() result in GET_MAPPING_INFO

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check amdgpuvmbofind result in GETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO path of amdgpugemopioctl looks up the bova for the buffer object in the caller's VM via amdgpuvmbofind, but uses the returned pointer without...

5.6AI score
SaveExploits0References6
EUVD
EUVD
added yesterday6 views

EUVD-2026-55376

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check amdgpuvmbofind result in GETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO path of amdgpugemopioctl looks up the bova for the buffer object in the caller's VM via amdgpuvmbofind, but uses the returned pointer without...

5.5AI score
SaveExploits0References3
CVE
CVE
added yesterday11 views

CVE-2026-68275

The CVE-2026-68275 entry concerns the Linux kernel DRM/AMDGPU driver. In the AMDGPU GEM GET_MAPPING_INFO path, amdgpu_gem_op_ioctl() looks up the BO in the caller’s VM via amdgpu_vm_bo_find() but does not verify the returned pointer before using it. If no bo_va exists for the BO in that VM (the n...

5.5AI score
SaveExploits0References3
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-68275

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check amdgpuvmbofind result in GETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO path of amdgpugemopioctl looks up the bova for the buffer object in the caller's VM via amdgpuvmbofind, but uses the returned pointer without...

5.4AI score
SaveExploits0
Rows per page
Query Builder