漏洞标题
i915/perf: 修复drm_dbg()调用引起的NULL指针解引用错误
漏洞描述信息
在Linux内核中,已解决以下漏洞:
i915/perf:修复使用drm_dbg()调用时的NULL指针解引用错误
当i915 perf接口不可用时,对其进行解引用会导致NULL指针解引用。
通过在perf接口不可用时返回-ENOTSUPP,可以清晰地处理这种情况。
[tursulin:添加了稳定标签]
(从commit 36f27350ff745bd228ab04d7845dfbffc177a889中挑选)
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
i915/perf: Fix NULL deref bugs with drm_dbg() calls
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
i915/perf: Fix NULL deref bugs with drm_dbg() calls
When i915 perf interface is not available dereferencing it will lead to
NULL dereferences.
As returning -ENOTSUPP is pretty clear return when perf interface is not
available.
[tursulin: added stable tag]
(cherry picked from commit 36f27350ff745bd228ab04d7845dfbffc177a889)
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于i915/perf模块存在空指针取消引用漏洞。
CVSS信息
N/A
漏洞类别
其他