Lucene search
+L

495513 matches found

EUVD
EUVD
added yesterday5 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 score
SaveExploits0References5
CVE
CVE
added yesterday10 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 score
SaveExploits0References5
Cvelist
Cvelist
added yesterday26 views

CVE-2026-68254 drm/i915/vrr: require valid min/max vfreq for VRR

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

SaveExploits0References5
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-68254

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.2AI score
SaveExploits0
EUVD
EUVD
added yesterday6 views

EUVD-2026-55354

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

5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-68253

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

5.5AI score
SaveExploits0
Cvelist
Cvelist
added yesterday23 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...

SaveExploits0References5
OSV
OSV
added yesterday6 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...

5.6AI score
SaveExploits0References8
CVE
CVE
added yesterday10 views

CVE-2026-68253

The CVE-2026-68253 entry concerns the Linux kernel, specifically the DRM/i915/hdcp driver. The issue is that the data->streams[] overflow check was performed after a potential overflow, and the fix moves the bounds check to precede the write, preventing overrun. The resolution is sourced from ...

5.6AI score
SaveExploits0References5
OSV
OSV
added yesterday2 views

CVE-2026-68252 drm/amdgpu/sdma7.0: replace BUG_ON() with WARN_ON()

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.4AI score
SaveExploits0References7
Cvelist
Cvelist
added yesterday27 views

CVE-2026-68252 drm/amdgpu/sdma7.0: replace BUG_ON() with WARN_ON()

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

SaveExploits0References4
Debian CVE
Debian CVE
added yesterday4 views

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 score
SaveExploits0
CVE
CVE
added yesterday9 views

CVE-2026-68252

The CVE affects the Linux kernel’s DRM AMDGPU SDMA7.0 code path, where the vulnerable usage was a BUG_ON() that could crash the kernel. It has been fixed by replacing BUG_ON() with WARN_ON(), indicating that such checks should warn rather than crash. Affected component: drm/amdgpu/sdma7.0. Root c...

5.3AI score
SaveExploits0References4
EUVD
EUVD
added yesterday4 views

EUVD-2026-55353

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.3AI score
SaveExploits0References4
Cvelist
Cvelist
added yesterday27 views

CVE-2026-68251 drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()

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

SaveExploits0References5
EUVD
EUVD
added yesterday5 views

EUVD-2026-55352

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.3AI score
SaveExploits0References5
OSV
OSV
added yesterday2 views

CVE-2026-68251 drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()

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.4AI score
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday5 views

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 score
SaveExploits0
CVE
CVE
added yesterday10 views

CVE-2026-68251

CVE-2026-68251 affects the Linux kernel’s drm/amdgpu/sdma6.0 code. The issue was resolved by replacing a BUG_ON() with WARN_ON(), so kernels will not crash in these cases. The fix is drawn from a cherry-picked commit (c17a508a7d652da3728f8bbc481bfffe96d65a87) and is reflected in multiple stable-t...

5.3AI score
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday3 views

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 score
SaveExploits0
Rows per page
Query Builder