CVE Catalog

CVE-2026-68246

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, the drm/amdgpu/gfx11 driver replaced BUG_ON() with WARN_ON() to avoid crashing the kernel in certain cases.

Risk Assessment

Using BUG_ON() could cause intentional system crashes, leading to downtime. Replacing it with WARN_ON() reduces the risk of crashes.

Recommendation

It is recommended to update the Linux kernel to a version containing this fix to avoid unnecessary system crashes.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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)

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