PT-2026-52237 · Linux · Linux
Published
2026-06-25
·
Updated
2026-06-25
·
CVE-2026-53141
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
drm/v3d: Fix global performance monitor reference counting
In the SET GLOBAL ioctl, v3d perfmon find() bumps the reference count on
the perfmon it returns, but v3d perfmon set global ioctl() and
v3d perfmon delete() fail to release that reference on several paths:
-
v3d perfmon set global ioctl() leaks the reference on its error paths.
-
CLEAR GLOBAL leaks both the find reference and the reference previously stashed in v3d->global perfmon by the SET GLOBAL ioctl that configured it.
-
Destroying a perfmon that is the current global perfmon leaks the reference stashed by the SET GLOBAL ioctl.
Release each of these references explicitly.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux