Vulnerability 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 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.10, < 6.10.14 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/282864cc5d3f144af0cdea1868ee2dc2c5110f0dPatch
- https://git.kernel.org/stable/c/3bde05794497d5f426d4ea2ecb9868bf7721fb24Patch
- https://git.kernel.org/stable/c/ac2ca5e5148a0d4d78ac01c2d8348d0757c7367fPatch
FAQ
What is CVE-2024-50173?
CVE-2024-50173 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 ...
How severe is CVE-2024-50173?
CVE-2024-50173 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-50173?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.