CVE-2026-68112
Received Received - Intake

AMDGPU GFX9.4.3 BUG_ON Replacement in Linux Kernel

Vulnerability report for CVE-2026-68112, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: kernel.org

Description

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)

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves the Linux kernel's AMD GPU driver for the gfx9.4.3 architecture. The issue was that the kernel used BUG_ON() to handle certain error conditions, which would crash the system. The fix replaces BUG_ON() with WARN_ON(), allowing the kernel to issue a warning instead of crashing when these conditions occur.

Detection Guidance

This vulnerability is specific to the Linux kernel's AMD GPU driver (amdgpu) for gfx9.4.3. Detection involves checking kernel logs for WARN_ON() or BUG_ON() triggers related to the AMD GPU driver. Commands like dmesg | grep -i amdgpu or journalctl -k | grep -i amdgpu may help identify such events.

Impact Analysis

This vulnerability could lead to unexpected system crashes if the affected GPU driver encounters specific error conditions. Users may experience sudden system failures or instability when using applications that trigger these conditions.

Mitigation Strategies

Update the Linux kernel to the latest stable version that includes the fix for this issue. Monitor kernel logs for any AMD GPU-related warnings or errors after applying the update. If the issue persists, consider disabling the AMD GPU driver temporarily or consult the kernel documentation for further guidance.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-68112. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart