AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68114

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel's AMD GPU driver allows for a potential kernel crash due to improper error handling, where a BUG_ON() was replaced with WARN_ON(). This change mitigates the risk of system instability by preventing unnecessary kernel crashes in specific scenarios. Organizations using Linux systems with AMD graphics hardware should prioritize this update to enhance system reliability and stability.

CVE
CVE-2026-68114
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx12.1: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit e4d99e04b2e9b13b97d3b17804c735f62689db23)