AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68110

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, specifically in the SDMA component, where a critical failure condition was improperly handled. Instead of crashing the kernel with a BUG_ON() directive, it has been updated to use WARN_ON(), which allows the system to continue running while logging a warning instead of terminating. Linux system administrators and developers working with AMD GPU drivers should prioritize this update to enhance system stability and prevent unnecessary kernel crashes.

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

Original NVD Description

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