In the Linux kernel, the following vulnerability has been resolved:
drm/amdkfd: Fix kfd_process_device_init_vm error handling
Should only destroy the ib_mem and let process cleanup worker to free
the outstanding BOs. Reset the pointer in pdd->qpd structure, to avoid
NULL pointer access in process destroy worker.
BUG: kernel NULL pointer dereference, address: 0000000000000010
Call Trace:
amdgpu_amdkfd_gpuvm_unmap_gtt_bo_from_kernel+0x46/0xb0 [amdgpu]
kfd_process_device_destroy_cwsr_dgpu+0x40/0x70 [amdgpu]
kfd_process_destroy_pdds+0x71/0x190 [amdgpu]
kfd_process_wq_release+0x2a2/0x3b0 [amdgpu]
process_one_work+0x2a1/0x600
worker_thread+0x39/0x3d0
Security readout for executives and security teams
Plain-English summary
CVE-2022-50354 is a Linux kernel flaw in the AMD GPU compute driver path. A local user on an affected system could trigger a kernel NULL pointer dereference and cause a denial of service. The sources do not show data theft, privilege escalation, or confirmed active exploitation.
Executive priority
Treat as a moderate availability risk. It is not a remote takeover issue, but on shared GPU or workstation infrastructure it can cause host disruption. Patch through normal kernel update processes, with faster handling for multi-user GPU systems.
Technical view
The issue is CWE-476 in drm/amdkfd error handling during kfd_process_device_init_vm cleanup. Incorrect destruction of GPU VM resources can leave state that later causes a NULL pointer dereference in the process destroy worker. CVSS is 5.5, local, low complexity, low privilege, no user interaction, availability high.
Likely exposure
Exposure is most relevant to Linux systems running affected kernel versions with AMDGPU/AMDKFD functionality. The source lists Linux kernel versions including 5.16, 6.0.19, 6.1.5, and 6.2 as affected, but distribution backport status must be verified separately.
Exploitation context
The CVE is not listed as KEV, and the provided sources do not cite active exploitation or public weaponization. The attack vector is local with low privileges, so risk is highest on shared workstations, GPU compute nodes, or servers where untrusted users can run code.
Researcher notes
Evidence is limited to the CVE record and Linux stable commits. The source bundle describes the crash path and fix direction but does not provide exploit details, operational indicators beyond the call trace, or distribution-specific affected package data.
Mitigation direction
Apply vendor kernel updates containing the referenced stable fixes.
Verify distribution backports rather than relying only on version strings.
Prioritize GPU-enabled multi-user systems and compute hosts.
Restrict untrusted local access to affected GPU hosts until patched.
Validation and detection
Inventory Linux kernel versions on AMD GPU-capable systems.
Check whether AMDGPU/AMDKFD modules are installed or active.
Confirm the running kernel includes one relevant stable fix or vendor backport.
Review kernel logs for matching NULL pointer dereference traces.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.