AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-74353

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the AMD GPU driver, specifically in the handling of queue management during suspend and resume operations. If not addressed, this flaw could lead to incomplete GPU resets, potentially causing system instability or performance degradation. Organizations utilizing Linux systems with AMD GPUs should prioritize this issue to ensure optimal performance and reliability.

CVE
CVE-2026-74353
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: always resume_all after suspend_all Need to restore any good queues even if the suspend_all failed for some. Always run remove_queue as that will schedule a GPU reset is removing the queue fails. v2: move resume_all after remove