Description
In the Linux kernel, the following vulnerability has been resolved:

drm/amdkfd: Fix missing authorization check in KFD_IOC_DBG_TRAP_DISABLE

Prevent unauthorized termination of active GPU debug sessions.
Previously, users with /dev/kfd access could terminate another process's
debug session without proper ownership or ptrace authorization.

(cherry picked from commit 4db4c5ffd5585b72622ecf6ffedf2da258ee23f5)
Published: 2026-08-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows users with access to the /dev/kfd device to terminate another process's GPU debug session without verifying session ownership or requiring ptrace authorization. This missing authorization step (CWE‑1220) enables local users to disrupt active debugging operations, causing denial of service to debugging activities.

Affected Systems

The flaw exists in the Linux kernel DRM KFD subsystem and affects all kernel versions that lack the corresponding patch. The affected product is the Linux kernel, with no specific downstream version information provided in the data.

Risk and Exploitability

The vulnerability is a local issue exploitable by any user with write access to the /dev/kfd device. The EPSS score is < 1%, indicating a very low but nonzero exploitation probability, and the issue is not listed in CISA KEV. Exploitation requires merely that the attacker has write access to the /dev/kfd character device, which is typically granted to privileged users; thus the risk is significant for environments that permit unrestricted access to this device. The CVSS score of 5.5 indicates medium severity. The missing authorization check (CWE‑1220) enables this local privilege escalation.

Generated by OpenCVE AI on September 2, 2026 at 04:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the patch corresponding to commit 4db4c5ffd5585b72622ecf6ffedf2da258ee23f5.
  • Restrict the /dev/kfd device node permissions so that only authorized users or groups can write to it; for example, set group ownership to a privileged group and apply 660 permissions.
  • Configure SELinux or AppArmor policies that deny ioctl calls on /dev/kfd to processes lacking the necessary capabilities, thereby enforcing proper access control.

Generated by OpenCVE AI on September 2, 2026 at 04:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1220
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 28 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix missing authorization check in KFD_IOC_DBG_TRAP_DISABLE Prevent unauthorized termination of active GPU debug sessions. Previously, users with /dev/kfd access could terminate another process's debug session without proper ownership or ptrace authorization. (cherry picked from commit 4db4c5ffd5585b72622ecf6ffedf2da258ee23f5)
Title drm/amdkfd: Fix missing authorization check in KFD_IOC_DBG_TRAP_DISABLE
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-30T07:08:35.224Z

Reserved: 2026-08-26T14:34:25.786Z

Link: CVE-2026-80703

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:55.850

Modified: 2026-08-30T07:17:21.563

Link: CVE-2026-80703

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80703 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T05:00:13Z

Weaknesses
  • CWE-1220

    Insufficient Granularity of Access Control