LiveActive security incident?Get immediate response
CVE Record

CVE-2024-49865: drm/xe/vm: move xa_alloc to prevent UAF

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: move xa_alloc to prevent UAF Evil user can guess the next id of the vm before the ioctl completes and then call vm destroy ioctl to trigger UAF since create ioctl is still referencing the same vm. Move the xa_alloc all the way to the end to prevent this. v2: - Rebase (cherry picked from commit dcfd3971327f3ee92765154baebbaece833d3ca9)

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A local, low-privileged user can exploit a race in Linux’s Intel Xe graphics virtual-memory handling, causing memory to be reused while still referenced. This may allow system compromise or disruption. Network access alone is insufficient.

Executive priority

Prioritize affected multi-user workstations, shared compute hosts, and systems running untrusted local workloads. Internet-facing status alone does not increase direct reachability, but successful local exploitation could produce full system impact. Patch promptly after confirming driver and kernel exposure.

Technical view

The Xe DRM VM creation path exposed a predictable VM identifier before creation completed. A concurrent destroy request could remove that VM while the create operation still referenced it, causing a use-after-free. The fix delays xarray identifier allocation until the end of creation.

Likely exposure

Exposure is most likely on systems running an affected Linux kernel with the Intel Xe DRM driver and compatible graphics hardware, where untrusted local users or workloads can access its VM ioctls. The supplied version data identifies Linux 6.8 through 6.11.3 and 6.12, but downstream kernel status requires vendor confirmation.

Exploitation context

The supplied CVSS 3.1 score is 7.8: local access, low complexity, low privileges, no user interaction, and potentially high confidentiality, integrity, and availability impact. The source describes a malicious local user, but provides no evidence of exploitation in the wild; this CVE is not marked KEV.

Researcher notes

The vulnerable lifecycle ordering permits VM destruction before the create ioctl releases its reference. The correction moves xa_alloc to the end, preventing publication of the identifier during incomplete initialization. No CWE is supplied. Exact downstream exposure and fixed versions cannot be established from the bundle alone.

Mitigation direction

  • Install a vendor-supported kernel containing the referenced Xe DRM fix.
  • Check distribution or appliance advisories for exact fixed package versions.
  • Restrict untrusted local access to affected systems until updates are applied.
  • Where operationally acceptable, limit access to the Xe graphics device pending remediation.

Validation and detection

  • Inventory running kernel versions and identify systems using the Intel Xe DRM driver.
  • Confirm whether untrusted users or workloads can access the relevant graphics device.
  • Compare vendor kernel changelogs or commit ancestry with the referenced stable fixes.
  • After updating, verify the fixed kernel is running, including after reboot.
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.

cve · low confidence lookup

CVE-2024-49865 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.

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

SSVC decision data

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

CVSS vector scores

1 official score

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

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-49865Attack 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
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxdd08ebf6c3525a7ea2186e636df064ea47281987, dd08ebf6c3525a7ea2186e636df064ea47281987unaffected
LinuxLinux6.8, 0, 6.11.3, 6.12affected
Weakness

CWE details

No CWE listed

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