← Back to CVE List

CVE-2025-21843

Published: 2025-03-07T09:15Z
Last Modified: 2025-03-13T15:14Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt