一、 漏洞 CVE-2023-52667 基础信息
漏洞标题
net/mlx5e:修复fs_any_create_groups中潜在的双重免费问题
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已解决了以下漏洞: net/mlx5e: 修复fs_any_create_groups中的潜在双释放问题 当ft->g的kcalloc()成功但in的kvzalloc()失败时, fs_any_create_groups()将释放ft->g。然而,它的调用者 fs_any_create_table()将通过调用mlx5e_destroy_flow_table()再次释放ft->g, 这将导致双释放。通过在fs_any_create_groups()中将ft->g设置为NULL来修复此问题。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
双重释放
来源:AIGC 神龙大模型
漏洞标题
net/mlx5e: fix a potential double-free in fs_any_create_groups
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fs_any_create_groups When kcalloc() for ft->g succeeds but kvzalloc() for in fails, fs_any_create_groups() will free ft->g. However, its caller fs_any_create_table() will free ft->g again through calling mlx5e_destroy_flow_table(), which will lead to a double-free. Fix this by setting ft->g to NULL in fs_any_create_groups().
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于fs_any_create_groups 中存在双重释放漏洞。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-52667 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-52667 的情报信息