CVE Catalog

CVE-2026-68112

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 GFX9.4.3 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/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)

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