Lucene search
+L

171768 matches found

CVE
CVE
added 2026/08/10 12:02 p.m.47 views

CVE-2026-68315

Summary (CVE-2026-68315) : In the Linux kernel SCTP implementation, processing a RESET_IN_REQUEST from a peer can derive a stream count from the parameter length and then exceed SCTP_MAX_CHUNK_LEN when constructing the corresponding RESET_OUT_REQUEST. The OUT header is 16 bytes vs IN header 8 byt...

7.5CVSS5.4AI score0.00508EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:01 p.m.41 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 2026/08/10 12:01 p.m.38 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 2026/08/10 12:01 p.m.6 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.00138EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:01 p.m.35 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...

7.1CVSS0.00129EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:01 p.m.7 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 2026/08/10 12:01 p.m.35 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 2026/08/10 12:00 p.m.27 views

CVE-2026-68230

CVE-2026-68230 affects the Linux kernel media: amlogic-c3 driver. The vulnerability stems from improper validation of AWB/AE configuration, failing to ensure zones_num does not exceed allocated memory for zone weights, leading to potential invalid memory access and buffer overflow. Multiple sourc...

7.3CVSS5.5AI score0.0017EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.34 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.3CVSS0.0017EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:00 p.m.6 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.0017EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:00 p.m.7 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
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.32 views

CVE-2026-68225 media: i2c: alvium: fix critical pointer access in alvium_ctrl_init

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

0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/10 12:00 p.m.31 views

CVE-2026-68206

The CVE-2026-68206 entry pertains to the Linux kernel, specifically the media: v4l2-ctrls path for HEVC, where the common validation of slice parameters did not verify active L0/L1 reference counts before driver-specific code ran. Red Hat, Ubuntu, Debian, NVD, and other sources describe a flaw th...

7.8CVSS5.3AI score0.00176EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 12:00 p.m.9 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.00176EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:00 p.m.26 views

CVE-2026-68196

CVE-2026-68196 affects the Linux kernel wilc1000 Wi-Fi driver. A malformed association response can lead to an out-of-bounds read due to improper validation when computing trailing IE length (ies_len = buffer_len - sizeof(*res)) without verifying buffer_len against the fixed header. Short frames ...

8.3CVSS5.3AI score0.00419EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.36 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...

8.3CVSS0.00419EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:00 p.m.10 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...

8.3CVSS5.4AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 11:59 a.m.9 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
SaveExploits0References9
EUVD
EUVD
added 2026/08/10 11:59 a.m.8 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.00205EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.31 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...

0.00205EPSS
SaveExploits0References6
Rows per page
Query Builder