In the Linux kernel, the following vulnerability has been resolved:
drm/v3d: Fix global performance monitor reference counting
In the SETGLOBAL ioctl, v3dperfmonfind() bumps the reference count on the perfmon it returns, but v3dperfmonsetglobalioctl() and v3dperfmon_delete() fail to release that reference on several paths:
v3dperfmonsetglobalioctl() leaks the reference on its error paths.
CLEARGLOBAL leaks both the find reference and the reference previously stashed in v3d->globalperfmon 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.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53141.json"
}