CVE Catalog

CVE-2026-68115

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

Exploitation Probability (EPSS)

Low risk
0.17%

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

Summary

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

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