LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52921: drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() Since the gang_size check is outside of chunk parsing loop, we need to reset i before we free the chunk data. Suggested by Ye Zhang (@VAR10CK) of Baidu Security.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-52921 is a Linux kernel flaw in the AMDGPU graphics driver path. A local user could potentially trigger a use-after-free condition, which the CVSS rating treats as capable of compromising confidentiality, integrity, and availability. This is not a remote internet-facing issue based on the provided sources.

Executive priority

Treat as a high-priority patching item for Linux endpoints, workstations, and GPU-enabled servers with local users. It is less urgent than a remotely exploitable internet-facing flaw, but local privilege paths can materially increase breach impact.

Technical view

The issue is a CWE-416 use-after-free in drm/amdgpu, specifically amdgpu_cs_pass1(). The kernel fix notes that a loop index needed resetting before freeing chunk data because a gang_size check occurred outside the chunk parsing loop. CVSS 3.1 is 7.8: local, low complexity, low privileges, no user interaction.

Likely exposure

Exposure is most relevant to Linux systems running affected kernel versions with the amdgpu driver path present. The provided affected data lists Linux 6.2 through 6.5 context and 6.4.11, but version details appear limited and should be validated against vendor kernels.

Exploitation context

The provided sources do not show known active exploitation, and the CVE is not marked KEV. Exploitation requires local access with low privileges. Impact could include privilege escalation or system compromise effects, but the sources do not provide exploit mechanics.

Researcher notes

The public record identifies the bug class, affected kernel component, CVSS vector, and two upstream stable commits. It does not provide exploit evidence or detailed affected distribution package mappings. Distribution backport verification is essential.

Mitigation direction

  • Prioritize kernel updates from your Linux distribution or appliance vendor.
  • Confirm the vendor kernel includes one of the referenced stable fixes.
  • If updates are delayed, review vendor guidance for any amdgpu-specific mitigations.
  • Limit local shell access on systems that cannot be promptly updated.

Validation and detection

  • Inventory Linux hosts and record kernel versions.
  • Identify systems using AMD GPUs or the amdgpu kernel driver.
  • Compare installed kernels against vendor advisories for CVE-2023-52921.
  • Verify patch inclusion using distribution changelogs or referenced kernel commits.
  • Monitor for vendor-specific backports, which may not change upstream version numbers.
Prepared
Confidence
medium
Sources
4

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-416: 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-52921 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

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.

2CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

2 official scores

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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2023-52921Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux2ebf61f2cfb9a11bc17db30df3e675a4cd7418d3, 2ebf61f2cfb9a11bc17db30df3e675a4cd7418d3unaffected
LinuxLinux6.2, 0, 6.4.11, 6.5affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.