CVE-2026-68115
Received Received - Intake

AMDGPU GFX10 Kernel BUG_ON Replacement Vulnerability

Vulnerability report for CVE-2026-68115, 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/gfx10: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit ac6f00beb658239bced4aaed9efbb04a35348d48)

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 a flaw in the Linux kernel's AMD GPU driver for the GFX10 architecture. The issue is that the kernel uses BUG_ON() to handle certain error conditions, which causes the system to crash instead of just issuing a warning. This unnecessarily terminates the kernel when a less severe response would suffice.

Detection Guidance

This vulnerability is specific to the Linux kernel's AMD GPU driver (amdgpu) and does not have a direct network detection method. You can check kernel logs for warnings related to the gfx10 component using commands like dmesg | grep amdgpu or journalctl -k | grep amdgpu.

Impact Analysis

This vulnerability could lead to unexpected system crashes when the AMD GPU driver encounters specific error conditions. This may cause data loss, application interruptions, or system instability, particularly for users relying on AMD GPUs with GFX10 architecture.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this issue. Monitor kernel logs for any related warnings after updating. If you cannot update immediately, consider disabling the affected AMD GPU driver module if not in use.

Chat Assistant

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

EPSS Chart