CVE-2025-37763: drm/imagination: take paired job reference
In the Linux kernel, the following vulnerability has been resolved:
drm/imagination: take paired job reference
For paired jobs, have the fragment job take a reference on the
geometry job, so that the geometry job cannot be freed until
the fragment job has finished with it.
The geometry job structure is accessed when the fragment job is being
prepared by the GPU scheduler. Taking the reference prevents the
geometry job being freed until the fragment job no longer requires it.
Fixes a use after free bug detected by KASAN:
[ 124.256386] BUG: KASAN: slab-use-after-free in pvr_queue_prepare_job+0x108/0x868 [powervr]
[ 124.264893] Read of size 1 at addr ffff0000084cb960 by task kworker/u16:4/63
Security readout for executives and security teams
Plain-English summary
A memory-lifetime error in the Linux PowerVR graphics driver can let a paired geometry job be freed while a fragment job still uses it. This creates a local use-after-free condition. The supplied CVSS assessment rates potential confidentiality, integrity, and availability impact as high.
Executive priority
Treat as a high-priority kernel maintenance issue on exposed PowerVR systems, especially shared endpoints or compute hosts with untrusted local users. It is less urgent for systems without the relevant driver. No supplied evidence supports emergency incident response for active exploitation.
Technical view
The drm/imagination scheduler failed to retain a reference from a fragment job to its paired geometry job. During pvr_queue_prepare_job, the scheduler could access the already-freed geometry-job structure. The fix adds the paired reference, preserving the object until the fragment job finishes. KASAN detected the flaw as a slab use-after-free.
Likely exposure
Exposure is limited to Linux systems running an affected kernel with the Imagination PowerVR driver relevant and accessible. The supplied version data identifies 6.8, 6.12.25, 6.14.4, and 6.15 but includes ambiguous entries; confirm exact distribution package status with the vendor.
Exploitation context
The CVSS vector describes a local, low-complexity attack requiring low privileges and no user interaction. The source bundle does not place this CVE in KEV and provides no evidence of active exploitation or a public exploit. Practical exploitability is not established by the supplied evidence.
Researcher notes
The vulnerable path involves paired geometry and fragment jobs. The geometry object remained reachable during fragment-job preparation without a corresponding lifetime reference. KASAN observed a one-byte read after free in pvr_queue_prepare_job. The bundle does not establish reliable exploitation primitives, affected hardware breadth, or the consequence beyond the CVSS assessment.
Mitigation direction
Apply a vendor-supported kernel update that incorporates the referenced stable fix.
Check distribution security guidance for corrected package versions and backports.
Prioritize systems where the Imagination PowerVR driver is present and usable by untrusted local users.
Restrict unnecessary local account or workload access while awaiting the vendor update.
Validation and detection
Inventory kernel versions and determine whether the Imagination PowerVR driver is installed or active.
Verify the installed kernel package includes the referenced fix or an equivalent vendor backport.
Review vendor advisories because upstream version metadata may not match distribution package versions.
Regression-test affected graphics workloads after updating.
Monitor kernel logs for KASAN or scheduler faults involving pvr_queue_prepare_job or powervr.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-37763 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
4Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.