AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68115

UNKNOWN · CVSS N/A EPSS 0.18%

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

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the amdgpu driver, where the use of BUG_ON() could lead to kernel crashes under certain conditions. This issue has been addressed by replacing it with WARN_ON(), which prevents unnecessary kernel panics. Linux system administrators and developers utilizing affected versions of the kernel should prioritize applying updates to enhance system stability and prevent potential disruptions.

CVE
CVE-2026-68115
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux

Original NVD Description

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