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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-08 06:15
Updated : 2024-11-27 20:22
NVD link : CVE-2024-50173
Mitre link : CVE-2024-50173
CVE.ORG link : CVE-2024-50173
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource