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