GHSA-J22C-2H2Q-55PV
Vulnerability from github – Published: 2026-06-25 09:31 – Updated: 2026-06-25 09:31
VLAI
Details
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.
{
"affected": [],
"aliases": [
"CVE-2026-53141"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-25T09:16:31Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/v3d: Fix global performance monitor reference counting\n\nIn the SET_GLOBAL ioctl, v3d_perfmon_find() bumps the reference count on\nthe perfmon it returns, but v3d_perfmon_set_global_ioctl() and\nv3d_perfmon_delete() fail to release that reference on several paths:\n\n 1. v3d_perfmon_set_global_ioctl() leaks the reference on its error\n paths.\n\n 2. CLEAR_GLOBAL leaks both the find reference and the reference\n previously stashed in v3d-\u003eglobal_perfmon by the SET_GLOBAL ioctl\n that configured it.\n\n 3. Destroying a perfmon that is the current global perfmon leaks the\n reference stashed by the SET_GLOBAL ioctl.\n\nRelease each of these references explicitly.",
"id": "GHSA-j22c-2h2q-55pv",
"modified": "2026-06-25T09:31:18Z",
"published": "2026-06-25T09:31:18Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53141"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3e1947573140a57119294f0bff39ee18d93f23e1"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/6bf7e2affc6e62da7add393d7f352d4040f5bc27"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/ed2eaf3b7b1820b690e4b896d344e00027526a25"
}
],
"schema_version": "1.4.0",
"severity": []
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…