Security readout for executives and security teams
Plain-English summary
CVE-2022-50393 is a Linux kernel amdgpu driver issue that can affect system availability. The source describes a page-table update path using the wrong iterator when called without a lock, producing a kernel warning. The CVSS vector is local and requires low privileges, so business urgency is highest for shared Linux systems using AMD GPUs.
Executive priority
Treat as a scheduled kernel maintenance item unless affected AMD GPU systems are shared with untrusted local users. It is not evidenced as remotely exploitable or actively exploited, but availability impact can matter for GPU workstations, compute nodes, and multi-user Linux environments.
Technical view
The flaw is in drm/amdgpu SDMA page-table updates. amdgpu_vm_sdma_update may run from an unlocked context but used a dma-resv iterator that expects locking, triggering warnings in the SVM/MMU notifier unmap path. The published CVSS is 5.5, local, low complexity, low privileges, no user interaction, availability high.
Likely exposure
Exposure is most likely on Linux hosts using the amdgpu kernel driver on affected kernel builds. The CVE record lists Linux kernel versions including 4.2, 5.19.17, 6.0.3, and 6.1 as affected. Downstream distribution package impact requires vendor mapping.
Exploitation context
The provided sources do not show active exploitation, and KEV is false. The CVSS vector indicates local access with low privileges, not remote exploitation. Available evidence supports availability impact only, with no stated confidentiality or integrity impact.
Researcher notes
Evidence is limited to the CVE record and upstream stable commit references. The root issue is iterator selection in an unlocked amdgpu SDMA update context. No exploit details, public weaponization, or downstream package matrix were provided in the source bundle.
Mitigation direction
- Review Linux vendor advisories for kernels containing the referenced stable commits.
- Prioritize patched kernels on shared systems using AMD GPUs or amdgpu.
- If patching is delayed, restrict local user access to affected GPU hosts.
- Track downstream distribution backports rather than relying only on upstream version numbers.
Validation and detection
- Inventory Linux systems using AMD GPUs and the amdgpu driver.
- Map running kernel packages against vendor advisories for CVE-2022-50393.
- Confirm whether referenced stable fixes are included in deployed kernels.
- Check vulnerability scanners for local-kernel findings, not network exposure.
- Document systems where distribution impact remains unconfirmed.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CVE-2022-50393 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CNA and ADP enrichment extracted from CVE v5
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.5MediumVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
