漏洞标题
在 drivers/gpu/drm/msm/msm_gem_submit.c中的 submit_lookup_cmds() 函数中使用了 null 指针。
漏洞描述信息
drivers/gpu/drm/msm/msm_gem_submit.c中的submit_lookup_cmds()函数中存在空指针解引用问题
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
Null pointer dereference in submit_lookup_cmds() in drivers/gpu/drm/msm/msm_gem_submit.c
漏洞描述信息
A NULL pointer dereference flaw was found in the Linux kernel's drivers/gpu/drm/msm/msm_gem_submit.c code in the submit_lookup_cmds function, which fails because it lacks a check of the return value of kmalloc(). This issue allows a local user to crash the system.
CVSS信息
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
Linux kernel 代码问题漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于缺少对kmalloc()返回值的检查,导致存在NULL指针取消引用缺陷。
CVSS信息
N/A
漏洞类别
代码问题