漏洞标题
drm: bridge: cdns-mhdp8546: 修复可能的空指针解除引用
漏洞描述信息
在Linux内核中,已解决以下漏洞:
drm:桥接:cdns-mhdp8546:修复可能的空指针解引用
在drm_mhdp_atomic_enable()函数中,drm_mode_duplicate()的返回值被赋值给mhdp_state->current_mode,然后在drm_mode_set_name()中有对该值的解引用,在drm_mode_duplicate()失败的情况下会导致空指针解引用。
修复这个错误,在mhdp_state->current_mode上添加一个检查。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
In cdns_mhdp_atomic_enable(), the return value of drm_mode_duplicate() is
assigned to mhdp_state->current_mode, and there is a dereference of it in
drm_mode_set_name(), which will lead to a NULL pointer dereference on
failure of drm_mode_duplicate().
Fix this bug add a check of mhdp_state->current_mode.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于空指针取消引用。
CVSS信息
N/A
漏洞类别
其他