In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 7, 2025
to the GitHub Advisory Database
•
Updated Mar 13, 2025
Description
Published by the National Vulnerability Database
Mar 7, 2025
Published to the GitHub Advisory Database
Mar 7, 2025
Last updated
Mar 13, 2025
In the Linux kernel, the following vulnerability has been resolved:
drm/panthor: avoid garbage value in panthor_ioctl_dev_query()
'priorities_info' is uninitialized, and the uninitialized value is copied
to user object when calling PANTHOR_UOBJ_SET(). Using memset to initialize
'priorities_info' to avoid this garbage value problem.
References