Bug 2324625 (CVE-2024-50173) - CVE-2024-50173 kernel: drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup()
Summary: CVE-2024-50173 kernel: drm/panthor: Fix access to uninitialized variable in t...
Keywords:
Status: NEW
Alias: CVE-2024-50173
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2324669
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-08 13:49 UTC by OSIDB Bzimport
Modified: 2024-11-21 18:54 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-08 13:49:12 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.