Security Advisory

CVE-2024-50173

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-11-08 05:23:55
Last updated 2026-05-11 20:46:51
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup() The group variable cant 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.