一、 漏洞 CVE-2024-38548 基础信息
漏洞标题
drm: bridge: cdns-mhdp8546: 修复可能的空指针解除引用
来源:AIGC 神龙大模型
漏洞描述信息
在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上添加一个检查。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
空指针解引用
来源:AIGC 神龙大模型
漏洞标题
drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于空指针取消引用。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-38548 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-38548 的情报信息