CVE Catalog

CVE-2026-68114

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

Exploitation Probability (EPSS)

Low risk
0.16%

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

Summary

In the Linux kernel, in the AMDGPU graphics driver for GFX12.1 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.1: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit e4d99e04b2e9b13b97d3b17804c735f62689db23)

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