AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68113

UNKNOWN · CVSS N/A EPSS 0.17%

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 denial of service due to the use of BUG_ON() instead of WARN_ON(), which could lead to unnecessary kernel crashes. This issue primarily affects systems utilizing the AMD GPU graphics stack. Organizations relying on Linux systems with AMD graphics should prioritize patching to enhance system stability and prevent unexpected crashes.

CVE
CVE-2026-68113
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

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