In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: fix NULL deref unwinding an OP_MAP_SPARSE op Each bind_job_op is zeroed by kzalloc_obj() in bind_job_op_from_uo…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/uvmm: fix NULL deref unwinding an OP_MAP_SPARSE op Each bind_job_op is zeroed by kzalloc_obj() in bind_job_op_from_uop(), and the OP_MAP_SPARSE case in nouveau_uvmm_bind_job_submit() only creates a region, so op->ops stays NULL for a successfully processed sparse map. If a later op in the same job fails, the reverse unwind loop revisits that op and calls drm_gpuva_ops_free(&uvmm->base, op->ops) unconditionally. d…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/3857238de6bce6c1573e8cb86c37b067e5208f05
- https://git.kernel.org/stable/c/3bf493cf7ed0c2b3df728977a257e0d99b4db1c6
- https://git.kernel.org/stable/c/412a6ceb56d501ef2f8202e26ab4b5d4dfbca566
- https://git.kernel.org/stable/c/b7dc03e09313d22a6d230b759de3b05d504c008f
时间线
- nvd_ingest NVD