AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68246

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 a critical error handling mechanism (BUG_ON) has been replaced with a less severe warning (WARN_ON). This change prevents unnecessary kernel crashes in certain scenarios, potentially improving system stability. Users and administrators of Linux systems utilizing AMD graphics hardware should prioritize applying the relevant updates to mitigate any risks associated with this issue.

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

Original NVD Description

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