Lucene search
+L

1417496 matches found

OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68288

In the Linux kernel, the following vulnerability has been resolved: net: dropmonitor: fix info leak in NETDMATTRPAYLOAD netdmpacketreportfill and netdmhwpacketreportfill open code the NETDMATTRPAYLOAD attribute to avoid zeroing the packet payload before overwriting it with skbcopybits. skbput...

5.2AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68284

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix cork use-after-free in tcpbpfsendmsg tcpbpfsendmsg keeps msgtx across skstreamwaitmemory, which drops and reacquires the socket lock. Its error path tries to decide whether msgtx names the local temporary messag...

5.4AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68281

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Count paired job fence as dependency in preparejob The DRM scheduler's preparejob callback counts the remaining non-signaled native dependencies for a job, preventing job submission until those plus job data and...

5.3AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-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 score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68271

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix reversed error cleanup order in ucopy functions nouveauuvmmvmbinducopy and nouveauexecucopy place their error cleanup labels in allocation order rather than reverse allocation order. On a umemcpya failure for...

5.2AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68278

In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix buffer overflows in sideband chunk accumulation drmdpsidebandappendpayload has three related bugs when processing device-provided sideband reply data: 1. Zero-length curchunklen underflow: msglen is a 6-bit field...

5.3AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68273

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix context pstate override handling There are several problems in the context pstate handling code. The most serious ones are potential use-after-free and NULL pointer dereferences at context initialization time. Bot...

5.3AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago6 views

DEBIAN-CVE-2026-68270

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Avoid possible truncation with calculating visible size Calculating the visible size of the system framebuffer can result in truncation of the result. The calculation uses 32-bit arithmetics, which can overflow if the...

5.2AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68263

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix double call to drmschedentityfini Call sequence of double call: pvrcontextdestroy pvrcontextkillqueues pvrqueuekill drmschedentitydestroy drmschedentityfini // here pvrcontextput...

5.3AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68265

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix BO prefetch with CONSULTMEMADVISEPREFLOC When prefetch region is DRMXECONSULTMEMADVISEPREFLOC for a BO VMA, the code used it as an index into regiontomemtype, causing an out-of-bounds access since the value is -1...

5.2AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68269

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Add missing nospec on parallel submit slot Add missing Spectre mitigation for userspace controlled parallel submission slot. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry...

5.2AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68256

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: detectlinkandlocalsink: DP alt mode timeout path leaks prevsink reference prevsink is unconditionally retained via dcsinkretain at function entry, but the DP alt mode timeout path inside SIGNALTYPEDISPLAYPORT...

5.2AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68255

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: bound EDID block reads to the response buffer virtiogetedidblock validates the read offset only against the device-supplied resp-size field, never against the fixed-size resp-edid array. The EDID block index is driven...

5.4AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68262

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix user array stride in pvrsetuobjarray pvrsetuobjarray copies an array of kernel objects to a userspace array whose element size is described by out-stride. When out-stride is different from the kernel object...

5.2AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago6 views

DEBIAN-CVE-2026-68260

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

5.3AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68249

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma5.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit 8d144a0eb09537055841af48c9e7c2d4cd48e84d...

5.2AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68251

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma6.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit c17a508a7d652da3728f8bbc481bfffe96d65a87...

5.2AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68252

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma7.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit 9723a8bed3aa251a26bee4583bac9d8fb064dd44...

5.2AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-68250

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma5.2: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit ae658afc7f47f6147371ec42cc6b1a793dfdb5af...

5.2AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-68246

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx11: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit daa62107452d2451787c4248ca38fa2d1a0cbefd...

5.2AI score0.00168EPSS
SaveExploits0References1
Rows per page
Query Builder