Lucene search
+L

169967 matches found

CVE
CVE
added 3 days ago26 views

CVE-2026-68315

The CVE-2026-68315 issue affects the Linux kernel SCTP stack. In sctp_process_strreset_inreq(), the stream count is derived from the IN-parameter length, but there is no validation ensuring the corresponding OUT request fits within SCTP_MAX_CHUNK_LEN. This can lead to a __u16 overflow in sctp_mak...

5.4AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago21 views

CVE-2026-68272

The CVE-2026-68272 affects the Linux kernel DRM/AMDGPU stack. It introduces a minimum-length validation for the AMDGPU_CHUNK_ID_CP_GFX_SHADOW chunk in amdgpu_cs_pass1(), so undersized chunks (length_dw == 0) are now rejected with -EINVAL before pass2 dereferences data. Previously, a zero-size poi...

5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago34 views

CVE-2026-68272 drm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate CPGFXSHADOW chunk size in CS pass1 Add a minimum-length check for the AMDGPUCHUNKIDCPGFXSHADOW chunk in amdgpucspass1, matching the gate already present for the IB, FENCE and BOHANDLES chunk types. The...

0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-55365

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: Reset currentop in xeptupdateopsinit xeptupdateopsinit fails to reset currentop to 0. On the vmbind path, opsexecute calls xeptupdateopsprepare inside the xevalidationguard / drmexecuntilalllocked loop. When that loop...

5.4AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 3 days ago31 views

CVE-2026-68258 drm/amdkfd: Check bounds on CRIU restore queue type and mqd size

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check bounds on CRIU restore queue type and mqd size We weren't checking whether the values provided in the private data in kfd CRIU restore were within bounds. For queue type, add a KFDQUEUETYPEMAX and ensure the...

0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-55355

In the Linux kernel, the following vulnerability has been resolved: drm/i915/vrr: require valid min/max vfreq for VRR Ensure the EDID provided min/max vfreq are valid. Most scenarios are already covered by coincidence through the checks in intelvrriscapable and intelvrrisinrange, but be more...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago21 views

CVE-2026-68254

The Linux kernel component drm/i915/vrr was updated to enforce that EDID-provided min_vfreq and max_vfreq are valid for VRR. The root cause was inadequate validation of VRR frequencies, with a potential division-by-zero in intel_vrr_compute_vmax if min_vfreq was zero. The fix explicitly validates...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago18 views

CVE-2026-68230

The CVE applies to the Linux kernel component for media/amlogic-c3. It concerns the image signal processing parameters in drivers/media/platform/amlogic/c3/isp/c3-isp-params.c, specifically the functions c3_isp_params_awb_wt() and c3_isp_params_ae_wt(). The root cause is inadequate validation whe...

5.5AI score0.00214EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago31 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...

0.00214EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-55331

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

5.5AI score0.00214EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-55326

In the Linux kernel, the following vulnerability has been resolved: media: i2c: alvium: fix critical pointer access in alviumctrlinit The current implementation of alviumctrlinit creates several controls in function alviumctrlinit and uses the returned pointer without check. That can cause write...

5.3AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago19 views

CVE-2026-68206

The CVE concerns the Linux kernel media stack (v4l2-ctrls) where HEVC slice parameters are exposed as stateless V4L2 controls. Root cause: the common HEVC slice control validation did not verify the active L0/L1 reference counts before driver-specific code consumed them, potentially allowing out-...

5.3AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-55307

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-ctrls: validate HEVC active reference counts HEVC slice parameters are shared stateless V4L2 controls, but the common validation path does not verify the active L0/L1 reference counts before driver-specific code...

5.3AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago16 views

CVE-2026-68196

The CVE-2026-68196 issue affects Linux kernel WiFi Wilc1000: the function wilc_parse_assoc_resp_info computes ies_len as buffer_len - sizeof(*res) without validating that buffer_len >= sizeof(struct wilc_assoc_resp) (6 bytes). For frames shorter than the 6-byte fixed header, subtraction wraps;...

5.3AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago3 views

CVE-2026-68196 wifi: wilc1000: validate assoc response length before subtracting header

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: validate assoc response length before subtracting header wilcparseassocrespinfo computes the trailing IE length as ieslen = bufferlen - sizeofres; without first checking that bufferlen is at least sizeofstruct...

5.4AI score
SaveExploits0References8
OSV
OSV
added 3 days ago7 views

CVE-2026-68165 mm/damon/core: validate ranges in damon_set_regions()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damonsetregions DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMONSYSFS, DAMONRECLAIM and DAMONLRUSORT allow users to set empty monitoring...

5.4AI score
SaveExploits0References8
CVE
CVE
added 3 days ago19 views

CVE-2026-68165

The CVE affects the Linux kernel DAMON subsystem (mm/damon/core) where damon_set_regions() did not validate zero-length regions created by certain callers (DAMON_SYSFS, DAMON_RECLAIM, DAMON_LRU_SORT). This could trigger WARN_ONCE on CONFIG_DAMON_DEBUG_SANITY and cause a divide-by-zero in damon_me...

5.3AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-55551

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: validate ranges in damonsetregions DAMON core logic assumes zero length regions don't exist. However, a few DAMON API callers including DAMONSYSFS, DAMONRECLAIM and DAMONLRUSORT allow users to set empty monitoring...

5.3AI score0.002EPSS
SaveExploits0References5
OSV
OSV
added 3 days ago4 views

CVE-2026-68164 mm/damon/core: disallow overlapping input ranges for damon_set_regions()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: disallow overlapping input ranges for damonsetregions damonsetregions assumes the input ranges are sorted by the address and don't overlap each other. Hence the assumption was initially to be explicitly validated...

5.4AI score
SaveExploits0References8
CVE
CVE
added 3 days ago18 views

CVE-2026-68164

The CVE concerns the Linux kernel DAMON subsystem, specifically the function damon_set_regions() in mm/damon/core. The root cause was that input ranges were assumed to be sorted and non-overlapping, but a prior commit removed validation, allowing overlapping ranges. The consequence can be odd mon...

5.3AI score0.00209EPSS
SaveExploits0References5
Rows per page
Query Builder