LiveActive security incident?Get immediate response
CVE Record

CVE-2024-49943: drm/xe/guc_submit: add missing locking in wedged_fini

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc_submit: add missing locking in wedged_fini Any non-wedged queue can have a zero refcount here and can be running concurrently with an async queue destroy, therefore dereferencing the queue ptr to check wedge status after the lookup can trigger UAF if queue is not wedged. Fix this by keeping the submission_state lock held around the check to postpone the free and make the check safe, before dropping again around the put() to avoid the deadlock. (cherry picked from commit d28af0b6b9580b9f90c265a7da0315b0ad20bbfd)

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A race condition in the Linux Intel Xe graphics driver can access a queue after memory has been freed. A local user with limited privileges could potentially trigger serious confidentiality, integrity, or availability impacts. Exposure depends on the running kernel, driver use, and relevant hardware.

Executive priority

Prioritize exposed multi-user systems and shared compute environments using the Xe driver. Remediate through normal high-severity kernel maintenance, accelerated where untrusted local users or workloads are present. Exact package applicability requires vendor confirmation.

Technical view

The GuC submission cleanup path can inspect a non-wedged queue while asynchronous destruction concurrently frees it at zero reference count, causing a use-after-free. The fix holds the submission_state lock during the wedge-status check, then releases it before put() to avoid deadlock.

Likely exposure

The supplied metadata identifies Linux 6.11-era kernels and lists 6.11.3 and 6.12 as boundaries, but does not preserve their range operators. Systems using the drm/xe driver warrant review; confirm exact affected packages through the CVE record and distribution guidance.

Exploitation context

The CVSS vector describes local, low-complexity exploitation requiring low privileges and no user interaction, with potentially high confidentiality, integrity, and availability impact. This CVE is not listed as KEV, and the supplied sources provide no evidence of active exploitation or a public exploit.

Researcher notes

The source describes a queue-lifetime race and resulting use-after-free in wedged_fini. No CWE is supplied. The linked stable commits are the authoritative fix references provided, while the flattened affected-version data is insufficient to establish exact range inclusivity independently.

Mitigation direction

  • Apply a vendor-supported kernel update incorporating the appropriate referenced stable fix.
  • Consult the Linux distribution or appliance vendor for exact affected and fixed package versions.
  • Until updated, restrict untrusted local access on systems actively using the Intel Xe driver.

Validation and detection

  • Record the running kernel version and vendor build on relevant Linux systems.
  • Determine whether the drm/xe driver is present and active on relevant hardware.
  • Confirm the installed kernel incorporates the appropriate linked stable fix.
  • Verify the updated kernel is running after maintenance.
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-49943 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-49943Attack 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
LinuxLinux8ed9aaae39f39130b7a3eb2726be05d7f64b344c, 8ed9aaae39f39130b7a3eb2726be05d7f64b344cunaffected
LinuxLinux6.11, 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.