First published: Fri Nov 08 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.10<6.10.14 | |
Linux Kernel | >=6.11<6.11.3 | |
Linux Kernel | =6.12-rc1 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50173 has a medium severity classification due to its potential impact on system stability.
To fix CVE-2024-50173, update the Linux kernel to version 6.10.14 or later, or to version 6.11.3 or later.
CVE-2024-50173 affects Linux kernel versions between 6.10 and 6.10.14, and between 6.11 and 6.11.3, along with 6.12-rc1.
CVE-2024-50173 is not known to be remotely exploitable but may affect local privilege escalation scenarios.
CVE-2024-50173 involves access to an uninitialized variable in the Linux kernel's tick_ctx_cleanup() function.