Lucene search
+L

258209 matches found

Cvelist
Cvelist
added 5 days ago31 views

CVE-2026-68293 net/mlx5: Fix MCIA register buffer overflow on 32 dword reads

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix MCIA register buffer overflow on 32 dword reads The MCIA register can return up to 32 dwords 128 bytes when the device advertises the mcia32dwords capability, but struct mlx5ifcmciaregbits only defines dword0..11,...

7.1CVSS0.00138EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago23 views

CVE-2026-68293

Summary (CVE-2026-68293) : A Linux kernel vulnerability in the net/mlx5 driver allows a buffer overflow when reading the MCIA register on devices advertising the mcia_32dwords capability. The function mlx5_query_mcia() may copy more bytes than the allocated output buffer, due to a mismatch betwee...

7.1CVSS5.7AI score0.00138EPSS
SaveExploits0References4
OSV
OSV
added 5 days ago5 views

CVE-2026-68293 net/mlx5: Fix MCIA register buffer overflow on 32 dword reads

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix MCIA register buffer overflow on 32 dword reads The MCIA register can return up to 32 dwords 128 bytes when the device advertises the mcia32dwords capability, but struct mlx5ifcmciaregbits only defines dword0..11,...

7.1CVSS5.7AI score
SaveExploits0References7
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-55394

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix MCIA register buffer overflow on 32 dword reads The MCIA register can return up to 32 dwords 128 bytes when the device advertises the mcia32dwords capability, but struct mlx5ifcmciaregbits only defines dword0..11,...

5.7AI score0.00138EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 5 days ago7 views

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...

7.8CVSS5.4AI score0.00134EPSS
SaveExploits0
CVE
CVE
added 5 days ago26 views

CVE-2026-68278

The CVE-2026-68278 entry documents a Linux kernel vulnerability in drm/dp/mst sideband processing (drm_dp_sideband_append_payload). Three bugs allow out-of-bounds writes when processing device-provided sideband replies: (1) zero-length curchunk_len underflow leading to 255-byte reads/writes beyon...

5.3AI score0.00226EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago3 views

CVE-2026-68278 drm/dp/mst: fix buffer overflows in sideband chunk accumulation

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.4AI score
SaveExploits0References8
OSV
OSV
added 5 days ago3 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 5 days ago31 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 score0.00193EPSS
SaveExploits0References4
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-68274 drm/xe/guc: Fix buffer overflow in steered register list allocation

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Fix buffer overflow in steered register list allocation The size calculation for the steered register extarray uses only the geometry DSS mask gdssmask to determine the number of entries to allocate: total =...

7.8CVSS0.00151EPSS
SaveExploits0References3
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-55375

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Fix buffer overflow in steered register list allocation The size calculation for the steered register extarray uses only the geometry DSS mask gdssmask to determine the number of entries to allocate: total =...

5.7AI score0.00151EPSS
SaveExploits0References3
CVE
CVE
added 5 days ago28 views

CVE-2026-68274

The CVE-2026-68274 issue affects the Linux kernel component drm/xe/guc where allocation size for the steered register list uses only g_dss_mask, while the iteration over DSS bits includes both g_dss_mask and c_dss_mask. This mismatch can cause a buffer overflow, leading to memory corruption (list...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago4 views

CVE-2026-68274 drm/xe/guc: Fix buffer overflow in steered register list allocation

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Fix buffer overflow in steered register list allocation The size calculation for the steered register extarray uses only the geometry DSS mask gdssmask to determine the number of entries to allocate: total =...

7.8CVSS5.8AI score
SaveExploits0References6
OSV
OSV
added 5 days ago4 views

CVE-2026-68262 drm/imagination: Fix user array stride in pvr_set_uobj_array()

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...

7.1CVSS5.4AI score
SaveExploits0References7
OSV
OSV
added 5 days ago7 views

CVE-2026-68253 drm/i915/hdcp: check streams[] bounds before overflow

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hdcp: check streams bounds before overflow The data-streams overflow check is done after the buffer overflow has already happened. Move the overflow check before the write. Side note, emitting a warning splat with a...

7.8CVSS5.6AI score
SaveExploits0References8
OSV
OSV
added 5 days ago5 views

CVE-2026-68230 media: amlogic-c3: Add validations for ae and awb config

In the Linux kernel, the following vulnerability has been resolved: media: amlogic-c3: Add validations for ae and awb config Avoid invalid memory access if the zonesnum is bigger than zoneweight. This patch fixes the following smatch errors: drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:1...

7.3CVSS5.6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 5 days ago8 views

CVE-2026-68204

In the Linux kernel, the following vulnerability has been resolved: media: vivid: check for vb2isbusy when toggling caps The vividupdateformatcap/out functions must only be called if the capture/output queue are not busy. But for the controls that select the CROP/COMPOSE/SCALE capability that is...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago6 views

CVE-2026-68189

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Protect UUID list traversal The hcisync conversion moved class-of-device and EIR generation from an HCI request built under hdev-lock to asynchronous command sync work. The worker holds hdev-reqlock, but that...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0
OSV
OSV
added 5 days ago4 views

CVE-2026-68184 cdrom: fix stack out-of-bounds read in CDROMVOLCTRL

In the Linux kernel, the following vulnerability has been resolved: cdrom: fix stack out-of-bounds read in CDROMVOLCTRL mmcioctlcdromvolume first reads the audio control mode page into a 32-byte stack buffer with cgc-buflen set to 24. If the device reports a block descriptor, the function increas...

5.5AI score
SaveExploits0References8
OSV
OSV
added 5 days ago9 views

CVE-2026-68156 libceph: refresh auth->authorizer_buf{,_len} after authorizer update

In the Linux kernel, the following vulnerability has been resolved: libceph: refresh auth-authorizerbuf,len after authorizer update cephxcreateauthorizer caches au-buf-vec.iovbase and au-buf-vec.iovlen in struct cephauthhandshake. These cached values are then used by the messenger connect code wh...

9.8CVSS5.5AI score
SaveExploits0References8
Rows per page
Query Builder