LiveActive security incident?Get immediate response
CVE Record

CVE-2024-50174: drm/panthor: Fix race when converting group handle to group object

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race when converting group handle to group object XArray provides it's own internal lock which protects the internal array when entries are being simultaneously added and removed. However there is still a race between retrieving the pointer from the XArray and incrementing the reference count. To avoid this race simply hold the internal XArray lock when incrementing the reference count, this ensures there cannot be a racing call to xa_erase().

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A local, low-privileged user may trigger a timing flaw in the Linux Panthor graphics driver while a group object is being removed. The resulting object-lifetime error could compromise confidentiality, integrity, or availability. Risk is limited to systems running affected kernels where the Panthor driver is present and reachable.

Executive priority

Treat as a high-priority kernel maintenance issue on systems using Panthor, especially shared or locally accessible hosts. It is not evidenced as an emergency internet-wide threat because exploitation requires local privileges and active exploitation is unconfirmed. Patch promptly through normal expedited kernel-update processes.

Technical view

CVE-2024-50174 is a CWE-362 race between retrieving a group pointer from an XArray and incrementing its reference count while another path may erase it. The fix holds the XArray lock during the reference-count increment. CVSS 3.1 is 7.8: local access, low complexity, low privileges, no user interaction, with high potential impact.

Likely exposure

Exposure is most likely on Linux systems using the drm/panthor driver and an affected kernel build. The supplied version data names 6.10, 6.10.14, 6.11.3, and 6.12, but its exact range boundaries are unclear. Confirm status through distribution advisories and backport records rather than version numbers alone.

Exploitation context

The supplied CVSS vector requires local access and low privileges; it does not describe a remote attack. The bundle marks the CVE as absent from KEV and provides no evidence of active exploitation or a public exploit. Practical exploitability beyond the documented race is therefore unconfirmed.

Researcher notes

The core issue is a pointer-lifetime race outside the XArray's structural protection: lookup and reference acquisition were not atomic relative to xa_erase(). The stable fix extends XArray locking across reference acquisition. The source bundle's flattened affected-version list is ambiguous, so commit ancestry and distribution backport evidence are stronger validation signals.

Mitigation direction

  • Install a vendor-supported kernel update containing the referenced stable fix or its documented backport.
  • Prioritize shared systems where untrusted local users can access the Panthor graphics driver.
  • If immediate updating is impossible, consult the Linux distribution or hardware vendor for supported interim guidance.

Validation and detection

  • Inventory running kernel builds and determine whether the Panthor driver is present and active.
  • Compare each build against distribution advisories and backport records for CVE-2024-50174.
  • Confirm the kernel changelog includes a referenced fix commit or an explicitly documented equivalent.
  • After updating and rebooting, verify the corrected kernel build is running.
Prepared
Confidence
medium
Sources
5

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-362: 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-2024-50174 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
4Source links

SSVC decision data

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

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
4.7CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H13.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-50174Attack 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
LinuxLinuxde85488138247d034eb3241840424a54d660926b, de85488138247d034eb3241840424a54d660926b, de85488138247d034eb3241840424a54d660926bunaffected
LinuxLinux6.10, 0, 6.10.14, 6.11.3, 6.12affected
Weakness

CWE details

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

CWE-362 · source CWE mapping

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.