CVE Catalog

CVE-2026-68113

Low risk· EPSS 6%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel, in the AMDGPU graphics driver for GFX12 generation, BUG_ON() macros have been replaced with WARN_ON() to avoid kernel crashes on errors. The fix is from a cherry-picked commit.

Risk Assessment

Previous use of BUG_ON() could cause intentional system hangs on errors, leading to service unavailability. Changing to WARN_ON() improves system stability.

Recommendation

Apply the official Linux kernel patch containing this change to improve system stability with AMD graphics cards.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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)

Vulnerability data from NVD (NIST) · CISA KEV · EPSS