AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68112

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 affects the AMD GPU driver, where the use of BUG_ON() could lead to unnecessary kernel crashes in certain error conditions. Instead, the implementation has been updated to use WARN_ON(), which allows the system to continue operating without a crash. Linux system administrators and developers utilizing affected AMD GPU hardware should prioritize applying this fix to enhance system stability.

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

Original NVD Description

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