PatchSiren cyber security CVE debrief
CVE-2026-97422 Linux CVE debrief
The Linux kernel has a vulnerability in the drm/amdkfd component that allows for an information leak of SMI events across processes. This could enable any /dev/kfd user in the render group to monitor all GPU workloads. The issue arises from the kfd_smi_ev_enabled() function skipping the suser privilege check when the process ID (pid) is 0. PROCESS_START, PROCESS_END, and VMFAULT events are emitted with pid=0 but carry another process's PID and command name.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-24
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-24
- Advisory updated
- 2026-09-25
Who should care
System administrators and security teams managing Linux systems with the drm/amdkfd component should assess exposure and apply patches. Users with access to /dev/kfd, particularly those in the render group, should be monitored and managed to prevent unauthorized access to GPU workload information.
Why it matters
The Linux kernel drm/amdkfd component vulnerability allows for cross-process information leaks of SMI events, potentially enabling unauthorized monitoring of GPU workloads. Defenders should prioritize patching, monitoring, and access management to mitigate this issue.
- Potential unauthorized monitoring of GPU workloads by users in the render group.
- Information leak of SMI events across processes.
- Need for verification and application of official kernel patches.
- Potential for elevated privileges or access to sensitive GPU workload information.
Technical summary
The drm/amdkfd component of the Linux kernel has a vulnerability that allows for cross-process information leaks of SMI events. The kfd_smi_ev_enabled() function does not properly check privileges when the process ID is 0, leading to potential monitoring of all GPU workloads by users in the render group. Official kernel patches have been provided to address this issue. Affected systems should be identified and patched promptly to prevent unauthorized access to GPU workload information. Additionally, monitoring and restricting access to /dev/kfd are recommended to mitigate this vulnerability.
Defensive priority
Defenders should prioritize verifying and applying patches for this vulnerability, particularly for systems utilizing the Linux kernel with the drm/amdkfd component. Monitoring and restricting access to /dev/kfd, as well as ensuring that users in the render group are properly managed, are also recommended.
Recommended defensive actions
- Verify and apply the official patches for the Linux kernel drm/amdkfd component.
- Restrict access to /dev/kfd to authorized users only.
- Monitor GPU workloads and manage users in the render group.
- Review system configurations and user permissions for /dev/kfd access.
- Perform vulnerability scanning to identify potential exposures.
- Implement additional monitoring to detect anomalous GPU workload activity.
- Review and update incident response plans to address potential exploitation.
Evidence notes
The CVE record and source references indicate that this vulnerability has been resolved in the Linux kernel. The issue allows for cross-process information leaks of SMI events. Official references are provided to the kernel patches addressing this issue.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97422 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97422
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97422 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97422
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5bb2dfa65d8da83e87b2a31c270bc567df69a5ca
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/92a8dba246d371fe268280e5fd74b0955688e6df
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.