LiveActive security incident?Get immediate response
CVE Record

CVE-2024-50173: drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup() The group variable can't be used to retrieve ptdev in our second loop, because it points to the previously iterated list_head, not a valid group. Get the ptdev object from the scheduler instead.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux graphics-driver cleanup flaw can use an invalid variable while releasing scheduling context. On a vulnerable system, a low-privileged local user may be able to cause serious confidentiality, integrity, or availability impact. The issue is local, not described as remotely reachable, and the supplied sources provide upstream fixes.

Executive priority

Treat this as a high-priority, targeted kernel update. Prioritize exposed multi-user endpoints, developer systems, and untrusted-workload hosts using drm/panthor. Broad emergency action is not supported without evidence that the affected driver and vulnerable kernel are present.

Technical view

In drm/panthor tick_ctx_cleanup(), the second loop incorrectly reuses group after it points to a previously iterated list_head rather than a valid group. The fix obtains ptdev from the scheduler. The CVSS 3.1 score is 7.8 with local access, low complexity, low privileges, no user interaction, and high potential impact.

Likely exposure

Exposure requires an affected Linux kernel and execution of the drm/panthor path. The supplied version data references 6.10, 6.10.14, 6.11.3, and 6.12, but does not preserve clear range semantics. Confirm affected and fixed package versions with the applicable Linux distributor.

Exploitation context

The supplied record is not in CISA KEV and provides no evidence of active exploitation, public exploit code, or a demonstrated attack chain. Its local, low-privilege CVSS vector makes multi-user systems and hosts running untrusted local workloads more concerning than systems without local attacker access.

Researcher notes

CWE-908 and the patch description support an uninitialized or invalid-variable access during cleanup. The sources do not establish the precise reachable failure mode, exploitation reliability, affected hardware, or distribution-specific version boundaries. Assess reachability from the driver configuration and compare deployed kernel trees against all three stable fixes.

Mitigation direction

  • Install a vendor-supported kernel containing the applicable cited stable fix.
  • Check distributor guidance for exact affected and fixed package versions.
  • Restrict untrusted local access until the corrected kernel is running.
  • Prioritize systems where drm/panthor is present and actively used.

Validation and detection

  • Inventory running kernel versions across potentially affected systems.
  • Determine whether drm/panthor is built, loaded, or used on each host.
  • Check kernel packages or source trees for the cited fix commits.
  • Confirm the updated kernel is running after installation and reboot.
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-908: 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-50173 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
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-50173Attack 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
LinuxLinuxd72f049087d4f973f6332b599c92177e718107de, d72f049087d4f973f6332b599c92177e718107de, d72f049087d4f973f6332b599c92177e718107deunaffected
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-908 · source CWE mapping

Use of Uninitialized Resource

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