一、 漏洞 CVE-2025-37763 基础信息
漏洞信息
                                        # drm/imagination:获取配对任务引用

## 概述
在Linux内核中,修复了drm/imagination模块的漏洞。该漏洞涉及几何任务和片段任务之间的引用管理问题,导致了使用已被释放的内存(use-after-free)。

## 影响版本
未明确列出影响版本。

## 细节
对于成对的任务,修复程序使片段任务获取几何任务的引用,以确保几何任务不会在片段任务完成之前被释放。当GPU调度程序准备片段任务时,会访问几何任务结构。获取引用防止几何任务在片段任务不再需要时被释放。

## 影响
修复了由KASAN检测到的使用已被释放的内存(use-after-free)的bug,具体表现如下:
```
[  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
```
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
drm/imagination: take paired job reference
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于drm/imagination中配对作业引用不足。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2025-37763 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-37763 的情报信息